Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Dec 2007 18:46:04 +0200
From:      Nikolay Pavlov <qpadla@gmail.com>
To:        Andrew Thompson <thompsa@freebsd.org>
Cc:        freebsd-current@freebsd.org
Subject:   Re: Unable to shutdown jail on BETA4
Message-ID:  <200712251846.04474.qpadla@gmail.com>
In-Reply-To: <20071212031727.GA43155@heff.fud.org.nz>
References:  <200712120512.42689.qpadla@gmail.com> <20071212031727.GA43155@heff.fud.org.nz>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday 12 December 2007 05:17:27 Andrew Thompson wrote:
> 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

Unfortunately the problem is still there, but it's not easy to trigger it.
Here it is after "/etc/rc.d/jail restart php_cgi" and 11 days of uptime:
root@cassini:~# jls                                                                                                                                                         
   JID  IP Address      Hostname                      Path
     9  xxx.53.51.236   php-cgi  /home/jails/php-cgi
     7  xxx.53.51.236   php-cgi  /home/jails/php-cgi
root@cassini:~# ps awwx -o jid | grep 9 | wc -l                                                                                                                             
      13
root@cassini:~# ps awwx -o jid | grep 7 | wc -l                                                                                                                             
       0
root@cassini:~# uname -a                                                                                                                                                    
FreeBSD cassini 7.0-BETA4 FreeBSD 7.0-BETA4 #2: Thu Dec 13 06:54:11 EET 
2007 root@cassini:/usr/obj/usr/src/sys/GENERIC  amd64
                                                              

-- 
======================================================================  
- Best regards, Nikolay Pavlov. <<<-----------------------------------    
======================================================================  




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