LittleFlower2019 / s3fs

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

Error 'cannot access' while listing or creating files or folders #392

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Detailed description of observed behavior:

After installing latest s3fs from source, mount bucket is successfull,
but while listing:
# ls -l
ls: cannot access file1.txt: No such file or directory
ls: cannot access file2.txt: No such file or directory
ls: cannot access file3.txt: No such file or directory
total 0
d--------- 1 ubuntu ubuntu 0 Jan  1  1970 dir1
d--------- 1 ubuntu ubuntu 0 Jan  1  1970 dir2
?????????? ? ?      ?      ?            ? file1.txt
?????????? ? ?      ?      ?            ? file2.txt
?????????? ? ?      ?      ?            ? file3.txt

# touch test5.txt
touch: cannot touch ‘test5.txt’: No such file or directory

But after that in listing by 'ls -l' appears rows:
ls: cannot access test5.txt: No such file or directory
?????????? ? ?      ?      ?            ? test5.txt

# cat test5.txt
cat: test5.txt: No such file or directory

With creating dirs same problem.

# ll /s3
total 8
drwxr-xr-x  3 root   root   4096 Nov 20 07:37 ./
drwxr-xr-x 23 root   root   4096 Nov 20 07:37 ../
drwxrwxrwx  1 ubuntu ubuntu    0 Jan  1  1970 backup/

What steps will reproduce the problem - please be very specific and
detailed. (if the developers cannot reproduce the issue, then it is
unlikely a fix will be found)?

Just install Ubuntu, than compile latest s3fs 1.73, adding row to 
/etc/passwd-s3fs and mount bucket.
Other software (TNT Drive and Cloudberry Drive) early work with this bucket.

===================================================================
The following information is very important in order to help us to help
you.  Omission of the following details may delay your support request or
receive no attention at all.
===================================================================
Version of s3fs being used (s3fs --version): 1.73

Version of fuse being used (pkg-config --modversion fuse): 2.9.2

System information (uname -a):
Linux s3test 3.11.0-12-generic #19-Ubuntu SMP Wed Oct 9 16:20:46 UTC 2013 
x86_64 x86_64 x86_64 GNU/Linux

Distro (cat /etc/issue): Ubuntu 13.10

s3fs command line used (if applicable):
s3fs backup /s3/backup -o allow_other,uid=1000,gid=1000

/etc/fstab entry (if applicable): not changed

s3fs syslog messages (grep s3fs /var/log/syslog):
Nov 20 07:38:35 s3 s3fs: init $Rev: 474 $

Original issue reported on code.google.com by leo...@gmail.com on 20 Nov 2013 at 8:17