From owner-freebsd-jail@FreeBSD.ORG Tue Jan 27 14:24:37 2015 Return-Path: Delivered-To: freebsd-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 BB925BBC for ; Tue, 27 Jan 2015 14:24:37 +0000 (UTC) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) (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 8AB9D253 for ; Tue, 27 Jan 2015 14:24:37 +0000 (UTC) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 8269B20606 for ; Tue, 27 Jan 2015 09:24:36 -0500 (EST) Received: from web3 ([10.202.2.213]) by compute3.internal (MEProxy); Tue, 27 Jan 2015 09:24:36 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:x-sasl-enc:from:to :mime-version:content-transfer-encoding:content-type:subject :date:in-reply-to:references; s=smtpout; bh=iZ8NeUwrQekcyYGXMRLI d7NKuZg=; b=rKNOEdhs5blErY8EFB1quQlH+bcDWzeYF6qLe7p8law0BZlKKc4K 5P792zuu6x1dMtRuTDLuog23+tyboyvT6HlvJlkwNSPBq69/S3F6teOt53bOCnkX yOXFcQI5fdHhm1b8P9I1K+It3UV83e2u1DMQJifCZvzSVjYDA+TEsfM= Received: by web3.nyi.internal (Postfix, from userid 99) id 5C2AE10BAEC; Tue, 27 Jan 2015 09:24:36 -0500 (EST) Message-Id: <1422368676.3961740.219503001.5902F45A@webmail.messagingengine.com> X-Sasl-Enc: /jtAAKStF17/cuyK0hLHm2Tc6YiTh1v6VfeIhvwJmW5V 1422368676 From: Mark Felder To: freebsd-jail@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-46f3f2c7 Subject: Re: preferred jail management tool Date: Tue, 27 Jan 2015 08:24:36 -0600 In-Reply-To: <1422368225.3958980.219494573.4EAD939C@webmail.messagingengine.com> References: <20150127012347.GA4940@lonesome.com> <20150127141239.V77290@sola.nimnet.asn.au> <54C7958B.40007@gmail.com> <1422368225.3958980.219494573.4EAD939C@webmail.messagingengine.com> 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 14:24:37 -0000 On Tue, Jan 27, 2015, at 08:17, Mark Felder wrote: > On Tue, Jan 27, 2015, at 07:41, Ernie Luzar wrote: > > > Vimage has to be compiled into the kernel and its kernel compile option > > has comment that it is highly experimental. > > No it doesn't. > > # Network stack virtualization. > #options VIMAGE > #options VNET_DEBUG # debug for VIMAGE > > See for yourself: > > https://svnweb.freebsd.org/base/head/sys/conf/NOTES?view=markup > To clarify, I was referring to the kernel compile option being marked as experimental. You still have to custom compile a kernel to include it.