Pat Wilson writes:
>
> -> xlf loops1.f
> ** main === End of Compilation 1 ===
> 1501-510 Compilation successful for file loops1.f.
> mv: loops1.o: The file access permissions do not allow the specified action.
>
> /bin is local, as is all of xlf (/usr/lpp/xlf* and /etc/xlf.cfg). I'm
> not hitting max quota on the volume, and it happens whether or
> not there's a current a.out in the directory. As stated above,
> if I klog to admin, everything works. xlc doesn't have any
> trouble at all.
>
I bet mv is trying to do a chown() on the file after copying it, and
it fails of course w/o admin tokens, but the errno it gets back is
unexpected. The AFS 3.1 fileserver returns the wrong errno for chown()
if the user doesn't have permissions to perform the chown().
Bob