Re: Can't kill process
From: David Wolfskill (david_at_catwhisker.org)
Date: 02/24/04
- Previous message: Erik U.: "unable to set volume"
- In reply to: Michael Sig Birkmose: "Can't kill process"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 24 Feb 2004 11:57:20 -0800 (PST) To: freebsd-stable@freebsd.org, michael@gisp.dk
>Date: Tue, 24 Feb 2004 18:19:38 +0100 (CET)
>From: Michael Sig Birkmose <michael@gisp.dk>
>To: freebsd-stable@freebsd.org
>Subject: Can't kill process
>Sender: owner-freebsd-stable@freebsd.org
>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?
>...
>Does anyone have an idea of what I have to do, in order to kill the
>proces?
If a process doesn't get any CPU time at all, it's difficult to do
anything at all with it, including making it exit. This can be an
issue, e.g., for a process that had opened a file on an NFS-mounted
file system, then the NFS server goes away. A subsequent read()
by the process in question will show up with a "D" under "STAT" in
the output of "ps".
It's rather disruptive, but a reboot may be required to actually get rid
of the process entirely.
Peace,
david
-- David H. Wolfskill david@catwhisker.org I do not "unsubscribe" from email "services" to which I have not explicitly subscribed. Rather, I block spammers' access to SMTP servers I control, and encourage others who are in a position to do so to do likewise. _______________________________________________ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"
- Previous message: Erik U.: "unable to set volume"
- In reply to: Michael Sig Birkmose: "Can't kill process"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|