Date: Thu, 9 Apr 2009 13:26:51 -0600 From: Joshua Gimer <jgimer@gmail.com> To: freebsd-questions@freebsd.org Subject: Re: cannot kill process with kill -9 Message-ID: <cf939bff0904091226s75800562j51843b7e80e55e64@mail.gmail.com> In-Reply-To: <20090409114731.GA4871@zptr-nb01> References: <alpine.BSF.2.00.0904090931540.71602@macos.cmi.ua.ac.be> <20090409114731.GA4871@zptr-nb01>
next in thread | previous in thread | raw e-mail | index | archive | help
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@caf.com.tr> 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 =A0 60342 =A0 =A0 1 60289 60289 =A0 =A00 D =A0 =A0 ?? =A0 =A00:00.0= 0 mount_nfs > [...] >> How to I get this process killed? > > reboot. =A0You can't kill a process with a D flag. =A0Google for > uninterruptible sleep. > > -- > Eray > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > --=20 Thx Joshua Gimer
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?cf939bff0904091226s75800562j51843b7e80e55e64>