Networking :: nfs client - error during mount: "RPC: program..."



Hey,

I try to use DSL as an NFS Client. I set up my server and during I mount, I get the error: "RPC:  Program not registered"
Has anyone a goodd idea fpr solvin this problem?

I'm using DSL RC2.0 and the NFS Server is an Ubuntu 5.04.

Joe

Make sure portmapper is running. If not then as user root
/sbin/portmap

Then you can run the NFS client from the GUI.
I believe we used to start portmap but later it was determined not too.

If this is something that will want to keep then add these lines to /opt/bootlocal.sh

/sbin/portmap
/sbin/rpc.statd
/sbin/rpc.lockd


original here.