From owner-freebsd-virtualization@FreeBSD.ORG Thu Nov 7 13:35:51 2013 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A84D09B9 for ; Thu, 7 Nov 2013 13:35:51 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 682632069 for ; Thu, 7 Nov 2013 13:35:51 +0000 (UTC) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id F063128437; Thu, 7 Nov 2013 14:35:42 +0100 (CET) Received: from [192.168.1.2] (ip-89-177-49-222.net.upcbroadband.cz [89.177.49.222]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 2E16A28422; Thu, 7 Nov 2013 14:35:42 +0100 (CET) Message-ID: <527B972E.7020900@quip.cz> Date: Thu, 07 Nov 2013 14:35:42 +0100 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.1.19) Gecko/20110420 Lightning/1.0b1 SeaMonkey/2.0.14 MIME-Version: 1.0 To: Kristen Nielsen Subject: Re: FreeBSD 9.1-Rel: Jail-rc startup of vnet jails with new configuration syntax References: <527B86E2.5020907@krn.dk> In-Reply-To: <527B86E2.5020907@krn.dk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-virtualization@freebsd.org X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Nov 2013 13:35:51 -0000 Kristen Nielsen wrote: > Hi freebsd-virtualization list > > I am trying to figure out how to start configured jails within FreeBSD > 9.1Release at boot time. > I am using new C-style jail configuration syntax in /etc/jail.conf. > all jail starts successfully when i do a jail -c from the commandline. [...] Take a look at sysutils/jail2. It is jail startup/shutdown script with jail.conf support. Miroslav Lachman