On 2018-04-29T13:16:48 -0600
Alan Somers <asom...@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

Attachment: pgpCTeowXCwBX.pgp
Description: OpenPGP digital signature

Reply via email to