Date: Mon, 23 Jan 2012 17:14:08 +0200 From: Volodymyr Kostyrko <c.kworr@gmail.com> To: =?UTF-8?B?0JrQvtC90YzQutC+0LIg0JXQstCz0LXQvdC40Lk=?= <kes-kes@yandex.ru> Cc: freebsd-questions@FreeBSD.org Subject: Re: problem to kill -KILL process Message-ID: <4F1D7940.5080303@gmail.com> In-Reply-To: <1712857962.20120120232421@yandex.ru> References: <1712857962.20120120232421@yandex.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
Коньков Евгений wrote: > Hi > > # ps ax|grep rad > 45471 ?? T<Ls 263:35.44 /usr/local/sbin/radiusd > 26473 1 S+ 0:00.00 grep rad > flux# date > Fri Jan 20 23:20:28 UTC 2012 > flux# kill -KILL 45471 > flux# date > Fri Jan 20 23:20:41 UTC 2012 > flux# kill -KILL 45471 > flux# date > Fri Jan 20 23:20:54 UTC 2012 > flux# kill -KILL 45471 > > > top > 9 root 16 - 0K 8K syncer 2 7:12 0.00% syncer > 45471 freeradius 20 -20 311M 283M STOP 0 3:38 0.00% {radiusd} > 49114 root 21 0 10460K 4240K select 0 2:43 0.00% zebra Looks like some bad things happen. Try kill -19 45471 to continue radiusd execution, maybe that helps. -- Sphinx of black quartz judge my vow.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4F1D7940.5080303>