Date: Sat, 10 Feb 2001 22:04:37 -0500 (EST) From: Dru <genisis@istar.ca> To: Steve Price <sprice@hiwaay.net> Cc: Josh Paetzel <jpaetzel@hutchtel.net>, questions@FreeBSD.ORG Subject: Re: killing a stuck process Message-ID: <Pine.BSF.4.21.0102102204090.14396-100000@x1-6-00-00-b4-94-9d-3f.kico1.on.home.com> In-Reply-To: <20010210210627.N41356@bsd.havk.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 10 Feb 2001, Steve Price wrote: > On Sat, Feb 10, 2001 at 09:52:20PM -0500, Dru wrote: > > > > That might not work because they're waiting on NFS resources. A signal 3 > > (quit) or signal 2 (int) should do the trick, though. > > I tried those as well. In fact I did this and it still didn't > go away. > > # for s in `jot 32`; do kill -$s 46086 ; done > Have you tried: kill -USR1 46086 Dru 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?Pine.BSF.4.21.0102102204090.14396-100000>