From owner-freebsd-hackers@freebsd.org Sun Nov 12 14:49:23 2017 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2CA71E7366D for ; Sun, 12 Nov 2017 14:49:23 +0000 (UTC) (envelope-from jamie@dyslexicfish.net) Received: from donotpassgo.dyslexicfish.net (donotpassgo.dyslexicfish.net [IPv6:2001:19f0:300:2185:a:dead:bad:faff]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EE29D6A697 for ; Sun, 12 Nov 2017 14:49:22 +0000 (UTC) (envelope-from jamie@dyslexicfish.net) Received: from donotpassgo.dyslexicfish.net (donotpassgo.dyslexicfish.net [104.207.135.49]) by donotpassgo.dyslexicfish.net (8.14.5/8.14.5) with ESMTP id vACEnLva027238; Sun, 12 Nov 2017 14:49:21 GMT (envelope-from jamie@donotpassgo.dyslexicfish.net) Received: (from jamie@localhost) by donotpassgo.dyslexicfish.net (8.14.5/8.14.5/Submit) id vACEnJEP027237; Sun, 12 Nov 2017 14:49:19 GMT (envelope-from jamie) From: Jamie Landeg-Jones Message-Id: <201711121449.vACEnJEP027237@donotpassgo.dyslexicfish.net> Date: Sun, 12 Nov 2017 14:49:18 +0000 Organization: Dyslexic Fish To: lankfordandrew@charter.net, freebsd-hackers@freebsd.org, eugen@grosbein.net, Cy.Schubert@komquats.com Subject: Re: Root partition and usrland on one slice, /usr/local ports and srcon another References: <20171112034352.186A1866@spqr.komquats.com> In-Reply-To: <20171112034352.186A1866@spqr.komquats.com> User-Agent: Heirloom mailx 12.4 7/29/08 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-4.2.7 (donotpassgo.dyslexicfish.net [104.207.135.49]); Sun, 12 Nov 2017 14:49:21 +0000 (GMT) X-Mailman-Approved-At: Sun, 12 Nov 2017 15:14:15 +0000 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Nov 2017 14:49:23 -0000 Cy Schubert wrote: > Neither do I. I've been using a combination of symlinks, ufs, nullfs, zfs legacy and straight zfs in various configurations over the years on various systems with no problems whatsoever. I encountered a problem a few years ago with ports, when WRKDIRPREFIX was set, and there was a symbolic link in the destination. It didn't happen for every port, but I tracked the culprit down to one of the /usr/ports/Mk scripts. It's at this point I switched to nullfs instead. I can't remember any more details on it, and the problem may not even occur anymore