Re: bug while using rm ...

2002-11-24 Thread Olivier Péningault
le dim 24-11-2002 à 15:52, Marcus Brinkmann a écrit : > On Sat, Nov 23, 2002 at 09:58:45PM +0100, Olivier Péningault wrote: > > Can you reproduce it ? What is the problem ? > > Which version of glibc are you using (libc0.3)? It is fixed in 2.3 and > later. The libc version of Debian J2. :) I didn

[PATCH] Re: bug while using rm ...

2002-11-24 Thread Olivier Péningault
le sam 23-11-2002 à 23:12, Gaël Le Mignot a écrit : > It's a known bug, when using "rm foo/" rm contacts the node foo and asks it > to remove "./" which, of course, doesn't work. When you use "rm foo" rm > contacts . and asks it to remove "./foo" which can work. Well, at least it's > what I unders

Re: bug while using rm ...

2002-11-24 Thread Marcus Brinkmann
On Sat, Nov 23, 2002 at 11:12:50PM +0100, Gaël Le Mignot wrote: > It's a known bug, when using "rm foo/" rm contacts the node foo and asks it > to remove "./" which, of course, doesn't work. When you use "rm foo" rm > contacts . and asks it to remove "./foo" which can work. Well, at least it's > w

Re: bug while using rm ...

2002-11-24 Thread Marcus Brinkmann
On Sat, Nov 23, 2002 at 09:58:45PM +0100, Olivier Péningault wrote: > Can you reproduce it ? What is the problem ? Which version of glibc are you using (libc0.3)? It is fixed in 2.3 and later. Thanks, Marcus -- `Rhubarb is no Egyptian god.' GNU http://www.gnu.org[EMAIL PROTECTED] Mar

Re: bug while using rm ...

2002-11-23 Thread Ludovic =?unknown-8bit?q?Court=E8s?=
On Sat, Nov 23, 2002 at 11:17:46PM +0100, Ludovic Court?s wrote: > This kind of behavior actually depends on the underlying filesystem (IOW, it's > looks more likely to be a problem in the filesystem server rather than in rm). What I really meant to say here was something like: It looks more like

Re: bug while using rm ...

2002-11-23 Thread Gaël Le Mignot
23 Nov 2002 21:58:45 +0100, tu as dit : > Hello, > I send something that looks like a bug found ... using rm. > Now, we want to delete it with rm -R; > a) $ rm -R foo // it works as expected. > b) $ rm -R foo/// error like below > rm: cannot remove 'foo/': Invalid argument > Can

Re: bug while using rm ...

2002-11-23 Thread Ludovic =?unknown-8bit?q?Court=E8s?=
Salut, On Sat, Nov 23, 2002 at 09:58:45PM +0100, Olivier P?ningault wrote: > rm: cannot remove 'foo/': Invalid argument > > Can you reproduce it ? What is the problem ? This kind of behavior actually depends on the underlying filesystem (IOW, it's looks more likely to be a problem in the filesys

bug while using rm ...

2002-11-23 Thread Olivier Péningault
Hello, I send something that looks like a bug found ... using rm. To reproduce it, do : $ mkdir foo $ touch foo/bar// optional; foo/ can be empty Now, we want to delete it with rm -R; a) $ rm -R foo // it works as expected. b) $ rm -R foo/// error like below rm: cannot remove 'foo/':