From owner-freebsd-questions@FreeBSD.ORG Sat Feb 4 00:44:08 2012 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 068B1106566B for ; Sat, 4 Feb 2012 00:44: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 DFA7B8FC17 for ; Sat, 4 Feb 2012 00:44:07 +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=xfJcQ7hXK4AbxTUpOVuivBf0nu95JbU7q7Z0+/teft4=; b=TnHUBxkFTKIozIwD7010hZnY8DqB8pP7n0NM1aHtlckB3kiM3FvyxkPC4wiuPBD59694gyG5yF7kE3kYUZQrk/M+SL42CkgeabeeIMTTsqjWIk1jZ8LviucRikq+3A6LLt3uudUQ8E/CxbVItRjjT8k3JQcSD6eI22ABWwNnEWw= Received: from [192.168.1.149] ([120.29.64.34]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.4675); Fri, 3 Feb 2012 16:44:07 -0800 Message-ID: <4F2C7F53.4070306@a1poweruser.com> Date: Sat, 04 Feb 2012 08:44:03 +0800 From: Fbsd8 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Hugo Silva References: <4F2C086B.9040307@barafranca.com> In-Reply-To: <4F2C086B.9040307@barafranca.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 04 Feb 2012 00:44:08.0213 (UTC) FILETIME=[1A7C3C50:01CCE2D6] X-Sender: fbsd8@a1poweruser.com X-Envelope-From: fbsd8*a1poweruser.com Cc: freebsd-questions@freebsd.org Subject: Re: Jails V2, VIMAGE, and integration in the base system 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, 04 Feb 2012 00:44:08 -0000 Hugo Silva wrote: > Hello, > > I didn't find much about jails v2 + epair + vimage on google; The > FreeBSD wiki pages concerning this subject seem fairly outdated (that or > not much has happened in 3 years), and the manpages don't mention much > about vimage/vnet. > > According to http://ivoras.net/freebsd/freebsd8.html it should be in > FreeBSD 8.0 (VIMAGE, Jails v2), and maybe it is, but if it's not > integrated in the base system and information/documentarion is scarse, > few will use it. > > > Found this: http://www.freebsd.org/cgi/query-pr.cgi?pr=142972 - nearly 2 > years old. > > > My question is, how wise would it be to attempt to use these features in > production? IMO this is very interesting stuff, having these things > integrated would be a worthy addition to FreeBSD. > _______________________________________________ > 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" > > Yes VIMAGE & Jails are part of the 8.x releases. Jail is in the base release in its manual form and you have to recompile the kernel to enable VIMAGE which is labeled experimental. Jails are used in many production environments managed by the sysutil/qjail port but use VIMAGE at your own risk. Have no info on epair.