From owner-freebsd-questions@freebsd.org Wed Oct 28 17:27:01 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8FE3BA1EB40 for ; Wed, 28 Oct 2015 17:27:01 +0000 (UTC) (envelope-from luzar722@gmail.com) Received: from mail-ig0-x230.google.com (mail-ig0-x230.google.com [IPv6:2607:f8b0:4001:c05::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5A467126A for ; Wed, 28 Oct 2015 17:27:01 +0000 (UTC) (envelope-from luzar722@gmail.com) Received: by igbhv6 with SMTP id hv6so12404534igb.0 for ; Wed, 28 Oct 2015 10:27:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=aGkZRhhirGvvbwys90HSmOMDuY8b/Be0JP3yrl8GIoA=; b=CippD/JbbNosEBwt2oCpT0t544Wc9Vu7BUB67Z+r0gfmfj2Z5QjdT13+OKg339P4KQ Iz04uV56ZXLYvfP9JiRDf1uFbYEJ5k87OZNrj0C1cTC7VVph50fAYFBqgKdVWC3RNt8h ZC6MxSfnPOIxvtTUmUaCQBhMG2v8tFFw0PS0SxfNMA/YM4F0cJ6tt0GOuzOiCSx0AGpG yp0eS7GCpEd4ZFCM/D0ZfFaiLQs5UQ8F0hXM3lTvQ5IEEC5mdtFQOUiaOa9s1hnmSLAF aoMMajfOSZxFC1uHTT14uLpjsIa/1sPp5pzHg0KzihkIAot6zT7+LmfLhTctyj5wwZGA JzhQ== X-Received: by 10.50.4.65 with SMTP id i1mr4769437igi.0.1446053220708; Wed, 28 Oct 2015 10:27:00 -0700 (PDT) Received: from [10.0.10.3] (cpe-76-190-244-6.neo.res.rr.com. [76.190.244.6]) by smtp.googlemail.com with ESMTPSA id ux6sm10280048igb.19.2015.10.28.10.26.59 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 28 Oct 2015 10:26:59 -0700 (PDT) Message-ID: <56310570.4080900@gmail.com> Date: Wed, 28 Oct 2015 13:27:12 -0400 From: Ernie Luzar User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: galtsev@kicp.uchicago.edu CC: freebsd-questions@freebsd.org Subject: Re: /etc/jail.conf documentation? References: <49230.128.135.52.6.1446047977.squirrel@cosmo.uchicago.edu> In-Reply-To: <49230.128.135.52.6.1446047977.squirrel@cosmo.uchicago.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Oct 2015 17:27:01 -0000 Valeri Galtsev wrote: > Dear All, > > Can someone recommend something similar to FreeBSD handbook that describes > building jails for newer systems meaning /etc/jail.conf as opposed to > /etc/rc.conf which handbook currently has in its jails chapter. I still > have all jail configurations on 9.3 boxes in /etc/rc.conf, but it is time > to build 10.x production boxes, and do things modern way (implying > /etc/jail.conf). I still intend to keep building jails "old fashion way" > as described in handbook, as opposed to using tools "ezjail" or similar. > > Thanks for all your advises! > > Valeri > Check out the jail-primer and qjail port.