mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
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#76
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 @AbrahamLopez10 on GitHub (Feb 19, 2015).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/126
Please see this issue reported on Google Code:
https://code.google.com/p/s3fs/issues/detail?id=447
Reverting the aforementioned commit
045f1e7fixes the issue.Commit needs to be reviewed to ensure it doesn't breaks compatibility with CentOS5, which comes with CURL v7.19.7.
@JordanMagnuson commented on GitHub (Mar 2, 2015):
Same issue on Ubuntu 12.04 with fuse 2.8.6 and curl 7.22.0:
s3fs_init(2660): init InitShareCurl(340): curl_share_setopt(SSL SESSION) returns 1(Unknown share option) s3fs: Could not initiate curl library.Reverting to s3fs v1.77 fixed the problem.
@ggtakec commented on GitHub (Mar 21, 2015):
@JordanMagnuson
I merged #156 for this issue.
libcurl older than 7.23.0 does not support ssl session shared, so this problem is occurred.
By merged codes s3fs will run with older libcurl.
In other ways, if you do not use ssl session shaing or dns sharing, you can use "nodnscache" and "nosscache" option.(those option are not listed in man page)
Please try to test latest codes, and if you can not run s3fs please post new issue.
Regards,