Date: Wed, 6 Dec 2000 16:56:01 +0000 (GMT) From: Corey Brune <brune@sdf.lonestar.org> To: freebsd-questions@freebsd.org Subject: Re: Process wont be killed. Message-ID: <200012061656.eB6Gu1K12489@sdf.lonestar.org> In-Reply-To: <Pine.BSF.4.21.0012061032460.55628-100000@awww.jeah.net> "from Chris Byrnes at Dec 6, 2000 10:32:56 am"
next in thread | previous in thread | raw e-mail | index | archive | help
Your process is trying to exit. Try killing the child (pid 27200) first- this will eliminate possible zombies, and then check if the parent had died. Hope this helps! Corey > chris 27194 27193 27194 6f92a40 0 IEs p1- 0:00.08 -bash > (bash) > root 27200 27194 27200 6f92a40 1 IE+ p1- 0:00.06 su > (tcsh.static) > > On Wed, 6 Dec 2000, Crist J . Clark wrote: > > > On Wed, Dec 06, 2000 at 01:38:36AM -0600, Chris Byrnes wrote: > > > Doesnt work. > > > > What does, > > > > $ ps aj | grep 27194 > > > > Say? > > > > > On Wed, 6 Dec 2000, trini0 wrote: > > > > > > > I believe the command would be > > > > kill -9 27194 > > > > > > > > Chris Byrnes wrote: > > > > > > > > > chris 27194 0.0 0.0 0 0 p1- IEs 7:57PM 0:00.08 -bash (bash) > > > > > > > > > > I can't kill this process, even as root. Any idea how to fix the problem? > > -- > > Crist J. Clark cjclark@alum.mit.edu > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200012061656.eB6Gu1K12489>