rm -rf doesn't work as expected?

2010-05-08 Thread The Anarcat
Hi, I'm getting very odd problems with rm -rf here: anar...@loony:tmp$ mkdir test anar...@loony:tmp$ cd test/ anar...@loony:test$ mkdir a b c d anar...@loony:test$ touch a/1 a/2 a/3 b/1 c/2 d/3 anar...@loony:test$ cd ../ anar...@loony:tmp$ \rm -r test rm: cannot remove `test/b': No such file or

Re: rm -rf doesn't work as expected?

2010-05-08 Thread Dererk
On 08/05/10 20:55, The Anarcat wrote: > Anybody else is having this issue? > > I'm on a recent squeeze with FreeBSD 7.2 and coreutils 8.4-2. > > A. > Right, it's a known issue on 7.2 kernel compilation http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=573940. As suggested there, switching to a 8

Re: rm -rf doesn't work as expected?

2010-05-08 Thread Jakub Wilk
* The Anarcat , 2010-05-08, 19:55: I'm getting very odd problems with rm -rf here: anar...@loony:tmp$ mkdir test anar...@loony:tmp$ cd test/ anar...@loony:test$ mkdir a b c d anar...@loony:test$ touch a/1 a/2 a/3 b/1 c/2 d/3 anar...@loony:test$ cd ../ anar...@loony:tmp$ \rm -r test rm: cannot re

Re: rm -rf doesn't work as expected?

2010-05-08 Thread The Anarcat
On Sun, May 09, 2010 at 02:05:35AM +0200, Jakub Wilk wrote: > This is bug #573940. Sorry about this, I should have checked the BTS/google *before* posting. :( Coreutils 8.5 fixes the problem. Apologies, and thanks for the hard work. A. -- Le pouvoir n'est pas à conquérir, il est à détruire