[10514] in Athena Bugs
rsaix 7.5B: mv
daemon@ATHENA.MIT.EDU (yandros@Athena.MIT.EDU)
Thu May 27 06:29:42 1993
From: yandros@Athena.MIT.EDU
Date: Thu, 27 May 1993 06:29:34 -0400
To: bugs@Athena.MIT.EDU
Cc: rs6000-comments@Athena.MIT.EDU, bug-afs@Athena.MIT.EDU
System name: oliver
Type and version: POWER 7.5B
Display type: colorgda
What were you trying to do?
mv a file from local disk to AFS/
What's wrong:
mv'ing a file from local disk to AFS (athena, sipb, zone cells)
gives the error:
mv: /mit/yandros/baz: Not owner
then moves the file, apparent;y successfully (diff and cmp say that
relevant files match apropos backup copies in original dir.). The
original file *is* removed, and the exit value is 0.
Interestingly, using the net cell as the target, I get the exact
same behavior except that the error message is:
mv: /mit/yandros/project/dcns/barquux: Permission denied
I tested this with {relative,absolute} pathnames to files on
{local,AFS} filesystems in every permutation I could think of at
6:30am. :-)
What should have happened:
No error message, or the original file shouldn't be removed, and it
should exit with status 0.