From owner-freebsd-questions@FreeBSD.ORG Tue Apr 3 08:15:15 2012 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B5BD6106564A for ; Tue, 3 Apr 2012 08:15:15 +0000 (UTC) (envelope-from gibblertron@gmail.com) Received: from mail-lpp01m010-f54.google.com (mail-lpp01m010-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 36AA78FC08 for ; Tue, 3 Apr 2012 08:15:15 +0000 (UTC) Received: by lagv3 with SMTP id v3so6031617lag.13 for ; Tue, 03 Apr 2012 01:15:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=IgyfHVOdBTOXE4kXgAjalimWPwmC8ri6k4uwx6pgKlc=; b=l1o7Y3h9FrV3p5bKXgP3xWg/ohbo44NE9RoMVVeQq7sIqtBdZqmxoZgAh0wKfwmjXF AS162HBTMxgdG1i7mEGnSSYJP6ILUg6Vnu5vJy7rjNMQj8eiRaxWCAtTJGQbAx7IIux8 WJR3qsc3DWbp950xedWCpFhS2ESBF4PViCuF2jwJJ+fhEvlqqYWKtxbizeGHZ80NHM2y mFeH5lTliGCN9LNvcvbo5RAfJdJnzci0brZUSDgpDrwqIMXC5JXCjZpTljxtp8si3+bu m2mIVKrI3Js/7srg5ty/qNinRZtw5Ryd6Wm/M5nAE3FWcW4dzcTLsefHjWfrtoPAclEt 28dA== MIME-Version: 1.0 Received: by 10.152.112.68 with SMTP id io4mr12938394lab.40.1333440913136; Tue, 03 Apr 2012 01:15:13 -0700 (PDT) Received: by 10.112.60.69 with HTTP; Tue, 3 Apr 2012 01:15:13 -0700 (PDT) In-Reply-To: <079BB83C1486C245B64B055CF016336A02612843@emailhk3.jnpr.net> References: <079BB83C1486C245B64B055CF016336A02612843@emailhk3.jnpr.net> Date: Tue, 3 Apr 2012 01:15:13 -0700 Message-ID: From: Patrick To: James Y Chen Content-Type: text/plain; charset=ISO-8859-1 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 08:15:15 -0000 While it may work in some cases, it can be a bad idea because jails use the kernel of the host, and it's probably safest if your userland matches the rest. If you want to play with different versions of FreeBSD, you should do so in a virtualized environment. If jails are a good fit for you and you want to easily keep things up to date across jails, I'd take a look at ezjail: http://erdgeist.org/arts/software/ezjail/ Patrick On Mon, Apr 2, 2012 at 11:20 PM, 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 > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"