From owner-freebsd-stable@FreeBSD.ORG Thu May 31 22:39:02 2012 Return-Path: Delivered-To: freebsd-stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 49B45106564A for ; Thu, 31 May 2012 22:39:02 +0000 (UTC) (envelope-from jamie@FreeBSD.org) Received: from m2.gritton.org (gritton.org [199.192.164.235]) by mx1.freebsd.org (Postfix) with ESMTP id 14E238FC08 for ; Thu, 31 May 2012 22:39:01 +0000 (UTC) Received: from guppy.corp.verio.net (fw.oremut02.us.wh.verio.net [198.65.168.24]) (authenticated bits=0) by m2.gritton.org (8.14.5/8.14.5) with ESMTP id q4VMcrop014239; Thu, 31 May 2012 16:38:54 -0600 (MDT) (envelope-from jamie@FreeBSD.org) Message-ID: <4FC7F2F8.40800@FreeBSD.org> Date: Thu, 31 May 2012 16:38:48 -0600 From: Jamie Gritton User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:9.0) Gecko/20120126 Thunderbird/9.0 MIME-Version: 1.0 To: "freebsd-stable@freebsd.org" References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Serg R Subject: Re: The problem with starting/stopping of jail in the last 9-STABLE. X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2012 22:39:02 -0000 On 05/31/12 07:56, Serg R wrote: > At system startup, a message: > Starting jails: cannot start jail "test": > -1 > > # /etc/rc.d/jail start > Starts jail successfully. > > # ee /var/run/jail_test.id > Setting hostname: test. > > # /etc/rc.d/jail stop > Stopping jails: test > > # jls > JID IP Address Hostname Path > 3 10.2.8.7 test /usr/jails/www > > #uname -a > FreeBSD sorgo 9.0-STABLE FreeBSD 9.0-STABLE #4: Thu May 31 13:39:39 SAMT 2012 root@sorgo:/usr/obj/usr/src/sys/SORGO amd64 That's no longer the latest 9-STABLE - I MFCd some patches today that should fix this. - Jamie