Re: cannot kill process with kill -9
- From: Joshua Gimer <jgimer@xxxxxxxxx>
- Date: Thu, 9 Apr 2009 13:26:51 -0600
You might also find a little bit information about what the process is
waiting on by attaching to it with strace (in ports under devel)
(strace -p PID).
On Thu, Apr 9, 2009 at 5:47 AM, Eray Aslan <eray.aslan@xxxxxxxxxx> wrote:
On Thu, Apr 09, 2009 at 09:41:31AM +0200, Pieter Donche wrote:
I have a mount_nfs process that refuses to get killed :[...]
# ps -jaxw | grep mount
root 60342 1 60289 60289 0 D ?? 0:00.00 mount_nfs
How to I get this process killed?
reboot. You can't kill a process with a D flag. Google for
uninterruptible sleep.
--
Eray
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"
--
Thx
Joshua Gimer
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: cannot kill process with kill -9
- From: Ruben de Groot
- Re: cannot kill process with kill -9
- References:
- cannot kill process with kill -9
- From: Pieter Donche
- Re: cannot kill process with kill -9
- From: Eray Aslan
- cannot kill process with kill -9
- Prev by Date: Re: Recovering loss of /var/db/pkg ?
- Next by Date: Re: memtest question on 8 GB RAM AMD64 system
- Previous by thread: Re: cannot kill process with kill -9
- Next by thread: Re: cannot kill process with kill -9
- Index(es):
Relevant Pages
|