Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Sep 2013 12:52:20 +0200
From:      David Demelier <demelier.david@gmail.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: problem with stoping process
Message-ID:  <5246B4E4.3060002@gmail.com>
In-Reply-To: <1118838194.20111215210050@yandex.ru>
References:  <1118838194.20111215210050@yandex.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
On 15.12.2011 20:00, Коньков Евгений wrote:
> I am trying to stop process
> /usr/local/etc/rc.d/radiusd top
> Stopping radiusd.
> Waiting for PIDS: 27618
> 
> top
> 27618 freeradius    2  20  -20   333M   295M STOP    0   4:42  0.00% radiusd
> 
> ps aux
> freeradius 27618   0.0  7.4 341144 302528  ??  T<Ls Fri05AM   685:27.16 /usr/local/sbin/radiusd
> 
> nothing is happen
> 
> Why process do not stop?
> 

Does it stops when you kill it by hand with kill -15 27618?

David.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5246B4E4.3060002>