From owner-freebsd-questions@FreeBSD.ORG Tue Apr 3 15:40:08 2012 Return-Path: Delivered-To: questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 737CD1065698 for ; Tue, 3 Apr 2012 15:40:08 +0000 (UTC) (envelope-from fbsd8@a1poweruser.com) Received: from mail-03.name-services.com (mail-03.name-services.com [69.64.155.195]) by mx1.freebsd.org (Postfix) with ESMTP id 40DCD8FC20 for ; Tue, 3 Apr 2012 15:40:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; q=dns/txt; s=DKIM-NAME-SERVICES; d=a1poweruser.com; h=From:To:Cc:Subject:Message-ID:X-Sender:X-Envelope-From; l=500; bh=Yqk4HISYBL3HwlSdWNS2EZHaEz39XFiCV0HKRSiYoS4=; b=S8UDgC1dRfpdPD+wn8eVDGM1o3ZpQe13WYuvSnSaSB2H9vLCoutf6a3OPTYa81eaiKvS7XGwhGG7MkQaMS8P/x88w3a2Rb1i3mtFOmhwGDZ0WPt6Vk2jrx2ShDJVIrM6CjMnpka+8clPYqxHDwGgt8FR/xA2AH5Vr+ENjK0P7JQ= Received: from [192.168.1.200] ([173.88.198.194]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.4675); Tue, 3 Apr 2012 08:39:59 -0700 Message-ID: <4F7B19CE.80401@a1poweruser.com> Date: Tue, 03 Apr 2012 11:39:58 -0400 From: Fbsd8 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: James Y Chen References: <079BB83C1486C245B64B055CF016336A02612843@emailhk3.jnpr.net> In-Reply-To: <079BB83C1486C245B64B055CF016336A02612843@emailhk3.jnpr.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 03 Apr 2012 15:40:00.0082 (UTC) FILETIME=[0777CB20:01CD11B0] X-Sender: fbsd8@a1poweruser.com X-Envelope-From: fbsd8*a1poweruser.com Cc: questions@FreeBSD.org Subject: Re: Questions about Jail 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: Tue, 03 Apr 2012 15:40:08 -0000 James Y Chen wrote: > Hi > > I think Jail on FreeBSD 8.2 can generate 2 jailed machine using the same > version of FreeBSD, for example, on a 8.2 AMD64 Jailer, I can create 2 > or more FreeBSD 8.2 amd64 Jailed machine. > > My question is: can I install other version of FreeBSD on the Jailed > environment? If yes, which steps shall I do? Still using make world or > other easier way? > > thanks > > > James Y Chen > IT Engineering > Juniper Networks > > > In most cases your jail environment will function ok as long as its the same base release level. Example, host=8.0 jail1=8.1 and jail2=8.2 But host=8.2 and jail1=9.0 will have unknown reliability. Technically there is no checks stopping someone from doing this and from the outside all will look correct, but it will fail and you may lose both the host and jail. There is a system utility called qjail that simplifies jail building. http://qjail.sourceforge.net/ Its in the ports system.