From owner-freebsd-current@freebsd.org Wed Jul 29 05:07:28 2015 Return-Path: Delivered-To: freebsd-current@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 9ABF39AD7E8 for ; Wed, 29 Jul 2015 05:07:28 +0000 (UTC) (envelope-from jamie@dyslexicfish.net) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 80142D6A for ; Wed, 29 Jul 2015 05:07:28 +0000 (UTC) (envelope-from jamie@dyslexicfish.net) Received: by mailman.ysv.freebsd.org (Postfix) id 7D10B9AD7E7; Wed, 29 Jul 2015 05:07:28 +0000 (UTC) Delivered-To: current@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 7CA199AD7E6 for ; Wed, 29 Jul 2015 05:07:28 +0000 (UTC) (envelope-from jamie@dyslexicfish.net) Received: from dyslexicfish.net (deadcat.mail.dyslexicfish.net [45.63.12.202]) (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 E8414D69; Wed, 29 Jul 2015 05:07:27 +0000 (UTC) (envelope-from jamie@dyslexicfish.net) Received: from dyslexicfish.net (deadcat.mail.dyslexicfish.net [45.63.12.202]) by dyslexicfish.net (8.14.5/8.14.5) with ESMTP id t6T4mojC019591; Wed, 29 Jul 2015 05:48:50 +0100 (BST) (envelope-from jamie@dyslexicfish.net) Received: (from jamie@localhost) by dyslexicfish.net (8.14.5/8.14.5/Submit) id t6T4moDa019590; Wed, 29 Jul 2015 05:48:50 +0100 (BST) (envelope-from jamie) From: Jamie Landeg-Jones Message-Id: <201507290448.t6T4moDa019590@dyslexicfish.net> Date: Wed, 29 Jul 2015 05:48:50 +0100 To: ian.freislich@capeaugusta.com, gpalmer@freebsd.org Cc: david@catwhisker.org, current@freebsd.org Subject: Re: "broken" symbolic links in /usr/lib References: <20150728200034.GO1277@albert.catwhisker.org> <20150728184516.GN1277@albert.catwhisker.org> <20150728232054.GG41419@in-addr.com> In-Reply-To: <20150728232054.GG41419@in-addr.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 (dyslexicfish.net [45.63.12.202]); Wed, 29 Jul 2015 05:48:50 +0100 (BST) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jul 2015 05:07:28 -0000 Gary Palmer wrote: > As best that I can recall, the permissions of the directory underneath > the mount point has been causing problems like this for as long as I've been > using FreeBSD, which is over 20 years at this point. It's certainly > bit me in the distant past. I concur. I always make mount point directories 0111,noschg,nodump - it makes them stand out when not mounted, and also stops accidental directory deletion potentially stopping a reboot from working. But yeah, for 20+ years. I've also experienced problems if a mount-point directory doesn't have +x access. Cheers, Jamie