rpc.umntall error on boot

Robert Simmons rsimmons0 at gmail.com
Sun Nov 6 19:41:28 UTC 2011


I'm getting the following error on a new install with NFS:

kernel: rpc.umntall:
kernel: fileserver: MOUNTPROG: RPC: Program not registered
kernel:
kernel: rpc.umntall:
kernel: localhost: MOUNTPROG: RPC: Program not registered
kernel:
kernel: rpc.umntall:
kernel: fileserver: MOUNTPROG: RPC: Program not registered

My /etc/rc.conf contains the following:
nfs_server_enable="YES"
nfs_client_enable="YES"
rpcbind_enable="YES"

and /etc/exports is the following (for testing):
/storage -maproot=root 127.0.0.1

Even if I run the NFSv4 experimental server that does not use rpcbind
(so I set it ="NO"), the error is still there.

This problem does not seem to affect mounting or NFS functions.  What
could be causing this error?

Rob


More information about the freebsd-fs mailing list