From owner-freebsd-stable@FreeBSD.ORG Fri May 15 13:32:36 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2C5A8D38 for ; Fri, 15 May 2015 13:32:36 +0000 (UTC) Received: from sender1.zohomail.com (sender1.zohomail.com [74.201.84.152]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1771B1C44 for ; Fri, 15 May 2015 13:32:35 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=zapps768; d=zoho.com; h=date:from:to:subject:message-id:references:mime-version:content-type:in-reply-to:user-agent; b=TpOkP7kUkqpj2upFMS3tqBB0a1QhwdLOUN4meHs3qpDBKOGye6Vumvym5rKkRPZcVjX96r0HGU8U BvZh8cYP3O1socUq8mrG+1q6iH0ZT498p7iskqfN5DDxTUR+kCkY Received: from WorkBox.Home (75-168-166-168.mpls.qwest.net [75.168.166.168]) by mx.zohomail.com with SMTPS id 1431696753140277.16495402341434; Fri, 15 May 2015 06:32:33 -0700 (PDT) Date: Fri, 15 May 2015 08:32:30 -0500 From: Brandon Wandersee To: freebsd-stable@freebsd.org Subject: Re: poudriere jail as root on nfs? Message-ID: <20150515133230.GA1190@WorkBox.Home> References: <20150514152111.6d900adb@efreet> <20150514143629.GA17136@WorkBox.Home> <20150515084232.0d94f17f@efreet> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20150515084232.0d94f17f@efreet> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 May 2015 13:32:36 -0000 On 05/15, Marko Cupać wrote: > On Thu, 14 May 2015 09:36:29 -0500 > Brandon Wandersee wrote: > > I believe the answer may be "Yes," but why? > > Because creating a jail with poudriere takes a minute, while creating > it in a traditional (buildworld/buildkernel) way takes an hour. Correct, because poudriere's "ftp" method creates the jail using the pre-built world and kernel packaged with the FreeBSD-RELEASE distribution. If you were to use the "svn" method the jail would be compiled from source and take longer to create, while using the "src" method would pull the compiled world and kernel from `/usr/obj` if it exists (and thus take less time than even the "ftp" method). I'm fairly certain poudriere itself doesn't perform any magic here---if what you want are jails that don't need to be compiled from source then using poudriere would probably be doing it the hard way, as the latter would add another layer of complexity to jail creation and management. Just download the FreeBSD 10.1 distribution tarballs (or grab them from the installation image) and knock yourself out. ;) -- ============================================================================= :: Brandon Wandersee :: brandon.wandersee@zoho.com :: ============================================================================= "A common mistake that people make when trying to design something completely foolproof is to underestimate the ingenuity of complete fools." - Douglas Adams =============================================================================