Diskless: Strange messages when mounting

Andreas Steffan (deas@uni-hamburg.de)
Tue, 24 Nov 1998 16:42:41 +0100


Hi

I'm setting up an old i486 as a X-terminal, following the misc.
How2's and nfsroot.txt.
I'm booting the box off a floppy with lilo.
Everything almost works as expected. The only problem left is that I
get messages when mounting the fs (mount -at nfs):

VFS: Mounted root (nfs filesystem).
Freeing unused kernel memory: 36k freed
portmap: RPC call returned error 111
RPC: task of released request still queued!
RPC: (task is on xprt_pending)
portmap: RPC call returned error 111
RPC: task of released request still queued!
RPC: (task is on xprt_pending)
lockd_up: makesock failed, error=-111
portmap: RPC call returned error 111
RPC: task of released request still queued!
RPC: (task is on xprt_pending)
lockd_up: no pid, 2 users??
portmap: RPC call returned error 111
RPC: task of released request still queued!
RPC: (task is on xprt_pending)
portmap: RPC call returned error 111
RPC: task of released request still queued!
RPC: (task is on xprt_pending)
portmap: RPC call returned error 111
RPC: task of released request still queued!
RPC: (task is on xprt_pending)
lockd_up: no pid, 3 users??
<...>

After all it works (fs get mounted), but these messages make me
worry a bit.

/etc/fstab

mortimer:/home /home nfs hard defaults 1 1
mortimer:/tftpboot/mama / nfs hard defaults 1 1
mortimer:/var/spool/mail /var/spool/mail nfs hard defaults 1 1
mortimer:/usr /usr nfs ro,hard defaults 1 1
mortimer:/opt /opt nfs ro,hard defaults 1 1
none /proc proc defaults 0 0

/etc/lilo.conf

append="root=/dev/nfs nfsroot=192.168.1.1:/tftpboot/mama ip=192.168.1.10:192.168
.1.1:::mama::off"
root = /dev/nfs
boot = /dev/fd0
read-only
delay = 20
timeout = 20
vga = normal
install = /floppy/boot.b
map = /floppy/map
image = /floppy/zImage

/etc/exports

/home mama
/opt mama(ro,no_root_squash)
/tftpboot/mama mama(no_root_squash)
/usr mama(ro,no_root_squash)
localhost(ro,no_root_squash)
/var/spool/mail mama

What am I missing ?

-- 
TNX Andreas

PS: Linux-2.1.129 +-----------------------------------------------------------+ |Andreas Steffan Email: deas@uni-hamburg.de | |Hamburg, Germany Phone: 040/60671180 | | Fax: 040/60679767 | +-----------------------------------------------------------+ finger p25a003@server2.rrz.uni-hamburg.de for PGP-public-key.

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/