From owner-freebsd-jail@FreeBSD.ORG Tue Jun 17 15:53:51 2014 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A69D12C3 for ; Tue, 17 Jun 2014 15:53:51 +0000 (UTC) Received: from relay.mailchannels.net (si-002-i152.relay.mailchannels.net [108.178.49.164]) (using TLSv1.1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 10F012DF3 for ; Tue, 17 Jun 2014 15:53:50 +0000 (UTC) X-Sender-Id: _forwarded-from|107.201.34.133 Received: from mail-24.name-services.com (unknown [10.218.133.212]) by relay.mailchannels.net (Postfix) with ESMTPA id A70DD122BBF; Tue, 17 Jun 2014 15:38:02 +0000 (UTC) X-Sender-Id: _forwarded-from|107.201.34.133 Received: from mail-24.name-services.com (mail-24.name-services.com [10.244.170.26]) (using TLSv1 with cipher AES128-SHA) by 0.0.0.0:2500 (trex/5.2.3); Tue, 17 Jun 2014 15:38:02 GMT X-MC-Relay: Forwarding X-MailChannels-SenderId: _forwarded-from|107.201.34.133 X-MailChannels-Auth-Id: demandmedia Received: from [10.0.10.1] (107-201-34-133.lightspeed.bcvloh.sbcglobal.net [107.201.34.133]) by mail-24.name-services.com with SMTP; Tue, 17 Jun 2014 08:37:54 -0700 Message-ID: <53A060D4.1080100@a1poweruser.com> Date: Tue, 17 Jun 2014 11:37:56 -0400 From: Fbsd8 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Peter Toth Subject: Re: iocage - drop in jail manager References: <1403003730.53a0235260385@gpo.cellcontainer.com> In-Reply-To: <1403003730.53a0235260385@gpo.cellcontainer.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-jail@freebsd.org X-BeenThere: freebsd-jail@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "Discussion about FreeBSD jail\(8\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jun 2014 15:53:51 -0000 Peter Toth wrote: > For anyone interested in managing jails with VNET, ZFS and resource > limits I have created a jail manager script > https://github.com/pannon/iocage . Basically rewritten most of > "zjails" in pure sh with simplicity in mind. > > 90% is done final commits will be happening in the next 2 weeks. Feel > free to give it a test drive. > Will this script work on i386 systems? Will this script work on a generic system with no zfs disk area enabled? Does vnet jail still have "lost memory bug" when stopping vnet jail? Do any of the host firewalls (ie; ipfw, ipf, pf) work on host and in multiple vnet jail at same time? Does NAT function work in vnet jail? Can non-vnet jails be created?