Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Apr 2018 22:54:41 +0000
From:      Rick Macklem <rmacklem@uoguelph.ca>
To:        FreeBSD Net <freebsd-net@freebsd.org>
Subject:   Re: Starting and stopping nfsd apparently results in permanently disabling it
Message-ID:  <YQBPR0101MB104232F6CA66D9DC796D781DDD830@YQBPR0101MB1042.CANPRD01.PROD.OUTLOOK.COM>

next in thread | raw e-mail | index | archive | help
After a little look at nfsd.c, I think you need to SIGKILL the kernel daemo=
n
to get rid of it. (That is what nfsd.c does.)

If you do a "ps ax" and find a "nfsd (server)" still there, "kill -9 <pid>"=
 it
and then you can probably start the nfsd again.

rick



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?YQBPR0101MB104232F6CA66D9DC796D781DDD830>