From owner-freebsd-questions@FreeBSD.ORG Mon May 26 04:15:03 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17F4E37B401 for ; Mon, 26 May 2003 04:15:03 -0700 (PDT) Received: from one.zutom.sk (one.zutom.sk [62.176.168.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8015043FA3 for ; Mon, 26 May 2003 04:15:01 -0700 (PDT) (envelope-from matej@matej.sk) Received: from gw.cxcom.sk (gw.cxcom.sk [62.176.171.250]) by one.zutom.sk (8.12.8p1/8.12.8) with SMTP id h4QBF3G9024922 for ; Mon, 26 May 2003 13:15:04 +0200 (CEST) (envelope-from matej@matej.sk) Received: from matej.cxcom.int (HELO matej) (172.16.75.248) by smb.cxcom.int with SMTP; 26 May 2003 11:16:06 -0000 Message-ID: <004001c32378$32ff5db0$f84b10ac@matej> From: "Matej Ondrusek" To: Date: Mon, 26 May 2003 13:16:05 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Scanned-By: smtp.zutom.sk - MIMEDefang 2.16 Subject: how to remove dead process in the "exiting" state X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2003 11:15:03 -0000 It occured me more times that the process I have tried to remove using "kill -9" ended in the dead state when ps was showing "IE" status and I could do nothing with it except rebooting. Do you have any idea, how is it possible that some process comes to such a strange state ? Do you have any suggestion how to remove such a process without rebooting ? I'm using FreeBSD 4.8. Thank you in advance for your answers.