mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #708] Hangs at [INF] curl.cpp:RequestPerform(2051): HTTP response code 200 #400
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#400
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @listedegarde on GitHub (Jan 19, 2018).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/708
Additional Information
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)
Amazon Simple Storage Service File System V1.83(commit:e1dafe7) with OpenSSL
Version of fuse being used (pkg-config --modversion fuse)
2.9.4
System information (uname -r)
4.4.0-103-generic
Distro (cat /etc/issue)
Ubuntu 16.04.3 LTS \n \l
s3fs command line used (if applicable)
/etc/fstab entry (if applicable):
s3fs syslog messages (grep s3fs /var/log/syslog, or s3fs outputs)
if you execute s3fs with dbglevel, curldbg option, you can get detail debug messages
Details about issue
The output from the command is:
And it just hangs there. As far as I see, there is no error, but I cannot get beyond that point. I have changed my domain name for example.com
Edit: I just did an
lsin the folder /var/www/html/example.com/mount and my index.html and imgs folders are there. But when I do anlson the mount/imgs folder, it hangs. So perhaps it is just because I have so much stuff in there (multiple GBs) and I am just not waiting long enough?@heldtogether commented on GitHub (Jan 21, 2018):
I'm seeing this issue too. However, I get a little bit more output and
Killedwhen I try tolsthe directory:I have the same version of s3fs, fuse, distro and system info as @listedegarde
@manuelsotoma commented on GitHub (Sep 28, 2018):
Same issue
@gaul commented on GitHub (Feb 2, 2019):
Could you try mounting with
-o use_path_request_style? The periods in your bucket name may give SSL errors otherwise.@gaul commented on GitHub (Apr 9, 2019):
Closing due to inactivity. Please reopen if symptoms persist.