From owner-freebsd-questions@FreeBSD.ORG Sat Dec 19 12:53:20 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2F97D106566B for ; Sat, 19 Dec 2009 12:53:20 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from mailhub.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 0140D8FC1D for ; Sat, 19 Dec 2009 12:53:18 +0000 (UTC) Received: from smoochies.rachie.is-a-geek.net (mailhub.lan.rachie.is-a-geek.net [192.168.2.11]) by mailhub.rachie.is-a-geek.net (Postfix) with ESMTP id 38C527E818; Sat, 19 Dec 2009 03:53:18 -0900 (AKST) From: Mel Flynn To: freebsd-questions@freebsd.org Date: Sat, 19 Dec 2009 03:53:16 -0900 User-Agent: KMail/1.12.1 (FreeBSD/8.0-STABLE; KDE/4.3.1; i386; ; ) References: <20091218224047.GA37742@club.kyutech.ac.jp> In-Reply-To: <20091218224047.GA37742@club.kyutech.ac.jp> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200912190353.16223.mel.flynn+fbsd.questions@mailing.thruhere.net> Cc: Kouichiro Iwao Subject: Re: how to make vimage jail permanent by configuring rc.conf? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Dec 2009 12:53:20 -0000 On Friday 18 December 2009 13:40:47 Kouichiro Iwao wrote: > I want to make it permanent. I want jails to start automatically when I > rebooted the host environment. I add the following lines into rc.conf. > > jail_jail01_flags="-c vnet" > jail_jail01_rootdir="/usr/jail/jail01" > jail_jail01_hostname="jail01.example.jp" > jail_jail01_ip="192.168.100.101" > > However, I failed "/etc/rc.d/jail onestart jail01" to start up the jail. > How to configure rc.conf in order to make vimage jail permanent? > > rc.d/jail only support traditional jails? Please show the output, with rc_debug turned on in /etc/rc.conf. -- Mel