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

Re: [cobalt-users] Raq4 - Kernel 2.4 Upgrade Woes



> For some reason it is trying to use 192.168.0.1 as the server
> instead of 192.168.0.4... Try adding
>
>    server-name="192.168.0.4";
>
> to the subnet block in your dhcpd.conf.  If you still get nfs/portmap
> errors then here is a few things to check:

Tried it, still get the errors...

> _ is the server using NFS v2 or v3?  (don't use TCP either)

/usr/sbin/rpc.nfsd --version
Universal NFS Server 2.2beta47

> _ what does /etc/exports look like?

/nfsroot-x86 (rw)

> _ what does the output of "rpcinfo -p" show?

   program vers proto   port
    100000    2   tcp    111  portmapper
    100000    2   udp    111  portmapper
    100024    1   udp   1025  status
    100024    1   tcp   1024  status
    100003    2   udp   2049  nfs
    100003    2   tcp   2049  nfs
    100005    1   udp    845  mountd
    100005    2   udp    845  mountd
    100005    1   tcp    848  mountd
    100005    2   tcp    848  mountd

> _ is tcpwrappers running on the server?  if yes then you need
> an entry in /etc/hosts.allow:
>
> portmap:      192.168.0.

It's running tcpd, I added it anyway, still no go.

Partition check:
 hdc: [PTBL] [1027/255/63] hdc1 hdc2 hdc3 hdc4 < hdc5 hdc6 hdc7 hdc8 >
autodetecting RAID arrays
autorun ...
... autorun DONE.
Looking up port of RPC 100003/2 on 192.168.0.1
request_module[bandwidth_mgr]: Root fs not mounted
portmap: RPC call returned error 111
RPC: task of released request still queued!
RPC: (task is on xprt_pending)
Root-NFS: Unable to get nfsd port number from server, using default
Looking up port of RPC 100005/1 on 192.168.0.1
portmap: RPC call returned error 111
RPC: task of released request still queued!
RPC: (task is on xprt_pending)
Root-NFS: Unable to get mountd port number from server, using default
mount: RPC call returned error 111
RPC: task of released request still queued!
RPC: (task is on xprt_pending)
Root-NFS: Server returned error -111 while mounting /nfsroot-x86
VFS: Unable to mount root fs via NFS, trying floppy.
request_module[block-major-2]: Root fs not mounted
VFS: Cannot open root device 02:00
Kernel panic: VFS: Unable to mount root fs on 02:00
disabling network interfaces.
Rebooting in 5 seconds..

Josh