Re: More about NFS bug

kwrohrer@enteract.com
Mon, 29 Sep 1997 23:29:05 -0500 (CDT)


And lo, Aron Griffis saith unto me:
> Here is what would seem to be another example of the bug I just posted.
> It is simpler and involves less factors. I've tested 2.1.57 -> Solaris
> 2.6 and 2.1.57 -> Solaris 2.1.56. Same story.
>
> slacker:~/c% mkdir 1
> slacker:~/c% ls -laF
> total 6
> 1 drwxr-sr-x 2 agriffis network 512 Sep 29 14:59 ./
> 4 drwsrwsr-t 42 agriffis network 3584 Sep 29 14:59 ../
> 1 drwxr-sr-x 2 agriffis network 512 Sep 29 15:00 1/
> slacker:~/c% mv 1 1
> mv: cannot move `1' to `1/1': Operation not permitted
> slacker:~/c% ls -laF
> total 6
> 1 drwxr-sr-x 2 agriffis network 512 Sep 29 14:59 ./
> 4 drwsrwsr-t 42 agriffis network 3584 Sep 29 14:59 ../
> 1 drwxr-sr-x 2 agriffis network 512 Sep 29 15:00 .nfs000420ea00000006/
I've applied Bill Hawes' patches; I still get this mv misbehavior,
but only on NFS filesystems (2.1.29 serving 2.1.57; 2.1.29 local
and 2.1.57 local are okay).

> slacker:~/c% cd ..
> slacker:~% rm -rf c
> rm: c: Directory not empty
I don't get this with Bill's patches applied.

Keith