NFS server only starts on second attempt
Posted: Thu Nov 24, 2016 10:47 am
I try to start the NFS server with
or with
after a wait of a few minutes I get:
But when I try a second time, it completes successfully right away.
Here the output of systemctl status nfs-kernel-server.service
And this is my /etc/exports
What could be wrong the first time I issue the command? Any information I can collect to troubleshoot the issue?
Code: Select all
sudo service nfs-kernel-server startCode: Select all
sudo systemctl start nfs-kernel-serverCode: Select all
Job for nfs-kernel-server.service failed. See 'systemctl status nfs-kernel-server.service' and 'journalctl -xn' for details. Here the output of systemctl status nfs-kernel-server.service
Code: Select all
● nfs-kernel-server.service - LSB: Kernel NFS server support
Loaded: loaded (/etc/init.d/nfs-kernel-server)
Active: failed (Result: timeout) since Thu 2016-11-24 10:35:48 UTC; 1min 57s ago
Process: 435 ExecStart=/etc/init.d/nfs-kernel-server start (code=killed, signal=TERM)Code: Select all
/home/pi 192.168.1.0/24(rw,sync,no_subtree_check)