chaostic
Group: Members
Posts: 328
Joined: Mar. 2005 |
|
Posted: June 12 2008,23:21 |
|
Quote (andrewb @ June 12 2008,19:15) | I have tried Jason's suggestion for hosts.allow & that doesn't change anything.
I did try loading portmap & nfs-common on the client - also modprobe nfs on the server. Again this didn't change anything. rpcinfo for the client (from either machine) gives an error (not at my 2 dsl machines at the moment, but it was something about rpc not being registered IIRC).
Haven't tried the static IP. Nonetheless - why can't I even mount exported directories on the same machine as they are exported from? |
Try running "ps auxww | grep -i 'rpc'"
Does it return any processes for rpc.d or rpc.stat or rpc anything?
Edit: Try making sure both portmap and rpc.statd are running on the client. Then connect.
Also, did you run "/usr/sbin/exportfs -a"? It might show an error with the exports file syntax preventing things from working correctly.
Oh, and try running nfsd in the foreground, to see if you can catch any errors that might otherwise be sent to /dev/null.
|