jcbkwm / s3fs

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

Operation not permitted on big usage #407

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Detailed description of observed behavior:

I'm using duplicity with file protocol (so copy locally) to a s3fs mounted 
point. It runs well but from time to time duplicity failed with message 
'operation not permitted' while trying to 'put' a file. Looking at the target 
file, it exists but with size 0.

I try running it as root with same behavior.
Running duplicity with scp protocol works better only because it retries on 
such error.

Duplicity is running with option to create 512 MB files.

I also tried without usmask fstab option, same behavior.

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)?

===================================================================
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.74

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

System information (uname -a): Linux ip-xxxxxx 3.8.0-19-generic #30-Ubuntu SMP 
Wed May 1 16:35:23 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

Distro (cat /etc/issue): Ubuntu 13.04 \n \l

s3fs command line used (if applicable): -

/etc/fstab entry (if applicable): s3fs#mybucket /home/backups  fuse    
_netdev,noauto,allow_other,enable_noobj_cache,umask=0022

s3fs syslog messages (grep s3fs /var/log/syslog): - (no result)

Original issue reported on code.google.com by nicolas....@gmail.com on 21 Jan 2014 at 7:19