bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: rm (4.5.8) -r does not work on nfs mounted file systems


From: Paul Eggert
Subject: Re: rm (4.5.8) -r does not work on nfs mounted file systems
Date: 07 Mar 2004 20:40:19 -0800
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

"Philipp, Axel , Dr." <address@hidden> writes:

> rm: reading directory `test/test1': Unknown error 525

This sounds like it's a bug in your kernel's NFS-client
implementation, or perhaps your C library.

If the bug is reproducible, what system calls is 'rm' executing when
it exhibits the problem?  You can determine this by running

strace rm -R -f test

and looking at the output.

You might also try upgrading to coreutils 5.2.0 (the latest version)
<ftp://ftp.gnu.org/gnu/coreutils/coreutils-5.2.0.tar.gz>
but if it's a kernel or C library bug that won't help much I'm afraid.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]