From owner-freebsd-questions Sat Feb 10 19:19: 2 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.hiwaay.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id B729437B491 for ; Sat, 10 Feb 2001 19:18:44 -0800 (PST) Received: from dorado.dogbark.com (user-24-214-88-8.knology.net [24.214.88.8]) by mail.hiwaay.net (8.11.0/8.11.0) with ESMTP id f1B3Igo15559; Sat, 10 Feb 2001 21:18:42 -0600 (CST) Received: by dorado.dogbark.com (Postfix, from userid 1001) id D9DE8B9AF; Sat, 10 Feb 2001 21:18:41 -0600 (CST) Date: Sat, 10 Feb 2001 21:18:41 -0600 From: Steve Price To: Dru Cc: Josh Paetzel , questions@FreeBSD.ORG Subject: Re: killing a stuck process Message-ID: <20010210211841.O41356@bsd.havk.org> References: <20010210210627.N41356@bsd.havk.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from genisis@istar.ca on Sat, Feb 10, 2001 at 10:04:37PM -0500 X-Operating-System: FreeBSD 4.2-STABLE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Feb 10, 2001 at 10:04:37PM -0500, Dru wrote: > > > 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 Yes. 'kill -USR1 46086' == 'kill -31 46086' -Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message