Vincent Lefevre <[EMAIL PROTECTED]> wrote:
> Package: coreutils
> Version: 5.97-5.3
> Severity: normal
>
> I tried to remove a directory under NFS with "rm -rf", but it failed:
>
> courge:~> \rm -rf rcfiles.N28634
> rm: cannot lstat `rcfiles.N28634/txt-apps/subversion': No such file or 
> directory
> zsh: exit 1
> courge:~> \ls -lR rcfiles.N28634
> rcfiles.N28634:
> total 4
> drwxr-xr-x 2 vlefevre lip 4096 2007-08-11 01:38:13 txt-apps
>
> rcfiles.N28634/txt-apps:
> total 0
> courge:~>
>
> I could reproduce this problem several times.

Thanks for the report.
What OS (and version) is the NFS server running?
What is the type of file system on the NFS server?

As you know, there were changes last year in how upstream GNU rm works
in certain NFS/HFS scenarios.  E.g., here's a NEWS entry from
coreutils-6.4 (2006-10-22):

    rm works around a bug in Darwin 7.9.0 (MacOS X 10.3.9) that would
    sometimes keep it from removing all entries in a directory on an HFS+
    or NFS-mounted partition.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to