From owner-freebsd-current@FreeBSD.ORG Wed Dec 12 03:17:29 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED5AF16A420 for ; Wed, 12 Dec 2007 03:17:29 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from heff.fud.org.nz (203-109-251-39.static.bliink.ihug.co.nz [203.109.251.39]) by mx1.freebsd.org (Postfix) with ESMTP id 9C18213C457 for ; Wed, 12 Dec 2007 03:17:29 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: by heff.fud.org.nz (Postfix, from userid 1001) id 48FD67131; Wed, 12 Dec 2007 16:17:27 +1300 (NZDT) Date: Wed, 12 Dec 2007 16:17:27 +1300 From: Andrew Thompson To: Nikolay Pavlov Message-ID: <20071212031727.GA43155@heff.fud.org.nz> References: <200712120512.42689.qpadla@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200712120512.42689.qpadla@gmail.com> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: freebsd-current@freebsd.org Subject: Re: Unable to shutdown jail on BETA4 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Dec 2007 03:17:30 -0000 On Wed, Dec 12, 2007 at 05:12:42AM +0200, Nikolay Pavlov wrote: > Hi all. > Not sure were to go with this... I see a weird jail behavior on recent > BETA4. After successful "/etc/rc.d/jail stop cell" execution the jail is > still could be listed with jls command: > root@cassini:~# jls > JID IP Address Hostname Path > 4 xxx.53.51.236 php-cgi /home/jails/php-cgi > > But i am unable to find any processes with this jid in the system: > root@cassini:~# ps ax -o jid | grep 4 > root@cassini:~# > > Any comments? This has been fixed (sort of), make sure you have r1.208.2.1 of /usr/src/sys/kern/kern_conf.c cheers, Andrew