From owner-freebsd-questions Sat Feb 10 18:56:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.hutchtel.net (ns1.hutchtel.net [206.9.112.100]) by hub.freebsd.org (Postfix) with ESMTP id 0D94D37B4EC for ; Sat, 10 Feb 2001 18:56:28 -0800 (PST) Received: from mark9.vladsempire.net (hutch-290.hutchtel.net [206.10.67.218]) by ns1.hutchtel.net (8.9.1/8.9.0) with SMTP id UAA00547; Sat, 10 Feb 2001 20:56:22 -0600 (CST) From: Josh Paetzel To: Steve Price , questions@FreeBSD.ORG Subject: Re: killing a stuck process Date: Sat, 10 Feb 2001 20:55:08 +0000 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain; charset="us-ascii" References: <20010210202520.L41356@bsd.havk.org> In-Reply-To: <20010210202520.L41356@bsd.havk.org> MIME-Version: 1.0 Message-Id: <01021020553603.00458@mark9.vladsempire.net> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 11 Feb 2001, Steve Price wrote: > Is there any way of killing a stuck process like this? > > root@ralph(~)# ps -awx | grep apache > 46086 ?? DL 0:07.72 /usr/local/sbin/apache -DSSL > 46088 ?? D 0:07.72 /usr/local/sbin/apache -DSSL > > These are waiting on IO to an NFS-mounted drive that I > can mount/unmount because of these processes. Rebooting > the box won't help either because it won't do that until > these processes go away. Do I have any recourse except > to cycle power on the box? > > Thanks. > > -Steve > Have you tried #kill -9 46088 ??? Josh > > 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