Date: Wed, 16 Jan 2008 23:10:03 GMT From: Florian Smeets <flo@kasimir.com> To: freebsd-rc@FreeBSD.org Subject: Re: conf/102913: [jail] [patch] /etc/rc.d/named killall in jailed OS Message-ID: <200801162310.m0GNA3PZ035713@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR conf/102913; it has been noted by GNATS. From: Florian Smeets <flo@kasimir.com> To: bug-followup@FreeBSD.org, llevier@argosnet.com Cc: Subject: Re: conf/102913: [jail] [patch] /etc/rc.d/named killall in jailed OS Date: Thu, 17 Jan 2008 00:04:18 +0100 This one can also be closed, as with Rev 1.27 of /etc/rc.d/named the named script reads the PID from the pidfile and only kills that process. All named processes in the jails survive: host# ps ax -o pid,jid,args | grep named 1179 2 /usr/sbin/named -t /var/named -u bind 1197 1 /usr/sbin/named -t /var/named -u bind 1690 0 /usr/sbin/named -t /var/named -u bind 1694 0 grep named host# /etc/rc.d/named stop Stopping named. rndc failed, trying kill: host# ps ax -o pid,jid,args | grep named 1179 2 /usr/sbin/named -t /var/named -u bind 1197 1 /usr/sbin/named -t /var/named -u bind 1709 0 grep named Cheers, Florian
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801162310.m0GNA3PZ035713>