From owner-freebsd-stable@FreeBSD.ORG Tue Feb 24 09:40:30 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1FF316A4F0 for ; Tue, 24 Feb 2004 09:40:29 -0800 (PST) Received: from lakemtao08.cox.net (lakemtao08.cox.net [68.1.17.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05A2943D2D for ; Tue, 24 Feb 2004 09:40:07 -0800 (PST) (envelope-from kitbsdlist2@HotPOP.com) Received: from vixen42 ([68.109.49.234]) by lakemtao08.cox.net (InterMail vM.5.01.06.08 201-253-122-130-108-20031117) with SMTP id <20040224174006.QFZM25915.lakemtao08.cox.net@vixen42>; Tue, 24 Feb 2004 12:40:06 -0500 Date: Tue, 24 Feb 2004 11:38:44 -0600 From: Vulpes Velox To: Michael Sig Birkmose Message-Id: <20040224113844.4f27f9de@vixen42.> In-Reply-To: <20040224181502.C65849@server.gisp.dk> References: <20040224181502.C65849@server.gisp.dk> X-Mailer: Sylpheed version 0.9.9claws (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-stable@freebsd.org Subject: Re: Can't kill process X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Feb 2004 17:40:30 -0000 On Tue, 24 Feb 2004 18:19:38 +0100 (CET) Michael Sig Birkmose wrote: > Hi, > > I am currently running FreeBSD 4.9, and I have a user who somehow > managed to get some dead bash processes. I have repeatedly attempted > to kill -9 this process without any luck. The way I understood it > was that kill -9 was an"offer that the process can't refuce" :) I.e. > that the process would be terminated no matter wat by the OS? > > I tried man kill, and noticed that some shells might have a builtin > kill command. Therefore I even tried running /bin/kill explicitly > with no further luck. > > Does anyone have an idea of what I have to do, in order to kill the > proces? It is zombied most likely... man ps and then search for zombie...