From owner-freebsd-jail@FreeBSD.ORG Sat Oct 12 00:29:54 2013 Return-Path: Delivered-To: freebsd-jail@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E80F11CC for ; Sat, 12 Oct 2013 00:29:54 +0000 (UTC) (envelope-from fbsd8@a1poweruser.com) Received: from relay.mailchannels.net (si-002-i28.relay.mailchannels.net [184.154.112.193]) by mx1.freebsd.org (Postfix) with ESMTP id 90FCF2DA6 for ; Sat, 12 Oct 2013 00:29:53 +0000 (UTC) X-Sender-Id: demandmedia|env-sender|fbsd8@a1poweruser.com Received: from mail-24.name-services.com (ip-10-244-196-74.us-west-2.compute.internal [10.244.196.74]) by relay.mailchannels.net (Postfix) with ESMTPA id 74D666C64; Sat, 12 Oct 2013 00:11:33 +0000 (UTC) X-Sender-Id: demandmedia|env-sender|fbsd8@a1poweruser.com Received: from mail-24.name-services.com (mail-24.name-services.com [10.246.16.22]) (using TLSv1 with cipher AES128-SHA) by 0.0.0.0:2500 (trex/5.0.11); Sat, 12 Oct 2013 00:11:33 GMT X-MC-Relay: Neutral X-MailChannels-SenderId: demandmedia%7Cenv-sender%7Cfbsd8%40a1poweruser.com X-MailChannels-Auth-Id: demandmedia Received: from [192.168.1.149] (UnknownHost [121.58.220.239]) by mail-24.name-services.com with SMTP; Fri, 11 Oct 2013 17:11:27 -0700 Message-ID: <5258939C.2010909@a1poweruser.com> Date: Fri, 11 Oct 2013 20:11:08 -0400 From: Fbsd8 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Kenta Suzumoto Subject: Re: ezjail and UPDATING20131010 References: <20131011170340.47C726018E@smtp.hushmail.com> In-Reply-To: <20131011170340.47C726018E@smtp.hushmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-jail@freebsd.org X-BeenThere: freebsd-jail@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussion about FreeBSD jail\(8\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Oct 2013 00:29:55 -0000 Kenta Suzumoto wrote: > Hi there. I updated to 10-STABLE after it was branched and suddenly none > of my [ez]jails will start. Does it have anything to do with the entry in UPDATING? > What's the best way to solve it? > The jail rc.script environment in 10.0 has been patched to convert all the jail rc.conf parameters to the new jail(8) format and then exec jail(8). This is in preparation for depreciating the jail.conf jail parameters. ezjail uses the rc.conf jail parameters and needs to be updated to use the native jail(8) parameters. Until that gets done ezjail only works with 9.2 and older versions of FreeBSD. The qjail utility uses the native jail(8) parameters right now. Give it a try.