Date: Sat, 21 Jan 2012 09:24:59 +0000 From: Frank Shute <frank@shute.org.uk> To: ??????? ??????? <kes-kes@yandex.ru> Cc: freebsd-questions@freebsd.org Subject: Re: problem to kill -KILL process Message-ID: <20120121092459.GB8988@orange.esperance-linux.co.uk> In-Reply-To: <1712857962.20120120232421@yandex.ru> References: <1712857962.20120120232421@yandex.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
--hHWLQfXTYDoKhP50 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jan 20, 2012 at 11:24:21PM +0200, ??????? ??????? wrote: > > Hi >=20 > # 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 >=20 >=20 > 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 >=20 > How to kill process without reboot? >=20 Doesn't radius have a script in /usr/local/etc/rc.d? If so use that to stop it rather than KILLing it. E.g: # /usr/local/etc/rc.d/radiusd stop or something like that. Regards, --=20 Frank Contact info: http://www.shute.org.uk/misc/contact.html --hHWLQfXTYDoKhP50 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (FreeBSD) iEYEARECAAYFAk8ahGoACgkQHduKvUAgeK6vkwCfZ2auE+p55iXmRxVPU/jRzRkl 60MAoM8SU8/+yJQckm7OXuSfAdvEGuOV =R6vn -----END PGP SIGNATURE----- --hHWLQfXTYDoKhP50--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120121092459.GB8988>