Pat Wilson writes:
>
> On the other hand, something I discovered after I'd written that
> message was the TMPDIR env variable. If TMPDIR is set to $HOME,
> everything's fine. If it's /tmp or underfined, the mv fails. If
> I invoke xlf in /tmp, everything works. Grrr. You may be right
> about the error message...
>
> Pat
>
If you've got src code to the fileserver, it's a trivial fix...change the
errno return for chown and chmod to be EPERM instead of EACCESS. Then
you've gotta replace the fileserver binary for each server you've got...
Bob
PS: Transarc fixed it for AFS 3.2...