From owner-freebsd-questions@FreeBSD.ORG Thu Jan 23 18:03:32 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6DCC4581 for ; Thu, 23 Jan 2014 18:03:32 +0000 (UTC) Received: from mail-we0-x22a.google.com (mail-we0-x22a.google.com [IPv6:2a00:1450:400c:c03::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 06A091909 for ; Thu, 23 Jan 2014 18:03:31 +0000 (UTC) Received: by mail-we0-f170.google.com with SMTP id u57so1609775wes.15 for ; Thu, 23 Jan 2014 10:03:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=date:from:to:subject:message-id:mime-version:content-type :content-transfer-encoding; bh=B/HgppQjgDZJZILOB7wU7qN3A378Eo6jaPAQqqCRjYQ=; b=F0jkSGIwWS2sx2vPC7jAD1PnYRaYdvHh4rOppHLCezRYcfrgojoxbWRGGb78S1pFjn fJwXQXov/OcCVJxFTAl4SKpVGj5xim6cWKgMt4fcrBV/YVp27FiyuT224xkZn+XhWABV /uCccSVfsa7YwmkYQlZefjU0nUBqwg6Ob1l7O32cUufVpI+cpUFmg39rRPslOsqQOlxS BUNEZwZ/wfBtJPPYXN0JpRUWTvFygvfF8ohAHpMnj+snmA1/zxI/UtstjMBZsRp+9jbR ZOw4hF2mrcixnytYawh1DAs/OYu4MIq2gwVo56bcOUFC/o4WZKQl+5ZMvYALXAdry7po g2bA== X-Received: by 10.194.60.73 with SMTP id f9mr2681562wjr.65.1390500210537; Thu, 23 Jan 2014 10:03:30 -0800 (PST) Received: from gumby.homeunix.com (87-194-112-13.bethere.co.uk. [87.194.112.13]) by mx.google.com with ESMTPSA id p1sm765173wie.1.2014.01.23.10.03.29 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Thu, 23 Jan 2014 10:03:30 -0800 (PST) Date: Thu, 23 Jan 2014 18:03:28 +0000 From: RW To: freebsd-questions@freebsd.org Subject: find/fts_read and mountpoints Message-ID: <20140123180328.7dd2dc6d@gumby.homeunix.com> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jan 2014 18:03:32 -0000 Could someone elaborate on this: http://www.freebsd.org/cgi/query-pr.cgi?pr=33235 I don't see why it isn't considered to be a bug. The problem is that find(1) (and potentially other things using fts(3)) will fail with a cryptic error message when recursing across a mountpoint where the underlying directory lacks read and execute permissions. This happens despite read and execute permissions on the mounted volume that allow directory listing and traversal.