s3fs Input/output error

Posted by shadow_of__soul on Server Fault See other posts from Server Fault or by shadow_of__soul
Published on 2010-08-28T13:53:06Z Indexed on 2012/06/29 3:18 UTC
Read the original article Hit count: 3466

Filed under:
|
|
|

i'm trying to set up a backup system with s3fs and the amazon s3 service. i followed this 2 guides: http://qugstart.com/blog/linux/how-to-mount-an-amazon-s3-bucket-as-virtual-drive-on-centos-5-2/ http://blog.eberly.org/2008/10/27/how-i-automated-my-backups-to-amazon-s3-using-rsync/

anyway making a tail to the /var/log/messages i get:

Aug 28 13:37:46 server s3fs:###response=403

i already tried creating the authentication file on /etc/passwd-s3fs and setting there the access and private key, passing it trough the command line, i checked several times the credentials and i used it with s3fox, and is working.

i also have set the time of the machine (with the date command) to be the same as the amazon S3 servers (i got the time of the S3 server uploading a file with the file manager)

not only rsync don't work, commands like ls or cp in the /mnt/s3 didn't work also.

any help of how i can solve/debug this?

Regards, Shadow.

© Server Fault or respective owner

Related posts about backup

Related posts about rsync