New issue 257 by ad...@digitaltactics.co.uk: Issue with newer versions of
curl and s3fs
http://code.google.com/p/s3fs/issues/detail?id=257
Detailed description of observed behavior:
This exists within other comments but I don't think it's flagged an issue
in its own right... Seems to be a curl 7.19.7 issue (poss other versions
also affected)
mount /bucket with https s3 endpoint
ls /bucket
ls: reading directory /bucket: Software caused connection abort
ls /bucket
ls: cannot access /s3fs/irb-podcast/: Transport endpoint is not connected
mount /bucket with http s3 endpoint
ls /bucket
returns file list
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)?
Build and install s3fs on an amazon linux image updated to the most recent
versions of software
===================================================================
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.61 but issue goes back to at least 1.40
Version of fuse being used (pkg-config --modversion fuse):
2.8.6
System information (uname -a):
Linux ip-xx-xx-xx 2.6.35.14-106.53.amzn1.x86_64 #1 SMP Fri Jan 6 16:20:10
UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
Distro (cat /etc/issue):
Amazon Linux AMI release 2011.09
Kernel \r on an \m
s3fs command line used (if applicable):
mountpoint /bucket || /usr/local/bin/s3fs -o default_acl=public-read -o
url=https://s3.amazonaws.com my-bucket /bucket
/etc/fstab entry (if applicable):
s3fs syslog messages (grep s3fs /var/log/syslog):
s3fs: init $Rev: 367 $
s3fs: ###curlCode: 35 msg: SSL connect error
the
ls: cannot access /s3fs/irb-podcast/: Transport endpoint is not connected
should read
ls: cannot access /bucket: Transport endpoint is not connected
The was testing this in another area too
same issue. tested on Amazon Linux AMI release 2011.09
fuse 2.8.6-1.10.amzn1 (and 2.8.5-99.vitki.01.amzn1)
libcurl-7.19.7-26.21.amzn1.i686
s3fs 1.40 1.58 1.61
FYI version s3fs 1.33 works well