What's new

NFS error

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

elorimer

Part of the Furniture
I have a 4TB drive plugged in to the USB3 port on my 87R. One thing that has been consistent ever since I tried to enable NFS exports, is that it doesn't seem to work. There is this in the syslog:
Code:
Apr 28 17:52:07 kernel: svc: failed to register nfsdv3 RPC service (errno 111).
Apr 28 17:52:07 kernel: nfsd: last server has exited, flushing export cache
Apr 28 17:52:07 nfsd[1327]: nfssvc: writing fds to kernel failed: errno 111 (Connection refused)
Apr 28 17:52:07 kernel: svc: failed to register nfsdv3 RPC service (errno 111).
Apr 28 17:52:07 kernel: nfsd: last server has exited, flushing export cache
Apr 28 17:52:07 nfsd[1327]: nfssvc: writing fds to kernel failed: errno 111 (Connection refused)
Apr 28 17:52:07 nfsd[1327]: nfssvc: Address already in use
Apr 28 17:52:07 kernel: nfsd: last server has exited, flushing export cache
Apr 28 17:52:07 mountd[1553]: unable to register (mountd, 1, udp).
It isn't all that important, but I haven't found a way of fixing that errno 111.
 
The RPC service error is 'expected' based on the kernel level. Try disabling the NFS exports, then reboot, then enable NFS after the boot completes.
 
The RPC service error is 'expected' based on the kernel level. Try disabling the NFS exports, then reboot, then enable NFS after the boot completes.
Interesting. It gets farther but:
Code:
Apr 28 18:56:47 kernel: RPC: Registered udp transport module.
Apr 28 18:56:47 kernel: RPC: Registered tcp transport module.
Apr 28 18:56:47 kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
Apr 28 18:56:47 kernel: Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
Apr 28 18:56:47 statd[2033]: Version 1.1.6 Starting
Apr 28 18:56:47 statd[2033]: statd running as root. chown /var/lib/nfs/sm to choose different user
Apr 28 18:56:47 kernel: svc: failed to register lockdv1 RPC service (errno 97).
 
That looks right....it should work now. I did a patch on my fork for it work on a reboot that I don't think Merlin picked up. So if you make a change to the setup right now, you need to disable NFS, reboot, then re-enable NFS,
 

Similar threads

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top