[18353] in Athena Bugs
AFS bug: find returns 1 instead of recursing down a directory.
daemon@ATHENA.MIT.EDU (Bill Cattey)
Wed Sep 27 02:51:28 2000
Message-ID: <stoNXgFz000114mYlG@mit.edu>
Date: Wed, 27 Sep 2000 06:51:24 +0000 ()
From: Bill Cattey <wdc@MIT.EDU>
To: bugs@MIT.EDU
So I have this hierarchy:
/afs/athena.mit.edu/project/thinkg
It has an OldFiles r/o volume as so many do.
Under Linux 8.4.11,
if I do:
cd /afs/athena.mit.edu/project/thinkg
find . -type d -print
The subdirectories of OldFiles/dev are printed just fine.
But when find hits thinkg/dev it exits with status 1.
Garry Zacheiss has reproduced this and tells me that it doesn't seem to
happen under Solaris.
Note that I have rlidwka access, but that the world does NOT have read
access. (So if anyone on ops wants to reproduce this bug they need to
be system:expunge or some such.)
-wdc