From owner-freebsd-hackers@FreeBSD.ORG Sat Dec 30 17:36:55 2006 Return-Path: X-Original-To: freebsd-hackers@FreeBSD.org Delivered-To: freebsd-hackers@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D55AC16A407; Sat, 30 Dec 2006 17:36:55 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 95D5D13C47E; Sat, 30 Dec 2006 17:36:55 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id kBUHZPFH050256; Sat, 30 Dec 2006 10:35:25 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sat, 30 Dec 2006 10:35:32 -0700 (MST) Message-Id: <20061230.103532.1784646290.imp@bsdimp.com> To: rwatson@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <20061230123256.V18740@fledge.watson.org> References: <200612301119.kBUBJNno062104@lurza.secnetix.de> <20061230123256.V18740@fledge.watson.org> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Sat, 30 Dec 2006 10:35:26 -0700 (MST) Cc: erik.udo@gmail.com, freebsd-hackers@FreeBSD.org, olli@lurza.secnetix.de Subject: Re: Init.c, making it chroot X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Dec 2006 17:36:55 -0000 In message: <20061230123256.V18740@fledge.watson.org> Robert Watson writes: : Mounting a second devfs instance is undesirable for a number of : reasons, not least that you end up with an extra file system : floating around (although not reachable via the name space). It's : certainly not disastrous though. At work, we have a build server. Our build environment is a chroot'd area that allows us to insultate the products we're building from the host os's files completely. We have to have a devfs entry in each of these chroots. We often see dozens of devfs instances mounted on our 6.2 build boxes w/o ill effect. We've done this as far back as 5.3. Warner