From owner-freebsd-questions Mon Aug 17 16:29:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA18078 for freebsd-questions-outgoing; Mon, 17 Aug 1998 16:29:53 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from thrush.omix.com (thrush.omix.com [206.40.77.44]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA18044 for ; Mon, 17 Aug 1998 16:29:37 -0700 (PDT) (envelope-from lists@thrush.omix.com) Received: (from lists@localhost) by thrush.omix.com (8.8.8/8.8.8) id QAA14757; Mon, 17 Aug 1998 16:39:29 -0700 (PDT) (envelope-from lists) Message-Id: <199808172339.QAA14757@thrush.omix.com> Subject: Re: kill -9 In-Reply-To: from Oles Hnatkevych at "Aug 17, 98 03:51:14 pm" To: gnut@cki.ipri.kiev.ua (Oles Hnatkevych) Date: Mon, 17 Aug 1998 16:39:29 -0700 (PDT) Cc: freebsd-questions@FreeBSD.ORG From: zenin@www.archive.rhps.org (Zenin) Organization: Bawdy Caste -- Rocky Horror, South San Francisco Bay X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I got a process (bash) that is not killed even by kill -9. > and it blocks my ttyv0. What the hell is that? ;-) > ps ax writes: > 317 v0- IEs+ 0:00.00 (bash) > what is the process that can not be killed by -9 ? ;-) One that is stuck in a system call, such as maybe one interacting with ttyv0 while the ttyv0 driver is toast. Ps will do this too on SGI (and maybe others) if utmp gets hosed for instance. Such processes are locked in a kernel state they can't get out of, and so can't be killed. Reboot if you can, or fix the problem and ignore the lost pids. -Zenin zenin@archive.rhps.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message