[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Diskless workstation probs



Hello all,

I have setup a diskless workstation using a DOS floppy and boot.com to
load the kernel. This then mounts / and swap via NFS from another
machine. Both machines are 2.3 (installed from the CD, thanx for the
stickers 8)

Unfortunately I keep getting errors on the diskless machine. Firstly
at boot time I get loads of messages of the following:

Cannot rm sshd.pid: Read only filesystem

Secondly vt220 emulation is weird. I keep getting unusual colours and
control characters all over the place.

Thirdly halt(8) or reboot(8) error and drop me to ddb with a umount
error on the / fs.

Fourthly (and finally) /dev/psm0 doesn't work with X. The cursor goes
mental whenever I try and use the mouse. I tried with /dev/psm0 and
/dev/pms0.

The system is /mainly/ usable (I'm running X on it atm) but it
occasionally barfs and locks up.

Server Config's follow:

/etc/bootparams:
warp     root=security:/export/warp/root \
         swap=security:/export/warp/swap
(Warp's root fs was created with pax -r -w -p e -X /usr /export/warp/root
and then the etc dir was configured)

/etc/exports:
/usr 194.217.241.115
/export/warp -maproot=root -alldirs 194.217.241.115

dmesg:
OpenBSD 2.3 (Security) #2: Wed Jul 15 18:38:32 GMT-1 1998
   root_(_at_)_security_(_dot_)_hole-in-the_(_dot_)_net:/sys/arch/i386/compile/Security
cpu0: Intel 486DX2 ("GenuineIntel" 486-class)
BIOS mem  = 655360 conventional, 15728640 extended
real mem  = 16384000
avail mem = 13361152
using 225 buffers containing 921600 bytes of memory
mainbus0 (root)
bios0 at mainbus0: AT/286+(00) BIOS, date 07/25/94
bios0: diskinfo 0xf030000c cksumlen 1 memmap 0xf03000a8
isa0 at mainbus0
lpt0 at isa0 port 0x378-0x37b irq 7
isadma0 at isa0
wdc0 at isa0 port 0x1f0-0x1f7 irq 14
atapibus0 at wdc0
wd0 at wdc0 drive 0: <WDC AC21600H>
wd0: 1549MB, 3148 cyl, 16 head, 63 sec, 512 bytes/sec (128KB
cache)
wd0: using 16-sector 16-bit pio transfers, lba addressing
wd1 at wdc0 drive 1: <ST51080A>
wd1: 1033MB, 2100 cyl, 16 head, 63 sec, 512 bytes/sec (128KB
cache)
wd1: using 16-sector 16-bit pio transfers, lba addressing
npx0 at isa0 port 0xf0-0xff: using exception 16
pccom0 at isa0 port 0x3f8-0x3ff irq 4: ns16550a, 16 byte fifo
pccom1 at isa0 port 0x2f8-0x2ff irq 3: ns16550a, 16 byte fifo
vt0 at isa0 port 0x60-0x6f irq 1: unknown Cirrus, 80 col, color, 8
scr, mf2-kbd
fdc0 at isa0 port 0x3f0-0x3f7 irq 6 drq 2
fd0 at fdc0 drive 0: 1.44MB 80 cyl, 2 head, 18 sec
ed0 at isa0 port 0x300-0x31f irq 12: address 00:c0:f0:18:fa:fa,
type NE2000 (16-bit)
biomask 4040 netmask 5040 ttymask 50c2
root on wd0a
pctr: no performance counters in CPU
dkcsum: wd0 matched BIOS disk 80
dkcsum: wd1 matched BIOS disk 81
rootdev=0x0 rrootdev=0x300 rawdev=0x302


Client configs:
/etc/fstab:
security:/export/warp/root / nfs rw  0 0
security:/usr /usr nfs rw 0 0

dmesg:
OpenBSD 2.3 (Warp) #2: Wed Jul 15 22:28:39 GMT-1 1998
    joe_(_at_)_warp_(_dot_)_hole-in-the_(_dot_)_net:/sys/arch/i386/compile/Warp
cpu0: Intel Pentium Pro ("GenuineIntel" 686-class) 334 MHz
BIOS mem  = 655360 conventional, 32505856 extended
real mem  = 33161216
avail mem = 29433856
using 430 buffers containing 1761280 bytes of memory
mainbus0 (root)
pci0 at mainbus0 bus 0: configuration mode 1
pchb0 at pci0 dev 0 function 0 "Intel 82443LX PCI AGP Controller
(PAC)" rev 0x03
ppb0 at pci0 dev 1 function 0 "Intel 82443LX AGP Device (PAC)" rev
0x03
pci1 at ppb0 bus 1
"Intel 82371AB PIIX4 ISA Bridge" rev 0x02 at pci0 dev 7 function 0 not
configured
de0 at pci0 dev 10 function 0 "Digital Equipment DECchip 21041 (Tulip
Pass 3)" rev 0x11: irq 5
de0: SMC 21041 [10Mb/s] pass 1.1 address 00:e0:29:06:84:11
de0: media: 1="10baseT" 2="Full Duplex 10baseT" 3="BNC" 4="AUI"
"Matrox MGA Millennium II 2164W" rev 0x00 at pci0 dev 12 function 0
not configured
isa0 at mainbus0
com0 at isa0 port 0x3f8-0x3ff irq 4: ns16550a, 16 byte fifo
com1 at isa0 port 0x2f8-0x2ff irq 3: ns16550a, 16 byte fifo
lpt0 at isa0 port 0x378-0x37b irq 7
isadma0 at isa0
npx0 at isa0 port 0xf0-0xff: using exception 16
de0: enabling 10baseT port
pc0 at isa0 port 0x60-0x6f irq 1: color
pms0 at pc0 irq 12
biomask 0 netmask 20 ttymask 10ba
nfs_boot: using network interface 'de0'
nfs_boot: client_addr=0xc2d9f173
nfs_boot: server_addr=0xc2d9f172
nfs_boot: hostname=warp
root on security:/export/warp/root
swap on security:/export/warp/swap

Any clues, hints, hits over the head from Theo with the appropriate
man page reference, would be greatly appreciated 8)

Joe

-- 
joe_(_at_)_hole-in-the_(_dot_)_net || http://black.hole-in-the.net/joe
             http://i.am/aFish
It looks just like a Telefunken U-47!

Visit your host, monkey.org