Starting and stopping nfsd apparently results in permanently disabling it

Mark Raynsford list+org.freebsd.net at io7m.com
Sun Apr 29 19:23:02 UTC 2018


On 2018-04-29T13:16:48 -0600
Alan Somers <asomers at freebsd.org> wrote:

> First, you're starting stuff in the wrong order.  /etc/rc.d/nfsd depends on
> /etc/rc.d/mountd.  It sounds like you're bypassing rc, but you still need
> to start the daemons in the same order as rc does.  Secondly, how did you
> kill them?  /etc/rc.d/nfsd uses SIGUSR1 to kill nfsd.  That probably
> triggers some special cleanup that didn't happen when you killed nfsd.
> 

Firstly: Got it. I'll be sure to start them in the correct order.
Unfortunately, doing this now doesn't fix the problem.

Secondly: I definitely killed nfsd with SIGUSR1. It explicitly ignores
SIGINT, SIGHUP, and SIGTERM.

-- 
Mark Raynsford | http://www.io7m.com

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 228 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/freebsd-net/attachments/20180429/1d017f46/attachment.sig>


More information about the freebsd-net mailing list