From owner-freebsd-bugs@FreeBSD.ORG Tue May 1 14:50:10 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 315D716A402 for ; Tue, 1 May 2007 14:50:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 1B26613C45B for ; Tue, 1 May 2007 14:50:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l41Eo94L023261 for ; Tue, 1 May 2007 14:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l41Eo9ni023260; Tue, 1 May 2007 14:50:09 GMT (envelope-from gnats) Date: Tue, 1 May 2007 14:50:09 GMT Message-Id: <200705011450.l41Eo9ni023260@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Nick Jones Cc: Subject: Re: kern/89528: [jail] impossible to kill a jail X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Nick Jones List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 May 2007 14:50:10 -0000 The following reply was made to PR kern/89528; it has been noted by GNATS. From: Nick Jones To: bug-followup@FreeBSD.org, philippe.lang@attiksystem.ch Cc: Subject: Re: kern/89528: [jail] impossible to kill a jail Date: Tue, 1 May 2007 15:10:45 +0100 Hi all. I'm seeing this behaviour on a fresh build (i.e this morning) of -STABLE. Jails shutdown cleanly if they aren't touched, but as soon as I login and out again via SSH they'll no longer die properly. There's no open sockets and no processes running within the jail itself, for example: [nick@x330 ~]$ jls JID IP Address Hostname Path 2 192.168.1.66 dischord.org /home/jails/dischord.org [nick@x330 ~]$ sudo jexec 2 ps auxwww USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND root 1468 0.0 0.1 1476 924 p0 R+J 2:02PM 0:00.01 ps auxwww [nick@x330 ~]$ sudo killall -j 2 No matching processes were found [nick@x330 ~]$ sudo jkill 2 [nick@x330 ~]$ jls JID IP Address Hostname Path 2 192.168.1.66 dischord.org /home/jails/dischord.org The only thing that'll clear it is a reboot. -- -Nick