Date: Fri, 22 Oct 1999 22:59:13 +0200 From: Philippe.Guezou@wanadoo.fr To: "Derek Jewett" <djewett@snowcrest.net>, <freebsd-net@FreeBSD.ORG> Subject: Re: unable to kill process... Message-ID: <3.0.5.32.19991022225913.007acc50@pop.wanadoo.fr> In-Reply-To: <000f01bf1cbb$aa04da10$4b15a8c0@co.shasta.ca.us>
next in thread | previous in thread | raw e-mail | index | archive | help
At 11:31 22/10/99 -0700, Derek Jewett wrote: >This is most likely not the best place to ask this, but in my excitement >with NFS I discovered I am not able to kill the nfsd processes running.. By >running top I see three instances of nfsd and I can't kill a one..! Today is >just not my day with NFS! > kill -9 `ps -ax | grep nfsd | awk '{print $1}'` and, for your problem, look at portmap. You need to run it *before* using nfsd and mountd. man 5 exports should be quite usefull too. fifi... > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-net" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3.0.5.32.19991022225913.007acc50>