netbsd dhcp temp fix (sparc64 + hme0)

ifconfig lo0 127.0.0.1 ifconfig hme0 192.168.0.39 netmask 255.255.255.0 route add new 192.168.0.101 ———- temp fix for network setup in netbsd 2.0.2 (sparc64)

symbol scanner

decided to sell the symbol scanner goto specs.txt for link and details

ultra sparc enterprise 2

just traded the ultra 5 for an ultra 2 e – i think it was a good trade. 2gb ram 2 x 300 mhz proc 2 x 4 gb hd 13w3 video onboard scsi (the ultra5 was all ide) no os – probably going to load netbsd 2.0.2 on it only problem was that the … Read More

uptime script for linux (suse 9.2)

first script – puts uptime and w to file #!/bin/bash rm dmesg_linux.txt # removes existing dmesg file uptime > dmesg_linux.txt # uptime piped to dmesg w > dmesg_linux.txt # w piped to dmesg chron set to once per hour – maybe every half hour or 15 minutes second script – places dmesg_linux.txt on server every … Read More

dmesg from netbsd 2.0.2 vpc

NetBSD 2.0.2 (GENERIC) #0: Wed Mar 23 08:53:42 UTC 2005 jmc@faith.netbsd.org:/home/builds/ab/netbsd-2-0-2-RELEASE/i386/ 200503220140Z-obj/home/builds/ab/netbsd-2-0-2-RELEASE/src/sys/arch/ i386/compile/GENERIC total memory = 199 MB avail memory = 187 MB mainbus0 (root) cpu0 at mainbus0: (uniprocessor) cpu0: Intel Pentium 4 (686-class), 1008.31 MHz, id 0xf24 cpu0: features 7c0a97b cpu0: features 7c0a97b cpu0: features 7c0a97b cpu0: I-cache 12K uOp cache 8-way, D-cache 8 … Read More

dmesg from suse 9.2 machine

Linux version 2.6.8-24.16-default (geeko@buildhost) (gcc version 3.3.4 (pre 3.3.5 20040809)) #1 Thu Jun 2 12:09:57 UTC 2005 BIOS-provided physical RAM map: BIOS-e820: 0000000000000000 – 000000000009f800 (usable) BIOS-e820: 000000000009f800 – 00000000000a0000 (reserved) BIOS-e820: 00000000000f0000 – 0000000000100000 (reserved) BIOS-e820: 0000000000100000 – 000000004fff0000 (usable) BIOS-e820: 000000004fff0000 – 000000004fff3000 (ACPI NVS) BIOS-e820: 000000004fff3000 – 0000000050000000 (ACPI data) BIOS-e820: 00000000fec00000 … Read More

locate, crontab & netbsd

to update the locate db –> /usr/libexec/locate.updatedb to add this on a daily update –> crontab -e * 0 * * * /usr/libexec/locate.updatedb

netbsd pkg_add

netbsd 2.0.2 pkg_add (same concept as apt4get but for netbsd) listing of packages — ftp://ftp.netbsd.org/pub/NetBSD/packages/2.0/i386/All/ pakage adding command — pkg_add

specs.txt

http://www.pissedoffadmins.com/specs.txt

sources.list

here is my latest sources.list file for apt4rpm: rpm ftp://ftp.gwdg.de/pub/linux/suse/apt/ SuSE/9.2-i386 suser-sbarnin suse-people rpmkeys base update-drpm update-prpm update kde misc xorg mozilla samba3 ximian suser-rbos suser-oc2pus suser-guru suser-gbv suser-obengs suser-tcousin suser-scorot suser-ollakka funktronics packman packman-i686 kernel-of-the-day kraxel wine suse-projects kde3-stable security-prpm security rpm ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 suse-people rpmkeys base update-drpm update-prpm update kde misc x-ati mozilla … Read More