From owner-freebsd-hackers@FreeBSD.ORG Mon Mar 1 22:03:40 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 17FC8106566B; Mon, 1 Mar 2010 22:03:40 +0000 (UTC) (envelope-from xorquewasp@googlemail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 6E4DE8FC13; Mon, 1 Mar 2010 22:03:38 +0000 (UTC) Received: by wyb32 with SMTP id 32so299780wyb.13 for ; Mon, 01 Mar 2010 14:03:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:received:received :x-authentication-warning:date:from:to:cc:subject:message-id :references:mime-version:content-type:content-disposition :content-transfer-encoding:in-reply-to; bh=C5ZFodMLIOwE7Lp0ZkwT1dTgcTeIttVWPvpHGYTusVE=; b=EvFKTKN7t3y3H/KcNyxEIfjvblYWQbb65oKNbh8zsiJp3rtAERhe9tiQ6sshNDVj5X AKEEcCKLvl09+OkaPRn4Q4HGBC9tSjlpQOZnHqIdOl0ELusUAAZ/76OouW3/sQcDEHIQ uZ+TpqwbrRzz6R0wYTyeELeiX8F3M6jMtSpLM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=x-authentication-warning:date:from:to:cc:subject:message-id :references:mime-version:content-type:content-disposition :content-transfer-encoding:in-reply-to; b=nnfngLmGaYf4kyyzs4ItS6ljnF6bPnkYOmUejWsrflbzjwImhizM30Ozd5D7eqpPf8 maITedPAFRhBPAfV/1mi7IAe1qe2Fvn3nhx/P6BB2PcK8jBgHCnD+/wUgLlBpForsXOW 1z0LhnEe1Wk4lmNTszE/HMIdkfQYZURq/Z05c= Received: by 10.216.88.203 with SMTP id a53mr3459405wef.177.1267481015397; Mon, 01 Mar 2010 14:03:35 -0800 (PST) Received: from viper.internal.network (dsl78-143-196-85.in-addr.fast.co.uk [78.143.196.85]) by mx.google.com with ESMTPS id n12sm12448656gve.15.2010.03.01.14.03.33 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 01 Mar 2010 14:03:34 -0800 (PST) Received: from viper.internal.network (localhost [127.0.0.1]) by viper.internal.network (Postfix) with ESMTP id AB29F4AC06; Mon, 1 Mar 2010 22:03:32 +0000 (UTC) Received: (from m0@localhost) by viper.internal.network (8.14.3/8.14.3/Submit) id o21M3W4e004933; Mon, 1 Mar 2010 22:03:32 GMT (envelope-from xorquewasp@googlemail.com) X-Authentication-Warning: viper.internal.network: m0 set sender to xorquewasp@googlemail.com using -f Date: Mon, 1 Mar 2010 22:03:32 +0000 From: xorquewasp@googlemail.com To: Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= Message-ID: <20100301220332.GB74816@logik.internal.network> References: <20100226163227.GA15162@logik.internal.network> <4B88074E.7050007@FreeBSD.org> <20100226222113.GA14592@logik.internal.network> <4B884D48.90509@FreeBSD.org> <20100227093409.GA40858@logik.internal.network> <864ol0w4g5.fsf@ds4.des.no> <20100301135829.GB2219@logik.internal.network> <86zl2suo8n.fsf@ds4.des.no> <20100301161901.GC2219@logik.internal.network> <86635frhaa.fsf@ds4.des.no> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <86635frhaa.fsf@ds4.des.no> Cc: Greg Larkin , freebsd-hackers@FreeBSD.org Subject: Re: package building failure irritation 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: Mon, 01 Mar 2010 22:03:40 -0000 'Lo, Here's the current state of '/work': http://coreland.ath.cx/tmp/work.txt On 2010-03-01 20:08:45, Dag-Erling Smørgrav wrote: > That's begging the question... Clearly you're using nullfs because you > need something done that you think nullfs can do for you. I'd like to > know what that is, because I suspect that you don't actually need it, > and it might be the source of your problems. I agree, ZFS likely has something to replace my use of nullfs. I used it previously to do the following using only UFS filesystems: Basically, I have a ton of jails and each jail mounts a shared 'tmp', and possibly unshared 'pkg' 'work' 'distfiles' and 'ports' directories: /storage/jails/8.0/x86_64/mk4/pkg /jail/8.0-amd64-mk4/pkg nullfs rw /storage/jails/8.0/x86_64/mk4/work /jail/8.0-amd64-mk4/work nullfs rw /storage/distfiles /jail/8.0-amd64-mk4/distfiles nullfs rw /storage/ports /jail/8.0-amd64-mk4/ports nullfs ro /storage/shared_tmp /jail/8.0-amd64-mk4/shared_tmp nullfs rw xw