From owner-freebsd-jail@FreeBSD.ORG Tue Jan 27 20:38:47 2015 Return-Path: Delivered-To: jail@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 23643A60 for ; Tue, 27 Jan 2015 20:38:47 +0000 (UTC) Received: from elektropost.org (elektropost.org [217.115.13.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5EFA7777 for ; Tue, 27 Jan 2015 20:38:45 +0000 (UTC) Received: (qmail 40729 invoked from network); 27 Jan 2015 20:38:44 -0000 Received: from elektropost.org (HELO elektropost.org) (erdgeist@erdgeist.org) by elektropost.org with ESMTPS (DHE-RSA-AES128-SHA encrypted); 27 Jan 2015 20:38:43 -0000 Message-ID: <54C7F74C.7040302@erdgeist.org> Date: Tue, 27 Jan 2015 21:38:36 +0100 From: Dirk Engling User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: galtsev@kicp.uchicago.edu Subject: Re: preferred jail management tool References: <20150127012347.GA4940@lonesome.com> <20150127141239.V77290@sola.nimnet.asn.au> <54C7958B.40007@gmail.com> <54C7C828.4070703@erdgeist.org> <14943.128.135.70.2.1422381245.squirrel@cosmo.uchicago.edu> <54C7D371.9010609@erdgeist.org> <13934.128.135.70.2.1422383293.squirrel@cosmo.uchicago.edu> <54C7F109.2040405@erdgeist.org> <61100.128.135.70.2.1422390986.squirrel@cosmo.uchicago.edu> In-Reply-To: <61100.128.135.70.2.1422390986.squirrel@cosmo.uchicago.edu> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: jail@freebsd.org X-BeenThere: freebsd-jail@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Discussion about FreeBSD jail\(8\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jan 2015 20:38:47 -0000 On 27.01.15 21:36, Valeri Galtsev wrote: > Now I feel ultimately confused. I [still] have all my jail configurations > in /etc/rc.conf, and I can start or stop one of the jails by > > /etc/rc.d/jail [start|stop] jailname > > If I switch all configurations to /etc/jail.conf, will the same commands > work for starting/stopping jails? Yes, using per-jail-variables in your rc.conf has been deprecated but will still work in 10. If you migrate to jail.conf, everything will be working as you expect. erdgeist