From owner-freebsd-bugs@FreeBSD.ORG Fri Feb 16 23:32:57 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AC27116A406; Fri, 16 Feb 2007 23:32:57 +0000 (UTC) (envelope-from mpp@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 84EA613C47E; Fri, 16 Feb 2007 23:32:57 +0000 (UTC) (envelope-from mpp@FreeBSD.org) Received: from freefall.freebsd.org (mpp@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l1GNWvRd072089; Fri, 16 Feb 2007 23:32:57 GMT (envelope-from mpp@freefall.freebsd.org) Received: (from mpp@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l1GNWvCc072085; Fri, 16 Feb 2007 23:32:57 GMT (envelope-from mpp) Date: Fri, 16 Feb 2007 23:32:57 GMT From: Mike Pritchard Message-Id: <200702162332.l1GNWvCc072085@freefall.freebsd.org> To: hsu@bbnetworks.net, mpp@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: bin/33235: find terminates with "find: fts_read: Permission denied" X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Feb 2007 23:32:57 -0000 Synopsis: find terminates with "find: fts_read: Permission denied" State-Changed-From-To: open->closed State-Changed-By: mpp State-Changed-When: Fri Feb 16 23:24:31 UTC 2007 State-Changed-Why: This problem happens if the underlying directory for a mount point does not have world read/execute permission. find -s will fail when it is done with the directory tree for that mount point. Unmounting the file system and fixing the permissions on the underlying directory fixes this problem. http://www.freebsd.org/cgi/query-pr.cgi?pr=33235