From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Weissenbacher Subject: Re: EACCESS vs ENOENT for nonexistent files-within-files Date: Mon, 13 Sep 2004 17:21:32 +0200 Message-ID: <4145BAFC.6090408@dermichi.com> References: <20040913140637.GB29591@redhat.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: list-help: list-unsubscribe: list-post: Errors-To: flx@namesys.com In-Reply-To: <20040913140637.GB29591@redhat.com> List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: ReiserFS List Cc: Joe Orton > Hi, we had a bug report that Apache httpd logs a spurious error for > every file served from a reiser4 filesystem, because httpd assumes that > /path/to/file/.htaccess (where /path/to/file is a normal file) returns > ENOENT or ENOTDIR, but reiser4 returns EACCES in this case. > > Can someone explain the justification behind reiser4's behaviour? > httpd's assumption does not seem unreasonable, and EACCES seems to make > little sense for this error case. > i think the problem would be "solved" by mounting the partition with the nopseudos option. of course, this is not the long-term solution. regards, michael