Thread: NFS Troubles!!
View Single Post
Old 11th September 2008
disappearedng disappearedng is offline
Shell Scout
 
Join Date: May 2008
Posts: 128
Default

OK I think I might have discovered some problems>
So now my /etc/rc.conf is:
Code:
rpcbind_enable="YES"
nfs_server_enable="YES"
mountd_flags="-r"
rpc_lockd_enable="YES"
rpc_statd_enable="YES"
my /etc/exports
Code:
/usr/mount/350gb/       -mapall=root                    192.168.1.71
and from my logs
Code:
Sep 11 18:13:05  mountd[687]: mount request from 192.168.1.71 from unprivileged port
Sep 11 18:13:21  mountd[687]: mount request denied from 192.168.1.71 for /usr/mount/350gb
Sep 11 18:15:22  nfsd[1503]: can't bind udp addr *: Address already in use
Sep 11 18:15:32  nfsd[1513]: can't bind udp addr *: Address already in use
Sep 11 18:16:52  nfsd[1567]: can't bind udp addr *: Address already in use
I notice that there are a few nfsd pids. (Is that normal?)

and when I do the following on the client, I get
Code:
[disappearedng@ ~]$ sudo mount_nfs 192.168.1.66:/usr/mount/350gb/ /usr/imports/
[udp] 192.168.1.66:/usr/mount/350gb: RPCPROG_NFS: RPC: Program not registered
[udp] 192.168.1.66:/usr/mount/350gb: RPCPROG_NFS: RPC: Program not registered
[udp] 192.168.1.66:/usr/mount/350gb: RPCPROG_NFS: RPC: Program not registered
[udp] 192.168.1.66:/usr/mount/350gb: RPCPROG_NFS: RPC: Program not registered
[udp] 192.168.1.66:/usr/mount/350gb: RPCPROG_NFS: RPC: Program not registered
[udp] 192.168.1.66:/usr/mount/350gb: RPCPROG_NFS: RPC: Program not registered
[udp] 192.168.1.66:/usr/mount/350gb: RPCPROG_NFS: RPC: Program not registered
Which I think is related to "can't bind udp addr *: Address already in use"
Reply With Quote