LittleFlower2019 / s3fs

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

curlCode: 47 msg: number of redirects hit maximum amount #387

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi, 

when I try mounting a bucket the command fails with the following error:
RequestPerform(1367): ###curlCode: 47  msg: number of redirects hit maximum 
amount

I have tried the same bucket/credentials on another system and all is fine

--NON-WORKING:
Version of s3fs being used: 1.73

Version of fuse being used: 2.8.4

System information: Linux srv-01 2.6.19.1_20070104 #1 SMP Thu Jan 4 16:38:21 
CET 2007 i686 GNU/Linux

Distro: Debian GNU/Linux 4.0

s3fs command line used: s3fs xxx-backup /BACKUP/

s3fs syslog messages:
Nov 15 13:25:02 srv-01 s3fs: connecting to URL 
http://xxx-backup.s3.amazonaws.com/
Nov 15 13:25:03 srv-01 s3fs: ###curlCode: 47  msg: number of redirects hit 
maximum amount

--WORKING:
Version of s3fs being used: 1.61

Version of fuse being used: 2.8.6

System information: Linux srv-02 3.2.0-54-virtual #82-Ubuntu SMP Tue Sep 10 
20:31:18 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

Distro: Ubuntu 12.04 LTS

s3fs command line used: s3fs xxx-backup /BACKUP/

--

Any suggestions? 

Thanks,
Jeremy

Original issue reported on code.google.com by jeremyjr...@gmail.com on 15 Nov 2013 at 12:47

GoogleCodeExporter commented 8 years ago
Hi,

I could not reappear same problem yet.
If you can, I would like to know the result which is s3fs with "-f" option.

This curl error code means that your request is redirected one or more.
You did not specify the S3 server, then s3fs accessed to 
http://<bucket>.s3.amazonaws.com.
So that I don't know why curl redirects other server.

Please run s3fs with "-f" option and check that log.
It helps us to solve this problem.

Thanks in advance for your help.

Original comment by ggta...@gmail.com on 18 Nov 2013 at 7:41

GoogleCodeExporter commented 8 years ago
Hi, I fixed the problem. It had nothing to do with curl, it was the fuse module 
not being loaded.

Original comment by jeremyjr...@gmail.com on 18 Nov 2013 at 11:30

GoogleCodeExporter commented 8 years ago
Thanks for replying and glad for solving this problem.
I closed this issue.

Regards,

Original comment by ggta...@gmail.com on 18 Nov 2013 at 2:15