Russell-IO / s3fs

Automatically exported from code.google.com/p/s3fs
GNU General Public License v2.0
0 stars 0 forks source link

Cannot remove empty files #64

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create an empty file (eg, use the "touch" command)
2. Try to remove the file.
3. To actually remove the file, put some data in it first (ie, "echo foo
>file") and then remove it.

What is the expected output? What do you see instead?

Expected: no output
Error output varies:

$ touch empty
$ rm empty
rm: cannot remove `empty': Bad file descriptor
$ touch empty2
$ rm empty2
rm: cannot remove `empty2': No child processes
$ touch empty3
$ rm empty3
rm: cannot remove `empty3': Resource temporarily unavailable

What version of the product are you using? On what operating system?

r177 on Linux with Fuse 2.7.4

Original issue reported on code.google.com by jvi...@gmail.com on 5 Aug 2009 at 5:44

GoogleCodeExporter commented 9 years ago
Cannot duplicate issue. Please try latest version of s3fs and open a new issue 
if this problem still exists. Thank you.

Original comment by dmoore4...@gmail.com on 21 Oct 2010 at 4:53