[71] in Info-AFS_Redistribution
Re: A question on protection semantics.
daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Fri Feb 8 10:43:57 1991
Date: Fri, 8 Feb 1991 09:45:37 -0500 (EST)
From: Phil_Hirsch@transarc.com
To: Info-AFS@transarc.com, Christer Bernerus <bernerus@cs.chalmers.se>
In-Reply-To: <sbgevW61408I46v34l@cs.chalmers.se>
I think the tar problem you're seeing is a manifestation of a known bug in
AFS. It shows up under SunOS, HP/UX, and AOS. If you attempt to call open()
on an existing file whose Unix mode bits allow writing but not reading, and
if you use open() flags O_WRONLY|O_CREAT, the open() fails with errno 13
(EACCES). On Unix filesystems, the open() succeeds, as it should.
I don't know specifically how tar opens files, but your symptoms seem to match
those that tickle this bug.
- Phil