From owner-freebsd-stable@FreeBSD.ORG Tue Feb 24 10:16:13 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 AD4E916A4CE for ; Tue, 24 Feb 2004 10:16:13 -0800 (PST) Received: from www.wcborstel.nl (node-c-0ab6.a2000.nl [62.194.10.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DE1B43D2D for ; Tue, 24 Feb 2004 10:16:13 -0800 (PST) (envelope-from jorn@wcborstel.nl) Received: from 172.16.1.2 (unknown [172.16.1.2]) by www.wcborstel.nl (Postfix) with ESMTP id C5DDF170D3 for ; Tue, 24 Feb 2004 19:15:58 +0100 (CET) From: Jorn Argelo To: freebsd-stable@freebsd.org Date: Tue, 24 Feb 2004 19:16:50 +0100 User-Agent: KMail/1.6 References: <20040224181502.C65849@server.gisp.dk> In-Reply-To: <20040224181502.C65849@server.gisp.dk> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200402241916.50854.jorn@wcborstel.nl> 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 18:16:13 -0000 Programs like Xine and XMMS refuse to shut down properly on my installation, and they are bringing a heavy load to my CPU. If I use killall xine or kill it just keeps running, but if I use kill -KILL then it always terminates instantly. It always worked for me. I'm using 5.2.1 RC-2 though, and not 4.9. Cheers, Jorn On Tuesday 24 February 2004 18:19, 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? > > Cheers,