[GH-ISSUE #377] Zillions of connections created, Nothing else happens. #197

Closed
opened 2026-03-04 01:43:10 +03:00 by kerem · 2 comments
Owner

Originally created by @Think7 on GitHub (Mar 19, 2016).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/377

Hello,

I'm attempting to use s3fs with an OpenStack Swift Container.

Below is the command i'm running and it's subsequent output. I then attempted to list the directory contents with ls-la.

It just cycles endlessly never listing the directory contents or allowing me to insert new files.

root@localhost etc]# s3fs test /mnt/s3/test \
> -o passwd_file="/etc/s3-passwd" \
> -o no_check_certificate \
> -o url="https://storage.sbg1.cloud.ovh.net" \
> -o use_path_request_style \
> -o sigv2 \
> -o enable_content_md5 \
> -o stat_cache_expire=3000 \
> -o allow_other \
> -o use_cache="/tmp/s3cache" \
> -o f2 -d -d -f \
> -o curldbg;


[CRT] s3fs.cpp:set_s3fs_log_level(252): change debug level from [CRT] to [DBG] 
[INF]     s3fs.cpp:set_moutpoint_attribute(4132): PROC(uid=0, gid=0) - MountPoint(uid=0, gid=0, mode=40755)
FUSE library version: 2.9.2
nullpath_ok: 0
nopath: 0
utime_omit_ok: 0
unique: 1, opcode: INIT (26), nodeid: 0, insize: 56, pid: 0
INIT: 7.22
flags=0x0000f7fb
max_readahead=0x00020000
[CRT] s3fs.cpp:s3fs_init(3333): init v1.79(commit:cf56b35) with OpenSSL
[INF] s3fs.cpp:s3fs_check_service(3694): check services.
[INF]       curl.cpp:CheckBucket(2659): check a bucket.
[DBG] curl.cpp:ResetHandle(1423): 'no_check_certificate' option in effect.
[DBG] curl.cpp:ResetHandle(1424): The server certificate won't be checked against the available certificate authorities.
[INF]       curl.cpp:prepare_url(3966): URL is https://storage.sbg1.cloud.ovh.net/test/
[INF]       curl.cpp:prepare_url(3998): URL changed is https://storage.sbg1.cloud.ovh.net/test/
[DBG] curl.cpp:RequestPerform(1736): connecting to URL https://storage.sbg1.cloud.ovh.net/test/
* About to connect() to storage.sbg1.cloud.ovh.net port 443 (#0)
*   Trying 5.135.208.193...
* Connected to storage.sbg1.cloud.ovh.net (5.135.208.193) port 443 (#0)
* Initializing NSS with certpath: sql:/etc/pki/nssdb
* warning: ignoring value of ssl.verifyhost
* skipping SSL peer certificate verification
* SSL connection using TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
* Server certificate:
*   subject: CN=storage.sbg1.cloud.ovh.net,OU=Domain Control Validated
*   start date: Apr 20 09:14:54 2015 GMT
*   expire date: Apr 20 09:14:54 2018 GMT
*   common name: storage.sbg1.cloud.ovh.net
*   issuer: CN=AlphaSSL CA - SHA256 - G2,O=GlobalSign nv-sa,C=BE
> GET /test/ HTTP/1.1
Host: storage.sbg1.cloud.ovh.net
Accept: */*
Authorization: AWS XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:GUSHjAz7kdStNR+4yltJwTzdRZA=
Date: Sat, 19 Mar 2016 01:28:15 GMT

< HTTP/1.1 200 OK
< Content-Length: 1481
< Content-Type: application/xml
< X-Trans-Id: tx893a98c1bc5340d483d1b-0056ecab2f
< Date: Sat, 19 Mar 2016 01:28:16 GMT
< Connection: close
< 
* Closing connection 0
[INF]       curl.cpp:RequestPerform(1753): HTTP response code 200
   INIT: 7.19
   flags=0x00000019
   max_readahead=0x00020000
   max_write=0x00020000
   max_background=0
   congestion_threshold=0
   unique: 1, success, outsize: 40
unique: 2, opcode: GETATTR (3), nodeid: 1, insize: 56, pid: 3639
getattr /
[INF] s3fs.cpp:s3fs_getattr(807): [path=/]
[DBG] s3fs.cpp:check_parent_object_access(664): [path=/]
[DBG] s3fs.cpp:check_object_access(558): [path=/]
[DBG] s3fs.cpp:get_object_attribute(404): [path=/]
[DBG] fdcache.cpp:ExistOpen(1880): [path=/][fd=-1][ignore_existfd=false]
[DBG] fdcache.cpp:Open(1829): [path=/][size=-1][time=-1]
[DBG] s3fs.cpp:s3fs_getattr(831): [path=/] uid=0, gid=0, mode=40777
   unique: 2, success, outsize: 120
unique: 3, opcode: GETATTR (3), nodeid: 1, insize: 56, pid: 3665
getattr /
[INF] s3fs.cpp:s3fs_getattr(807): [path=/]
[DBG] s3fs.cpp:check_parent_object_access(664): [path=/]
[DBG] s3fs.cpp:check_object_access(558): [path=/]
[DBG] s3fs.cpp:get_object_attribute(404): [path=/]
[DBG] fdcache.cpp:ExistOpen(1880): [path=/][fd=-1][ignore_existfd=false]
[DBG] fdcache.cpp:Open(1829): [path=/][size=-1][time=-1]
[DBG] s3fs.cpp:s3fs_getattr(831): [path=/] uid=0, gid=0, mode=40777
   unique: 3, success, outsize: 120
unique: 4, opcode: GETXATTR (22), nodeid: 1, insize: 72, pid: 3665
getxattr / system.posix_acl_access 0
[INF] s3fs.cpp:s3fs_getxattr(3071): [path=/][name=system.posix_acl_access][value=(nil)][size=0]
[DBG] s3fs.cpp:check_parent_object_access(664): [path=/]
[DBG] s3fs.cpp:get_object_attribute(404): [path=/]
   unique: 4, error: -61 (No data available), outsize: 16
unique: 5, opcode: GETXATTR (22), nodeid: 1, insize: 73, pid: 3665
getxattr / system.posix_acl_default 0
[INF] s3fs.cpp:s3fs_getxattr(3071): [path=/][name=system.posix_acl_default][value=(nil)][size=0]
[DBG] s3fs.cpp:check_parent_object_access(664): [path=/]
[DBG] s3fs.cpp:get_object_attribute(404): [path=/]
   unique: 5, error: -61 (No data available), outsize: 16
unique: 6, opcode: GETATTR (3), nodeid: 1, insize: 56, pid: 3639
getattr /
[INF] s3fs.cpp:s3fs_getattr(807): [path=/]
[DBG] s3fs.cpp:check_parent_object_access(664): [path=/]
[DBG] s3fs.cpp:check_object_access(558): [path=/]
[DBG] s3fs.cpp:get_object_attribute(404): [path=/]
[DBG] fdcache.cpp:ExistOpen(1880): [path=/][fd=-1][ignore_existfd=false]
[DBG] fdcache.cpp:Open(1829): [path=/][size=-1][time=-1]
[DBG] s3fs.cpp:s3fs_getattr(831): [path=/] uid=0, gid=0, mode=40777
   unique: 6, success, outsize: 120
unique: 7, opcode: ACCESS (34), nodeid: 1, insize: 48, pid: 3639
access / 01
[INF] s3fs.cpp:s3fs_access(3401): [path=/][mask=X_OK ]
[DBG] s3fs.cpp:check_object_access(558): [path=/]
[DBG] s3fs.cpp:get_object_attribute(404): [path=/]
   unique: 7, success, outsize: 16
unique: 8, opcode: OPENDIR (27), nodeid: 1, insize: 48, pid: 3666
opendir flags: 0x18800 /
[INF] s3fs.cpp:s3fs_opendir(2236): [path=/][flags=100352]
[DBG] s3fs.cpp:check_object_access(558): [path=/]
[DBG] s3fs.cpp:get_object_attribute(404): [path=/]
[DBG] s3fs.cpp:check_parent_object_access(664): [path=/]
   opendir[0] flags: 0x18800 /
   unique: 8, success, outsize: 32
unique: 9, opcode: READDIR (28), nodeid: 1, insize: 80, pid: 3666
readdir[0] from 0
[INF] s3fs.cpp:s3fs_readdir(2387): [path=/]
[DBG] s3fs.cpp:check_object_access(558): [path=/]
[DBG] s3fs.cpp:get_object_attribute(404): [path=/]
[INF]   s3fs.cpp:list_bucket(2432): [path=/]
[INF]       curl.cpp:ListBucketRequest(2704): [tpath=/]
[DBG] curl.cpp:ResetHandle(1423): 'no_check_certificate' option in effect.
[DBG] curl.cpp:ResetHandle(1424): The server certificate won't be checked against the available certificate authorities.
[INF]       curl.cpp:prepare_url(3966): URL is https://storage.sbg1.cloud.ovh.net/test?delimiter=/&max-keys=1000&prefix=
[INF]       curl.cpp:prepare_url(3998): URL changed is https://storage.sbg1.cloud.ovh.net/test/?delimiter=/&max-keys=1000&prefix=
[DBG] curl.cpp:RequestPerform(1736): connecting to URL https://storage.sbg1.cloud.ovh.net/test/?delimiter=/&max-keys=1000&prefix=
* About to connect() to storage.sbg1.cloud.ovh.net port 443 (#1)
*   Trying 5.135.208.193...
* Connected to storage.sbg1.cloud.ovh.net (5.135.208.193) port 443 (#1)
* warning: ignoring value of ssl.verifyhost
* skipping SSL peer certificate verification
* SSL connection using TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
* Server certificate:
*   subject: CN=storage.sbg1.cloud.ovh.net,OU=Domain Control Validated
*   start date: Apr 20 09:14:54 2015 GMT
*   expire date: Apr 20 09:14:54 2018 GMT
*   common name: storage.sbg1.cloud.ovh.net
*   issuer: CN=AlphaSSL CA - SHA256 - G2,O=GlobalSign nv-sa,C=BE
> GET /test/?delimiter=/&max-keys=1000&prefix= HTTP/1.1
Host: storage.sbg1.cloud.ovh.net
Accept: */*
Authorization: AWS XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:czov/83W65qXYKkzm1TyhM23puI=
Date: Sat, 19 Mar 2016 01:28:26 GMT

< HTTP/1.1 200 OK
< Content-Length: 737
< Content-Type: application/xml
< X-Trans-Id: txb1b6fc5441c445549cf84-0056ecab3b
< Date: Sat, 19 Mar 2016 01:28:27 GMT
< Connection: close
< 
* Closing connection 1
[INF]       curl.cpp:RequestPerform(1753): HTTP response code 200
[INF]   s3fs.cpp:readdir_multi_head(2301): [path=/][list=0]
[INF]       curl.cpp:PreHeadRequest(2226): [tpath=/New%20folder/][bpath=New%20folder/][save=/New%20folder/][sseckeypos=-1]
[DBG] curl.cpp:ResetHandle(1423): 'no_check_certificate' option in effect.
[DBG] curl.cpp:ResetHandle(1424): The server certificate won't be checked against the available certificate authorities.
[INF]       curl.cpp:prepare_url(3966): URL is https://storage.sbg1.cloud.ovh.net/test/New%2520folder/
[INF]       curl.cpp:prepare_url(3998): URL changed is https://storage.sbg1.cloud.ovh.net/test/New%2520folder/
[INF]       curl.cpp:PreHeadRequest(2226): [tpath=/ass/][bpath=ass/][save=/ass/][sseckeypos=-1]
[DBG] curl.cpp:ResetHandle(1423): 'no_check_certificate' option in effect.
[DBG] curl.cpp:ResetHandle(1424): The server certificate won't be checked against the available certificate authorities.
[INF]       curl.cpp:prepare_url(3966): URL is https://storage.sbg1.cloud.ovh.net/test/ass/
[INF]       curl.cpp:prepare_url(3998): URL changed is https://storage.sbg1.cloud.ovh.net/test/ass/
[INF]       curl.cpp:PreHeadRequest(2226): [tpath=/asss/][bpath=asss/][save=/asss/][sseckeypos=-1]
[DBG] curl.cpp:ResetHandle(1423): 'no_check_certificate' option in effect.
[DBG] curl.cpp:ResetHandle(1424): The server certificate won't be checked against the available certificate authorities.
[INF]       curl.cpp:prepare_url(3966): URL is https://storage.sbg1.cloud.ovh.net/test/asss/
[INF]       curl.cpp:prepare_url(3998): URL changed is https://storage.sbg1.cloud.ovh.net/test/asss/
[INF]       curl.cpp:PreHeadRequest(2226): [tpath=/newfile][bpath=newfile][save=/newfile][sseckeypos=-1]
[DBG] curl.cpp:ResetHandle(1423): 'no_check_certificate' option in effect.
[DBG] curl.cpp:ResetHandle(1424): The server certificate won't be checked against the available certificate authorities.
[INF]       curl.cpp:prepare_url(3966): URL is https://storage.sbg1.cloud.ovh.net/test/newfile
[INF]       curl.cpp:prepare_url(3998): URL changed is https://storage.sbg1.cloud.ovh.net/test/newfile
[INF]       curl.cpp:Request(3732): [count=4]
* About to connect() to storage.sbg1.cloud.ovh.net port 443 (#2)
*   Trying 5.135.208.193...
* Found bundle for host storage.sbg1.cloud.ovh.net: 0x7f97d8025f90
* About to connect() to storage.sbg1.cloud.ovh.net port 443 (#3)
*   Trying 5.135.208.193...
* Found bundle for host storage.sbg1.cloud.ovh.net: 0x7f97d8025f90
* About to connect() to storage.sbg1.cloud.ovh.net port 443 (#4)
*   Trying 5.135.208.193...
* Found bundle for host storage.sbg1.cloud.ovh.net: 0x7f97d8025f90
* About to connect() to storage.sbg1.cloud.ovh.net port 443 (#5)
*   Trying 5.135.208.193...
* Connected to storage.sbg1.cloud.ovh.net (5.135.208.193) port 443 (#2)
* warning: ignoring value of ssl.verifyhost
* Connected to storage.sbg1.cloud.ovh.net (5.135.208.193) port 443 (#3)
* warning: ignoring value of ssl.verifyhost
* Connected to storage.sbg1.cloud.ovh.net (5.135.208.193) port 443 (#4)
* warning: ignoring value of ssl.verifyhost
* Connected to storage.sbg1.cloud.ovh.net (5.135.208.193) port 443 (#5)
* warning: ignoring value of ssl.verifyhost
* skipping SSL peer certificate verification
* skipping SSL peer certificate verification
* skipping SSL peer certificate verification
* skipping SSL peer certificate verification
* SSL connection using TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
* Server certificate:
*   subject: CN=storage.sbg1.cloud.ovh.net,OU=Domain Control Validated
*   start date: Apr 20 09:14:54 2015 GMT
*   expire date: Apr 20 09:14:54 2018 GMT
*   common name: storage.sbg1.cloud.ovh.net
*   issuer: CN=AlphaSSL CA - SHA256 - G2,O=GlobalSign nv-sa,C=BE
> HEAD /test/asss/ HTTP/1.1
Host: storage.sbg1.cloud.ovh.net
Accept: */*
Authorization: AWS XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:7JR+degM7bF7ICa49c1FXBf4LIc=
Date: Sat, 19 Mar 2016 01:28:27 GMT

* SSL connection using TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
* Server certificate:
*   subject: CN=storage.sbg1.cloud.ovh.net,OU=Domain Control Validated
*   start date: Apr 20 09:14:54 2015 GMT
*   expire date: Apr 20 09:14:54 2018 GMT
*   common name: storage.sbg1.cloud.ovh.net
*   issuer: CN=AlphaSSL CA - SHA256 - G2,O=GlobalSign nv-sa,C=BE
> HEAD /test/newfile HTTP/1.1
Host: storage.sbg1.cloud.ovh.net
Accept: */*
Authorization: AWS XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:39eznqm4cRBTfzZzLqX1I/p3xY8=
Date: Sat, 19 Mar 2016 01:28:27 GMT

* SSL connection using TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
* Server certificate:
*   subject: CN=storage.sbg1.cloud.ovh.net,OU=Domain Control Validated
*   start date: Apr 20 09:14:54 2015 GMT
*   expire date: Apr 20 09:14:54 2018 GMT
*   common name: storage.sbg1.cloud.ovh.net
*   issuer: CN=AlphaSSL CA - SHA256 - G2,O=GlobalSign nv-sa,C=BE
> HEAD /test/New%2520folder/ HTTP/1.1
Host: storage.sbg1.cloud.ovh.net
Accept: */*
Authorization: AWS XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:Mw0f5drak3zHl5nr14v3TlAJ7C4=
Date: Sat, 19 Mar 2016 01:28:27 GMT

* SSL connection using TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
* Server certificate:
*   subject: CN=storage.sbg1.cloud.ovh.net,OU=Domain Control Validated
*   start date: Apr 20 09:14:54 2015 GMT
*   expire date: Apr 20 09:14:54 2018 GMT
*   common name: storage.sbg1.cloud.ovh.net
*   issuer: CN=AlphaSSL CA - SHA256 - G2,O=GlobalSign nv-sa,C=BE
> HEAD /test/ass/ HTTP/1.1
Host: storage.sbg1.cloud.ovh.net
Accept: */*
Authorization: AWS XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:0lHzfZhZ+Im9ePJoEvvz/2jk2dk=
Date: Sat, 19 Mar 2016 01:28:27 GMT

< HTTP/1.1 200 OK
< X-Amz-Meta-Uid: 0
< Content-Length: 14680064
< X-Amz-Meta-Mode: 33188
< X-Amz-Meta-Mtime: 1458341469
< Last-Modified: Fri, 18 Mar 2016 22:51:10 GMT
< Etag: a0bb8a393cfb9cd83c054eb86da38d35
< X-Amz-Meta-Gid: 0
< Content-Type: application/octet-stream
< X-Trans-Id: txc237e9c435864ddc85ca1-0056ecab3b
< Date: Sat, 19 Mar 2016 01:28:27 GMT
< Connection: close
< 
* Closing connection 4
< HTTP/1.1 200 OK
< X-Amz-Meta-Uid: 0
< Content-Length: 0
< X-Amz-Meta-Mode: 493
< X-Amz-Meta-Mtime: 1458341542
< Last-Modified: Fri, 18 Mar 2016 22:52:23 GMT
< Etag: d41d8cd98f00b204e9800998ecf8427e
< X-Amz-Meta-Gid: 0
< Content-Type: application/x-directory
< X-Trans-Id: tx0101d8e0ecc34b52b82e6-0056ecab3b
< Date: Sat, 19 Mar 2016 01:28:27 GMT
< Connection: close
< 
* Closing connection 5
< HTTP/1.1 200 OK
< X-Amz-Meta-Uid: 0
< Content-Length: 0
< X-Amz-Meta-Mode: 493
< X-Amz-Meta-Mtime: 1458341519
< Last-Modified: Fri, 18 Mar 2016 22:52:00 GMT
< Etag: d41d8cd98f00b204e9800998ecf8427e
< X-Amz-Meta-Gid: 0
< Content-Type: application/x-directory
< X-Trans-Id: txb910266371ce49a0b2943-0056ecab3b
< Date: Sat, 19 Mar 2016 01:28:27 GMT
< Connection: close
< 
* Closing connection 3
< HTTP/1.1 404 Not Found
< Content-Length: 149
< Content-Type: text/xml
< X-Trans-Id: txa29984b9b1894b328aa15-0056ecab3b
< Date: Sat, 19 Mar 2016 01:28:27 GMT
< Connection: close
< 
* Closing connection 2
[INF]       cache.cpp:AddStat(344): add stat cache entry[path=/newfile]
[INF]       cache.cpp:AddStat(344): add stat cache entry[path=/ass/]
[INF]       cache.cpp:AddStat(344): add stat cache entry[path=/asss/]
[WAN] curl.cpp:MultiRead(3674): failed a request(404: https://storage.sbg1.cloud.ovh.net/test/New%2520folder/)
[INF]     s3fs.cpp:readdir_multi_head(2371): Could not find /New%20folder file in stat cache.
[INF]       cache.cpp:DelStat(547): delete stat cache entry[path=/ass/]
[INF]     s3fs.cpp:readdir_multi_head(2371): Could not find /ass file in stat cache.
[INF]       cache.cpp:DelStat(547): delete stat cache entry[path=/asss/]
[INF]     s3fs.cpp:readdir_multi_head(2371): Could not find /asss file in stat cache.
[INF]       cache.cpp:DelStat(547): delete stat cache entry[path=/newfile]
[INF]     s3fs.cpp:readdir_multi_head(2371): Could not find /newfile file in stat cache.
   unique: 9, success, outsize: 216
unique: 10, opcode: LOOKUP (1), nodeid: 1, insize: 53, pid: 3666
LOOKUP /New%20folder
getattr /New%20folder
[INF] s3fs.cpp:s3fs_getattr(807): [path=/New%20folder]
[DBG] s3fs.cpp:check_parent_object_access(664): [path=/New%20folder]
[DBG] s3fs.cpp:check_object_access(558): [path=/]
[DBG] s3fs.cpp:get_object_attribute(404): [path=/]
[DBG] s3fs.cpp:check_object_access(558): [path=/New%20folder]
[DBG] s3fs.cpp:get_object_attribute(404): [path=/New%20folder]
[INF]       curl.cpp:HeadRequest(2288): [tpath=/New%20folder]
[INF]       curl.cpp:PreHeadRequest(2226): [tpath=/New%20folder][bpath=][save=][sseckeypos=-1]
[DBG] curl.cpp:ResetHandle(1423): 'no_check_certificate' option in effect.
[DBG] curl.cpp:ResetHandle(1424): The server certificate won't be checked against the available certificate authorities.
[INF]       curl.cpp:prepare_url(3966): URL is https://storage.sbg1.cloud.ovh.net/test/New%2520folder
[INF]       curl.cpp:prepare_url(3998): URL changed is https://storage.sbg1.cloud.ovh.net/test/New%2520folder
[DBG] curl.cpp:RequestPerform(1736): connecting to URL https://storage.sbg1.cloud.ovh.net/test/New%2520folder
* About to connect() to storage.sbg1.cloud.ovh.net port 443 (#6)
*   Trying 5.135.208.193...
* Connected to storage.sbg1.cloud.ovh.net (5.135.208.193) port 443 (#6)
* warning: ignoring value of ssl.verifyhost
* skipping SSL peer certificate verification
* SSL connection using TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
* Server certificate:
*   subject: CN=storage.sbg1.cloud.ovh.net,OU=Domain Control Validated
*   start date: Apr 20 09:14:54 2015 GMT
*   expire date: Apr 20 09:14:54 2018 GMT
*   common name: storage.sbg1.cloud.ovh.net
*   issuer: CN=AlphaSSL CA - SHA256 - G2,O=GlobalSign nv-sa,C=BE
> HEAD /test/New%2520folder HTTP/1.1
Host: storage.sbg1.cloud.ovh.net
Accept: */*
Authorization: AWS XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:TE7xY3g45UwV6G4wlSNRiHb9i7Q=
Date: Sat, 19 Mar 2016 01:28:27 GMT

< HTTP/1.1 404 Not Found
< Content-Length: 149
< Content-Type: text/xml
< X-Trans-Id: tx078c96acd7b340afbd0a4-0056ecab3b
< Date: Sat, 19 Mar 2016 01:28:27 GMT
< Connection: close
< 
* Closing connection 6
[INF]       curl.cpp:RequestPerform(1775): HTTP response code 404 was returned, returning ENOENT
[DBG] curl.cpp:RequestPerform(1776): Body Text: 
[INF]       curl.cpp:HeadRequest(2288): [tpath=/New%20folder/]
[INF]       curl.cpp:PreHeadRequest(2226): [tpath=/New%20folder/][bpath=][save=][sseckeypos=-1]
[DBG] curl.cpp:ResetHandle(1423): 'no_check_certificate' option in effect.
[DBG] curl.cpp:ResetHandle(1424): The server certificate won't be checked against the available certificate authorities.
[INF]       curl.cpp:prepare_url(3966): URL is https://storage.sbg1.cloud.ovh.net/test/New%2520folder/
[INF]       curl.cpp:prepare_url(3998): URL changed is https://storage.sbg1.cloud.ovh.net/test/New%2520folder/
[DBG] curl.cpp:RequestPerform(1736): connecting to URL https://storage.sbg1.cloud.ovh.net/test/New%2520folder/
* About to connect() to storage.sbg1.cloud.ovh.net port 443 (#7)
*   Trying 5.135.208.193...
* Connected to storage.sbg1.cloud.ovh.net (5.135.208.193) port 443 (#7)
* warning: ignoring value of ssl.verifyhost
* skipping SSL peer certificate verification
* SSL connection using TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
* Server certificate:
*   subject: CN=storage.sbg1.cloud.ovh.net,OU=Domain Control Validated
*   start date: Apr 20 09:14:54 2015 GMT
*   expire date: Apr 20 09:14:54 2018 GMT
*   common name: storage.sbg1.cloud.ovh.net
*   issuer: CN=AlphaSSL CA - SHA256 - G2,O=GlobalSign nv-sa,C=BE
> HEAD /test/New%2520folder/ HTTP/1.1
Host: storage.sbg1.cloud.ovh.net
Accept: */*
Authorization: AWS XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:Mw0f5drak3zHl5nr14v3TlAJ7C4=
Date: Sat, 19 Mar 2016 01:28:27 GMT

< HTTP/1.1 404 Not Found
< Content-Length: 149
< Content-Type: text/xml
< X-Trans-Id: txdda9405342aa4aed9a857-0056ecab3b
< Date: Sat, 19 Mar 2016 01:28:28 GMT
< Connection: close
< 
* Closing connection 7
[INF]       curl.cpp:RequestPerform(1775): HTTP response code 404 was returned, returning ENOENT
[DBG] curl.cpp:RequestPerform(1776): Body Text: 
[INF]       curl.cpp:HeadRequest(2288): [tpath=/New%20folder_$folder$]
[INF]       curl.cpp:PreHeadRequest(2226): [tpath=/New%20folder_$folder$][bpath=][save=][sseckeypos=-1]
[DBG] curl.cpp:ResetHandle(1423): 'no_check_certificate' option in effect.
[DBG] curl.cpp:ResetHandle(1424): The server certificate won't be checked against the available certificate authorities.
[INF]       curl.cpp:prepare_url(3966): URL is https://storage.sbg1.cloud.ovh.net/test/New%2520folder_%24folder%24
[INF]       curl.cpp:prepare_url(3998): URL changed is https://storage.sbg1.cloud.ovh.net/test/New%2520folder_%24folder%24
[DBG] curl.cpp:RequestPerform(1736): connecting to URL https://storage.sbg1.cloud.ovh.net/test/New%2520folder_%24folder%24
* About to connect() to storage.sbg1.cloud.ovh.net port 443 (#8)
*   Trying 5.135.208.193...
* Connected to storage.sbg1.cloud.ovh.net (5.135.208.193) port 443 (#8)
* warning: ignoring value of ssl.verifyhost
* skipping SSL peer certificate verification
* SSL connection using TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
* Server certificate:
*   subject: CN=storage.sbg1.cloud.ovh.net,OU=Domain Control Validated
*   start date: Apr 20 09:14:54 2015 GMT
*   expire date: Apr 20 09:14:54 2018 GMT
*   common name: storage.sbg1.cloud.ovh.net
*   issuer: CN=AlphaSSL CA - SHA256 - G2,O=GlobalSign nv-sa,C=BE
> HEAD /test/New%2520folder_%24folder%24 HTTP/1.1
Host: storage.sbg1.cloud.ovh.net
Accept: */*
Authorization: AWS XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:t9PprG7RqA7FOKsTzShvxFFN+PM=
Date: Sat, 19 Mar 2016 01:28:28 GMT

< HTTP/1.1 404 Not Found
< Content-Length: 149
< Content-Type: text/xml
< X-Trans-Id: tx53ab74d94e614fb5b1a42-0056ecab3c
< Date: Sat, 19 Mar 2016 01:28:28 GMT
< Connection: close
< 
* Closing connection 8
[INF]       curl.cpp:RequestPerform(1775): HTTP response code 404 was returned, returning ENOENT
[DBG] curl.cpp:RequestPerform(1776): Body Text: 
[INF]   s3fs.cpp:list_bucket(2432): [path=/New%20folder]
[INF]       curl.cpp:ListBucketRequest(2704): [tpath=/New%20folder]
[DBG] curl.cpp:ResetHandle(1423): 'no_check_certificate' option in effect.
[DBG] curl.cpp:ResetHandle(1424): The server certificate won't be checked against the available certificate authorities.
[INF]       curl.cpp:prepare_url(3966): URL is https://storage.sbg1.cloud.ovh.net/test?delimiter=/&max-keys=2&prefix=New%2520folder/
[INF]       curl.cpp:prepare_url(3998): URL changed is https://storage.sbg1.cloud.ovh.net/test/?delimiter=/&max-keys=2&prefix=New%2520folder/
[DBG] curl.cpp:RequestPerform(1736): connecting to URL https://storage.sbg1.cloud.ovh.net/test/?delimiter=/&max-keys=2&prefix=New%2520folder/
* About to connect() to storage.sbg1.cloud.ovh.net port 443 (#9)
*   Trying 5.135.208.193...
* Connected to storage.sbg1.cloud.ovh.net (5.135.208.193) port 443 (#9)
* warning: ignoring value of ssl.verifyhost
* skipping SSL peer certificate verification
* SSL connection using TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
* Server certificate:
*   subject: CN=storage.sbg1.cloud.ovh.net,OU=Domain Control Validated
*   start date: Apr 20 09:14:54 2015 GMT
*   expire date: Apr 20 09:14:54 2018 GMT
*   common name: storage.sbg1.cloud.ovh.net
*   issuer: CN=AlphaSSL CA - SHA256 - G2,O=GlobalSign nv-sa,C=BE
> GET /test/?delimiter=/&max-keys=2&prefix=New%2520folder/ HTTP/1.1
Host: storage.sbg1.cloud.ovh.net
Accept: */*
Authorization: AWS XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:tleeZpdZYzybhvxygUukbyjTT6E=
Date: Sat, 19 Mar 2016 01:28:28 GMT

< HTTP/1.1 200 OK
< Content-Length: 572
< Content-Type: application/xml
< X-Trans-Id: txb22a0a8208fd4076bafd2-0056ecab3c
< Date: Sat, 19 Mar 2016 01:28:28 GMT
< Connection: close
< 
* Closing connection 9
[INF]       curl.cpp:RequestPerform(1753): HTTP response code 200
[WAN] s3fs.cpp:append_objects_from_xml_ex(2530): contents_xp->nodesetval is empty.
[INF]       cache.cpp:AddStat(344): add stat cache entry[path=/New%20folder/]
[INF]       cache.cpp:DelStat(547): delete stat cache entry[path=/New%20folder/]
[DBG] fdcache.cpp:ExistOpen(1880): [path=/New%20folder][fd=-1][ignore_existfd=false]
[DBG] fdcache.cpp:Open(1829): [path=/New%20folder][size=-1][time=-1]
[DBG] s3fs.cpp:s3fs_getattr(831): [path=/New%20folder] uid=0, gid=0, mode=40000
   NODEID: 2
   unique: 10, success, outsize: 144
unique: 11, opcode: GETXATTR (22), nodeid: 2, insize: 72, pid: 3666
getxattr /New%20folder system.posix_acl_access 0
[INF] s3fs.cpp:s3fs_getxattr(3071): [path=/New%20folder][name=system.posix_acl_access][value=(nil)][size=0]
[DBG] s3fs.cpp:check_parent_object_access(664): [path=/New%20folder]
[DBG] s3fs.cpp:check_object_access(558): [path=/]
[DBG] s3fs.cpp:get_object_attribute(404): [path=/]
[DBG] s3fs.cpp:get_object_attribute(404): [path=/New%20folder]
[INF]       curl.cpp:HeadRequest(2288): [tpath=/New%20folder]
[INF]       curl.cpp:PreHeadRequest(2226): [tpath=/New%20folder][bpath=][save=][sseckeypos=-1]
[DBG] curl.cpp:ResetHandle(1423): 'no_check_certificate' option in effect.
[DBG] curl.cpp:ResetHandle(1424): The server certificate won't be checked against the available certificate authorities.
[INF]       curl.cpp:prepare_url(3966): URL is https://storage.sbg1.cloud.ovh.net/test/New%2520folder
[INF]       curl.cpp:prepare_url(3998): URL changed is https://storage.sbg1.cloud.ovh.net/test/New%2520folder
[DBG] curl.cpp:RequestPerform(1736): connecting to URL https://storage.sbg1.cloud.ovh.net/test/New%2520folder
* About to connect() to storage.sbg1.cloud.ovh.net port 443 (#10)
*   Trying 5.135.208.193...
* Connected to storage.sbg1.cloud.ovh.net (5.135.208.193) port 443 (#10)
* warning: ignoring value of ssl.verifyhost
* skipping SSL peer certificate verification
* SSL connection using TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
* Server certificate:
*   subject: CN=storage.sbg1.cloud.ovh.net,OU=Domain Control Validated
*   start date: Apr 20 09:14:54 2015 GMT
*   expire date: Apr 20 09:14:54 2018 GMT
*   common name: storage.sbg1.cloud.ovh.net
*   issuer: CN=AlphaSSL CA - SHA256 - G2,O=GlobalSign nv-sa,C=BE
> HEAD /test/New%2520folder HTTP/1.1
Host: storage.sbg1.cloud.ovh.net
Accept: */*
Authorization: AWS XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:3MekE6gNwiEEWXi+ri6Moqo+ggw=
Date: Sat, 19 Mar 2016 01:28:29 GMT

< HTTP/1.1 404 Not Found
< Content-Length: 149
< Content-Type: text/xml
< X-Trans-Id: txcd1b2febede3453ba8459-0056ecab3d
< Date: Sat, 19 Mar 2016 01:28:29 GMT
< Connection: close
< 
* Closing connection 10
[INF]       curl.cpp:RequestPerform(1775): HTTP response code 404 was returned, returning ENOENT
[DBG] curl.cpp:RequestPerform(1776): Body Text: 
[INF]       curl.cpp:HeadRequest(2288): [tpath=/New%20folder/]
[INF]       curl.cpp:PreHeadRequest(2226): [tpath=/New%20folder/][bpath=][save=][sseckeypos=-1]
[DBG] curl.cpp:ResetHandle(1423): 'no_check_certificate' option in effect.
[DBG] curl.cpp:ResetHandle(1424): The server certificate won't be checked against the available certificate authorities.
[INF]       curl.cpp:prepare_url(3966): URL is https://storage.sbg1.cloud.ovh.net/test/New%2520folder/
[INF]       curl.cpp:prepare_url(3998): URL changed is https://storage.sbg1.cloud.ovh.net/test/New%2520folder/
[DBG] curl.cpp:RequestPerform(1736): connecting to URL https://storage.sbg1.cloud.ovh.net/test/New%2520folder/
* About to connect() to storage.sbg1.cloud.ovh.net port 443 (#11)
*   Trying 5.135.208.193...
* Connected to storage.sbg1.cloud.ovh.net (5.135.208.193) port 443 (#11)
* warning: ignoring value of ssl.verifyhost
* skipping SSL peer certificate verification
* SSL connection using TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
* Server certificate:
*   subject: CN=storage.sbg1.cloud.ovh.net,OU=Domain Control Validated
*   start date: Apr 20 09:14:54 2015 GMT
*   expire date: Apr 20 09:14:54 2018 GMT
*   common name: storage.sbg1.cloud.ovh.net
*   issuer: CN=AlphaSSL CA - SHA256 - G2,O=GlobalSign nv-sa,C=BE
> HEAD /test/New%2520folder/ HTTP/1.1
Host: storage.sbg1.cloud.ovh.net
Accept: */*
Authorization: AWS XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:mZoODZIeRi1bXEAhoB+fwUi60xg=
Date: Sat, 19 Mar 2016 01:28:29 GMT

< HTTP/1.1 404 Not Found
< Content-Length: 149
< Content-Type: text/xml
< X-Trans-Id: txd8ec05b3aa4b4c678ef64-0056ecab3d
< Date: Sat, 19 Mar 2016 01:28:29 GMT
< Connection: close
< 
* Closing connection 11
[INF]       curl.cpp:RequestPerform(1775): HTTP response code 404 was returned, returning ENOENT
[DBG] curl.cpp:RequestPerform(1776): Body Text: 
[INF]       curl.cpp:HeadRequest(2288): [tpath=/New%20folder_$folder$]
[INF]       curl.cpp:PreHeadRequest(2226): [tpath=/New%20folder_$folder$][bpath=][save=][sseckeypos=-1]
[DBG] curl.cpp:ResetHandle(1423): 'no_check_certificate' option in effect.
[DBG] curl.cpp:ResetHandle(1424): The server certificate won't be checked against the available certificate authorities.
[INF]       curl.cpp:prepare_url(3966): URL is https://storage.sbg1.cloud.ovh.net/test/New%2520folder_%24folder%24
[INF]       curl.cpp:prepare_url(3998): URL changed is https://storage.sbg1.cloud.ovh.net/test/New%2520folder_%24folder%24
[DBG] curl.cpp:RequestPerform(1736): connecting to URL https://storage.sbg1.cloud.ovh.net/test/New%2520folder_%24folder%24
* About to connect() to storage.sbg1.cloud.ovh.net port 443 (#12)
*   Trying 5.135.208.193...
* Connected to storage.sbg1.cloud.ovh.net (5.135.208.193) port 443 (#12)
* warning: ignoring value of ssl.verifyhost
* skipping SSL peer certificate verification
* SSL connection using TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
* Server certificate:
*   subject: CN=storage.sbg1.cloud.ovh.net,OU=Domain Control Validated
*   start date: Apr 20 09:14:54 2015 GMT
*   expire date: Apr 20 09:14:54 2018 GMT
*   common name: storage.sbg1.cloud.ovh.net
*   issuer: CN=AlphaSSL CA - SHA256 - G2,O=GlobalSign nv-sa,C=BE
> HEAD /test/New%2520folder_%24folder%24 HTTP/1.1
Host: storage.sbg1.cloud.ovh.net
Accept: */*
Authorization: AWS XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:HroRpcgRgJyHhzQxLBbXHJ7g5fg=
Date: Sat, 19 Mar 2016 01:28:29 GMT

< HTTP/1.1 404 Not Found
< Content-Length: 149
< Content-Type: text/xml
< X-Trans-Id: tx9a179053f71e4f799eedf-0056ecab3d
< Date: Sat, 19 Mar 2016 01:28:29 GMT
< Connection: close
< 
* Closing connection 12
[INF]       curl.cpp:RequestPerform(1775): HTTP response code 404 was returned, returning ENOENT
[DBG] curl.cpp:RequestPerform(1776): Body Text: 
[INF]   s3fs.cpp:list_bucket(2432): [path=/New%20folder]
[INF]       curl.cpp:ListBucketRequest(2704): [tpath=/New%20folder]
[DBG] curl.cpp:ResetHandle(1423): 'no_check_certificate' option in effect.
[DBG] curl.cpp:ResetHandle(1424): The server certificate won't be checked against the available certificate authorities.
[INF]       curl.cpp:prepare_url(3966): URL is https://storage.sbg1.cloud.ovh.net/test?delimiter=/&max-keys=2&prefix=New%2520folder/
[INF]       curl.cpp:prepare_url(3998): URL changed is https://storage.sbg1.cloud.ovh.net/test/?delimiter=/&max-keys=2&prefix=New%2520folder/
[DBG] curl.cpp:RequestPerform(1736): connecting to URL https://storage.sbg1.cloud.ovh.net/test/?delimiter=/&max-keys=2&prefix=New%2520folder/
* About to connect() to storage.sbg1.cloud.ovh.net port 443 (#13)
*   Trying 5.135.208.193...
* Connected to storage.sbg1.cloud.ovh.net (5.135.208.193) port 443 (#13)
* warning: ignoring value of ssl.verifyhost
* skipping SSL peer certificate verification
* SSL connection using TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
* Server certificate:
*   subject: CN=storage.sbg1.cloud.ovh.net,OU=Domain Control Validated
*   start date: Apr 20 09:14:54 2015 GMT
*   expire date: Apr 20 09:14:54 2018 GMT
*   common name: storage.sbg1.cloud.ovh.net
*   issuer: CN=AlphaSSL CA - SHA256 - G2,O=GlobalSign nv-sa,C=BE
> GET /test/?delimiter=/&max-keys=2&prefix=New%2520folder/ HTTP/1.1
Host: storage.sbg1.cloud.ovh.net
Accept: */*
Authorization: AWS XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:VpOONGW/GlLQ7O6PbC6xsj/Lrqc=
Date: Sat, 19 Mar 2016 01:28:29 GMT

< HTTP/1.1 200 OK
< Content-Length: 572
< Content-Type: application/xml
< X-Trans-Id: tx1047beec83f94120a2b76-0056ecab3e
< Date: Sat, 19 Mar 2016 01:28:30 GMT
< Connection: close
< 
* Closing connection 13
[INF]       curl.cpp:RequestPerform(1753): HTTP response code 200
[WAN] s3fs.cpp:append_objects_from_xml_ex(2530): contents_xp->nodesetval is empty.
[INF]       cache.cpp:AddStat(344): add stat cache entry[path=/New%20folder/]
[INF]       cache.cpp:DelStat(547): delete stat cache entry[path=/New%20folder/]
   unique: 11, error: -61 (No data available), outsize: 16
unique: 12, opcode: LOOKUP (1), nodeid: 1, insize: 53, pid: 3666
LOOKUP /New%20folder
getattr /New%20folder
[INF] s3fs.cpp:s3fs_getattr(807): [path=/New%20folder]
[DBG] s3fs.cpp:check_parent_object_access(664): [path=/New%20folder]
[DBG] s3fs.cpp:check_object_access(558): [path=/]
[DBG] s3fs.cpp:get_object_attribute(404): [path=/]
[DBG] s3fs.cpp:check_object_access(558): [path=/New%20folder]
[DBG] s3fs.cpp:get_object_attribute(404): [path=/New%20folder]
[INF]       curl.cpp:HeadRequest(2288): [tpath=/New%20folder]
[INF]       curl.cpp:PreHeadRequest(2226): [tpath=/New%20folder][bpath=][save=][sseckeypos=-1]
[DBG] curl.cpp:ResetHandle(1423): 'no_check_certificate' option in effect.
[DBG] curl.cpp:ResetHandle(1424): The server certificate won't be checked against the available certificate authorities.
[INF]       curl.cpp:prepare_url(3966): URL is https://storage.sbg1.cloud.ovh.net/test/New%2520folder
[INF]       curl.cpp:prepare_url(3998): URL changed is https://storage.sbg1.cloud.ovh.net/test/New%2520folder
[DBG] curl.cpp:RequestPerform(1736): connecting to URL https://storage.sbg1.cloud.ovh.net/test/New%2520folder
* About to connect() to storage.sbg1.cloud.ovh.net port 443 (#14)
*   Trying 5.135.208.193...
* Connected to storage.sbg1.cloud.ovh.net (5.135.208.193) port 443 (#14)
* warning: ignoring value of ssl.verifyhost
* skipping SSL peer certificate verification
* SSL connection using TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
* Server certificate:
*   subject: CN=storage.sbg1.cloud.ovh.net,OU=Domain Control Validated
*   start date: Apr 20 09:14:54 2015 GMT
*   expire date: Apr 20 09:14:54 2018 GMT
*   common name: storage.sbg1.cloud.ovh.net
*   issuer: CN=AlphaSSL CA - SHA256 - G2,O=GlobalSign nv-sa,C=BE
> HEAD /test/New%2520folder HTTP/1.1
Host: storage.sbg1.cloud.ovh.net
Accept: */*
Authorization: AWS XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:DU8+6iW/fwiwzer1m3FlqfnR3Y4=
Date: Sat, 19 Mar 2016 01:28:30 GMT

< HTTP/1.1 404 Not Found
< Content-Length: 149
< Content-Type: text/xml
< X-Trans-Id: txc659f97f9770466ba11e2-0056ecab3e
< Date: Sat, 19 Mar 2016 01:28:30 GMT
< Connection: close
< 
* Closing connection 14
[INF]       curl.cpp:RequestPerform(1775): HTTP response code 404 was returned, returning ENOENT
[DBG] curl.cpp:RequestPerform(1776): Body Text: 
[INF]       curl.cpp:HeadRequest(2288): [tpath=/New%20folder/]
[INF]       curl.cpp:PreHeadRequest(2226): [tpath=/New%20folder/][bpath=][save=][sseckeypos=-1]
[DBG] curl.cpp:ResetHandle(1423): 'no_check_certificate' option in effect.
[DBG] curl.cpp:ResetHandle(1424): The server certificate won't be checked against the available certificate authorities.
[INF]       curl.cpp:prepare_url(3966): URL is https://storage.sbg1.cloud.ovh.net/test/New%2520folder/
[INF]       curl.cpp:prepare_url(3998): URL changed is https://storage.sbg1.cloud.ovh.net/test/New%2520folder/
[DBG] curl.cpp:RequestPerform(1736): connecting to URL https://storage.sbg1.cloud.ovh.net/test/New%2520folder/
* About to connect() to storage.sbg1.cloud.ovh.net port 443 (#15)
*   Trying 5.135.208.193...
* Connected to storage.sbg1.cloud.ovh.net (5.135.208.193) port 443 (#15)
* warning: ignoring value of ssl.verifyhost
* skipping SSL peer certificate verification
* SSL connection using TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
* Server certificate:
*   subject: CN=storage.sbg1.cloud.ovh.net,OU=Domain Control Validated
*   start date: Apr 20 09:14:54 2015 GMT
*   expire date: Apr 20 09:14:54 2018 GMT
*   common name: storage.sbg1.cloud.ovh.net
*   issuer: CN=AlphaSSL CA - SHA256 - G2,O=GlobalSign nv-sa,C=BE
> HEAD /test/New%2520folder/ HTTP/1.1
Host: storage.sbg1.cloud.ovh.net
Accept: */*
Authorization: AWS XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:srhvFjwCWXNi4pw2D9ZmpH5ULgo=
Date: Sat, 19 Mar 2016 01:28:30 GMT

Originally created by @Think7 on GitHub (Mar 19, 2016). Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/377 Hello, I'm attempting to use s3fs with an OpenStack Swift Container. Below is the command i'm running and it's subsequent output. I then attempted to list the directory contents with ls-la. It just cycles endlessly never listing the directory contents or allowing me to insert new files. ``` root@localhost etc]# s3fs test /mnt/s3/test \ > -o passwd_file="/etc/s3-passwd" \ > -o no_check_certificate \ > -o url="https://storage.sbg1.cloud.ovh.net" \ > -o use_path_request_style \ > -o sigv2 \ > -o enable_content_md5 \ > -o stat_cache_expire=3000 \ > -o allow_other \ > -o use_cache="/tmp/s3cache" \ > -o f2 -d -d -f \ > -o curldbg; [CRT] s3fs.cpp:set_s3fs_log_level(252): change debug level from [CRT] to [DBG] [INF] s3fs.cpp:set_moutpoint_attribute(4132): PROC(uid=0, gid=0) - MountPoint(uid=0, gid=0, mode=40755) FUSE library version: 2.9.2 nullpath_ok: 0 nopath: 0 utime_omit_ok: 0 unique: 1, opcode: INIT (26), nodeid: 0, insize: 56, pid: 0 INIT: 7.22 flags=0x0000f7fb max_readahead=0x00020000 [CRT] s3fs.cpp:s3fs_init(3333): init v1.79(commit:cf56b35) with OpenSSL [INF] s3fs.cpp:s3fs_check_service(3694): check services. [INF] curl.cpp:CheckBucket(2659): check a bucket. [DBG] curl.cpp:ResetHandle(1423): 'no_check_certificate' option in effect. [DBG] curl.cpp:ResetHandle(1424): The server certificate won't be checked against the available certificate authorities. [INF] curl.cpp:prepare_url(3966): URL is https://storage.sbg1.cloud.ovh.net/test/ [INF] curl.cpp:prepare_url(3998): URL changed is https://storage.sbg1.cloud.ovh.net/test/ [DBG] curl.cpp:RequestPerform(1736): connecting to URL https://storage.sbg1.cloud.ovh.net/test/ * About to connect() to storage.sbg1.cloud.ovh.net port 443 (#0) * Trying 5.135.208.193... * Connected to storage.sbg1.cloud.ovh.net (5.135.208.193) port 443 (#0) * Initializing NSS with certpath: sql:/etc/pki/nssdb * warning: ignoring value of ssl.verifyhost * skipping SSL peer certificate verification * SSL connection using TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 * Server certificate: * subject: CN=storage.sbg1.cloud.ovh.net,OU=Domain Control Validated * start date: Apr 20 09:14:54 2015 GMT * expire date: Apr 20 09:14:54 2018 GMT * common name: storage.sbg1.cloud.ovh.net * issuer: CN=AlphaSSL CA - SHA256 - G2,O=GlobalSign nv-sa,C=BE > GET /test/ HTTP/1.1 Host: storage.sbg1.cloud.ovh.net Accept: */* Authorization: AWS XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:GUSHjAz7kdStNR+4yltJwTzdRZA= Date: Sat, 19 Mar 2016 01:28:15 GMT < HTTP/1.1 200 OK < Content-Length: 1481 < Content-Type: application/xml < X-Trans-Id: tx893a98c1bc5340d483d1b-0056ecab2f < Date: Sat, 19 Mar 2016 01:28:16 GMT < Connection: close < * Closing connection 0 [INF] curl.cpp:RequestPerform(1753): HTTP response code 200 INIT: 7.19 flags=0x00000019 max_readahead=0x00020000 max_write=0x00020000 max_background=0 congestion_threshold=0 unique: 1, success, outsize: 40 unique: 2, opcode: GETATTR (3), nodeid: 1, insize: 56, pid: 3639 getattr / [INF] s3fs.cpp:s3fs_getattr(807): [path=/] [DBG] s3fs.cpp:check_parent_object_access(664): [path=/] [DBG] s3fs.cpp:check_object_access(558): [path=/] [DBG] s3fs.cpp:get_object_attribute(404): [path=/] [DBG] fdcache.cpp:ExistOpen(1880): [path=/][fd=-1][ignore_existfd=false] [DBG] fdcache.cpp:Open(1829): [path=/][size=-1][time=-1] [DBG] s3fs.cpp:s3fs_getattr(831): [path=/] uid=0, gid=0, mode=40777 unique: 2, success, outsize: 120 unique: 3, opcode: GETATTR (3), nodeid: 1, insize: 56, pid: 3665 getattr / [INF] s3fs.cpp:s3fs_getattr(807): [path=/] [DBG] s3fs.cpp:check_parent_object_access(664): [path=/] [DBG] s3fs.cpp:check_object_access(558): [path=/] [DBG] s3fs.cpp:get_object_attribute(404): [path=/] [DBG] fdcache.cpp:ExistOpen(1880): [path=/][fd=-1][ignore_existfd=false] [DBG] fdcache.cpp:Open(1829): [path=/][size=-1][time=-1] [DBG] s3fs.cpp:s3fs_getattr(831): [path=/] uid=0, gid=0, mode=40777 unique: 3, success, outsize: 120 unique: 4, opcode: GETXATTR (22), nodeid: 1, insize: 72, pid: 3665 getxattr / system.posix_acl_access 0 [INF] s3fs.cpp:s3fs_getxattr(3071): [path=/][name=system.posix_acl_access][value=(nil)][size=0] [DBG] s3fs.cpp:check_parent_object_access(664): [path=/] [DBG] s3fs.cpp:get_object_attribute(404): [path=/] unique: 4, error: -61 (No data available), outsize: 16 unique: 5, opcode: GETXATTR (22), nodeid: 1, insize: 73, pid: 3665 getxattr / system.posix_acl_default 0 [INF] s3fs.cpp:s3fs_getxattr(3071): [path=/][name=system.posix_acl_default][value=(nil)][size=0] [DBG] s3fs.cpp:check_parent_object_access(664): [path=/] [DBG] s3fs.cpp:get_object_attribute(404): [path=/] unique: 5, error: -61 (No data available), outsize: 16 unique: 6, opcode: GETATTR (3), nodeid: 1, insize: 56, pid: 3639 getattr / [INF] s3fs.cpp:s3fs_getattr(807): [path=/] [DBG] s3fs.cpp:check_parent_object_access(664): [path=/] [DBG] s3fs.cpp:check_object_access(558): [path=/] [DBG] s3fs.cpp:get_object_attribute(404): [path=/] [DBG] fdcache.cpp:ExistOpen(1880): [path=/][fd=-1][ignore_existfd=false] [DBG] fdcache.cpp:Open(1829): [path=/][size=-1][time=-1] [DBG] s3fs.cpp:s3fs_getattr(831): [path=/] uid=0, gid=0, mode=40777 unique: 6, success, outsize: 120 unique: 7, opcode: ACCESS (34), nodeid: 1, insize: 48, pid: 3639 access / 01 [INF] s3fs.cpp:s3fs_access(3401): [path=/][mask=X_OK ] [DBG] s3fs.cpp:check_object_access(558): [path=/] [DBG] s3fs.cpp:get_object_attribute(404): [path=/] unique: 7, success, outsize: 16 unique: 8, opcode: OPENDIR (27), nodeid: 1, insize: 48, pid: 3666 opendir flags: 0x18800 / [INF] s3fs.cpp:s3fs_opendir(2236): [path=/][flags=100352] [DBG] s3fs.cpp:check_object_access(558): [path=/] [DBG] s3fs.cpp:get_object_attribute(404): [path=/] [DBG] s3fs.cpp:check_parent_object_access(664): [path=/] opendir[0] flags: 0x18800 / unique: 8, success, outsize: 32 unique: 9, opcode: READDIR (28), nodeid: 1, insize: 80, pid: 3666 readdir[0] from 0 [INF] s3fs.cpp:s3fs_readdir(2387): [path=/] [DBG] s3fs.cpp:check_object_access(558): [path=/] [DBG] s3fs.cpp:get_object_attribute(404): [path=/] [INF] s3fs.cpp:list_bucket(2432): [path=/] [INF] curl.cpp:ListBucketRequest(2704): [tpath=/] [DBG] curl.cpp:ResetHandle(1423): 'no_check_certificate' option in effect. [DBG] curl.cpp:ResetHandle(1424): The server certificate won't be checked against the available certificate authorities. [INF] curl.cpp:prepare_url(3966): URL is https://storage.sbg1.cloud.ovh.net/test?delimiter=/&max-keys=1000&prefix= [INF] curl.cpp:prepare_url(3998): URL changed is https://storage.sbg1.cloud.ovh.net/test/?delimiter=/&max-keys=1000&prefix= [DBG] curl.cpp:RequestPerform(1736): connecting to URL https://storage.sbg1.cloud.ovh.net/test/?delimiter=/&max-keys=1000&prefix= * About to connect() to storage.sbg1.cloud.ovh.net port 443 (#1) * Trying 5.135.208.193... * Connected to storage.sbg1.cloud.ovh.net (5.135.208.193) port 443 (#1) * warning: ignoring value of ssl.verifyhost * skipping SSL peer certificate verification * SSL connection using TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 * Server certificate: * subject: CN=storage.sbg1.cloud.ovh.net,OU=Domain Control Validated * start date: Apr 20 09:14:54 2015 GMT * expire date: Apr 20 09:14:54 2018 GMT * common name: storage.sbg1.cloud.ovh.net * issuer: CN=AlphaSSL CA - SHA256 - G2,O=GlobalSign nv-sa,C=BE > GET /test/?delimiter=/&max-keys=1000&prefix= HTTP/1.1 Host: storage.sbg1.cloud.ovh.net Accept: */* Authorization: AWS XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:czov/83W65qXYKkzm1TyhM23puI= Date: Sat, 19 Mar 2016 01:28:26 GMT < HTTP/1.1 200 OK < Content-Length: 737 < Content-Type: application/xml < X-Trans-Id: txb1b6fc5441c445549cf84-0056ecab3b < Date: Sat, 19 Mar 2016 01:28:27 GMT < Connection: close < * Closing connection 1 [INF] curl.cpp:RequestPerform(1753): HTTP response code 200 [INF] s3fs.cpp:readdir_multi_head(2301): [path=/][list=0] [INF] curl.cpp:PreHeadRequest(2226): [tpath=/New%20folder/][bpath=New%20folder/][save=/New%20folder/][sseckeypos=-1] [DBG] curl.cpp:ResetHandle(1423): 'no_check_certificate' option in effect. [DBG] curl.cpp:ResetHandle(1424): The server certificate won't be checked against the available certificate authorities. [INF] curl.cpp:prepare_url(3966): URL is https://storage.sbg1.cloud.ovh.net/test/New%2520folder/ [INF] curl.cpp:prepare_url(3998): URL changed is https://storage.sbg1.cloud.ovh.net/test/New%2520folder/ [INF] curl.cpp:PreHeadRequest(2226): [tpath=/ass/][bpath=ass/][save=/ass/][sseckeypos=-1] [DBG] curl.cpp:ResetHandle(1423): 'no_check_certificate' option in effect. [DBG] curl.cpp:ResetHandle(1424): The server certificate won't be checked against the available certificate authorities. [INF] curl.cpp:prepare_url(3966): URL is https://storage.sbg1.cloud.ovh.net/test/ass/ [INF] curl.cpp:prepare_url(3998): URL changed is https://storage.sbg1.cloud.ovh.net/test/ass/ [INF] curl.cpp:PreHeadRequest(2226): [tpath=/asss/][bpath=asss/][save=/asss/][sseckeypos=-1] [DBG] curl.cpp:ResetHandle(1423): 'no_check_certificate' option in effect. [DBG] curl.cpp:ResetHandle(1424): The server certificate won't be checked against the available certificate authorities. [INF] curl.cpp:prepare_url(3966): URL is https://storage.sbg1.cloud.ovh.net/test/asss/ [INF] curl.cpp:prepare_url(3998): URL changed is https://storage.sbg1.cloud.ovh.net/test/asss/ [INF] curl.cpp:PreHeadRequest(2226): [tpath=/newfile][bpath=newfile][save=/newfile][sseckeypos=-1] [DBG] curl.cpp:ResetHandle(1423): 'no_check_certificate' option in effect. [DBG] curl.cpp:ResetHandle(1424): The server certificate won't be checked against the available certificate authorities. [INF] curl.cpp:prepare_url(3966): URL is https://storage.sbg1.cloud.ovh.net/test/newfile [INF] curl.cpp:prepare_url(3998): URL changed is https://storage.sbg1.cloud.ovh.net/test/newfile [INF] curl.cpp:Request(3732): [count=4] * About to connect() to storage.sbg1.cloud.ovh.net port 443 (#2) * Trying 5.135.208.193... * Found bundle for host storage.sbg1.cloud.ovh.net: 0x7f97d8025f90 * About to connect() to storage.sbg1.cloud.ovh.net port 443 (#3) * Trying 5.135.208.193... * Found bundle for host storage.sbg1.cloud.ovh.net: 0x7f97d8025f90 * About to connect() to storage.sbg1.cloud.ovh.net port 443 (#4) * Trying 5.135.208.193... * Found bundle for host storage.sbg1.cloud.ovh.net: 0x7f97d8025f90 * About to connect() to storage.sbg1.cloud.ovh.net port 443 (#5) * Trying 5.135.208.193... * Connected to storage.sbg1.cloud.ovh.net (5.135.208.193) port 443 (#2) * warning: ignoring value of ssl.verifyhost * Connected to storage.sbg1.cloud.ovh.net (5.135.208.193) port 443 (#3) * warning: ignoring value of ssl.verifyhost * Connected to storage.sbg1.cloud.ovh.net (5.135.208.193) port 443 (#4) * warning: ignoring value of ssl.verifyhost * Connected to storage.sbg1.cloud.ovh.net (5.135.208.193) port 443 (#5) * warning: ignoring value of ssl.verifyhost * skipping SSL peer certificate verification * skipping SSL peer certificate verification * skipping SSL peer certificate verification * skipping SSL peer certificate verification * SSL connection using TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 * Server certificate: * subject: CN=storage.sbg1.cloud.ovh.net,OU=Domain Control Validated * start date: Apr 20 09:14:54 2015 GMT * expire date: Apr 20 09:14:54 2018 GMT * common name: storage.sbg1.cloud.ovh.net * issuer: CN=AlphaSSL CA - SHA256 - G2,O=GlobalSign nv-sa,C=BE > HEAD /test/asss/ HTTP/1.1 Host: storage.sbg1.cloud.ovh.net Accept: */* Authorization: AWS XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:7JR+degM7bF7ICa49c1FXBf4LIc= Date: Sat, 19 Mar 2016 01:28:27 GMT * SSL connection using TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 * Server certificate: * subject: CN=storage.sbg1.cloud.ovh.net,OU=Domain Control Validated * start date: Apr 20 09:14:54 2015 GMT * expire date: Apr 20 09:14:54 2018 GMT * common name: storage.sbg1.cloud.ovh.net * issuer: CN=AlphaSSL CA - SHA256 - G2,O=GlobalSign nv-sa,C=BE > HEAD /test/newfile HTTP/1.1 Host: storage.sbg1.cloud.ovh.net Accept: */* Authorization: AWS XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:39eznqm4cRBTfzZzLqX1I/p3xY8= Date: Sat, 19 Mar 2016 01:28:27 GMT * SSL connection using TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 * Server certificate: * subject: CN=storage.sbg1.cloud.ovh.net,OU=Domain Control Validated * start date: Apr 20 09:14:54 2015 GMT * expire date: Apr 20 09:14:54 2018 GMT * common name: storage.sbg1.cloud.ovh.net * issuer: CN=AlphaSSL CA - SHA256 - G2,O=GlobalSign nv-sa,C=BE > HEAD /test/New%2520folder/ HTTP/1.1 Host: storage.sbg1.cloud.ovh.net Accept: */* Authorization: AWS XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:Mw0f5drak3zHl5nr14v3TlAJ7C4= Date: Sat, 19 Mar 2016 01:28:27 GMT * SSL connection using TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 * Server certificate: * subject: CN=storage.sbg1.cloud.ovh.net,OU=Domain Control Validated * start date: Apr 20 09:14:54 2015 GMT * expire date: Apr 20 09:14:54 2018 GMT * common name: storage.sbg1.cloud.ovh.net * issuer: CN=AlphaSSL CA - SHA256 - G2,O=GlobalSign nv-sa,C=BE > HEAD /test/ass/ HTTP/1.1 Host: storage.sbg1.cloud.ovh.net Accept: */* Authorization: AWS XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:0lHzfZhZ+Im9ePJoEvvz/2jk2dk= Date: Sat, 19 Mar 2016 01:28:27 GMT < HTTP/1.1 200 OK < X-Amz-Meta-Uid: 0 < Content-Length: 14680064 < X-Amz-Meta-Mode: 33188 < X-Amz-Meta-Mtime: 1458341469 < Last-Modified: Fri, 18 Mar 2016 22:51:10 GMT < Etag: a0bb8a393cfb9cd83c054eb86da38d35 < X-Amz-Meta-Gid: 0 < Content-Type: application/octet-stream < X-Trans-Id: txc237e9c435864ddc85ca1-0056ecab3b < Date: Sat, 19 Mar 2016 01:28:27 GMT < Connection: close < * Closing connection 4 < HTTP/1.1 200 OK < X-Amz-Meta-Uid: 0 < Content-Length: 0 < X-Amz-Meta-Mode: 493 < X-Amz-Meta-Mtime: 1458341542 < Last-Modified: Fri, 18 Mar 2016 22:52:23 GMT < Etag: d41d8cd98f00b204e9800998ecf8427e < X-Amz-Meta-Gid: 0 < Content-Type: application/x-directory < X-Trans-Id: tx0101d8e0ecc34b52b82e6-0056ecab3b < Date: Sat, 19 Mar 2016 01:28:27 GMT < Connection: close < * Closing connection 5 < HTTP/1.1 200 OK < X-Amz-Meta-Uid: 0 < Content-Length: 0 < X-Amz-Meta-Mode: 493 < X-Amz-Meta-Mtime: 1458341519 < Last-Modified: Fri, 18 Mar 2016 22:52:00 GMT < Etag: d41d8cd98f00b204e9800998ecf8427e < X-Amz-Meta-Gid: 0 < Content-Type: application/x-directory < X-Trans-Id: txb910266371ce49a0b2943-0056ecab3b < Date: Sat, 19 Mar 2016 01:28:27 GMT < Connection: close < * Closing connection 3 < HTTP/1.1 404 Not Found < Content-Length: 149 < Content-Type: text/xml < X-Trans-Id: txa29984b9b1894b328aa15-0056ecab3b < Date: Sat, 19 Mar 2016 01:28:27 GMT < Connection: close < * Closing connection 2 [INF] cache.cpp:AddStat(344): add stat cache entry[path=/newfile] [INF] cache.cpp:AddStat(344): add stat cache entry[path=/ass/] [INF] cache.cpp:AddStat(344): add stat cache entry[path=/asss/] [WAN] curl.cpp:MultiRead(3674): failed a request(404: https://storage.sbg1.cloud.ovh.net/test/New%2520folder/) [INF] s3fs.cpp:readdir_multi_head(2371): Could not find /New%20folder file in stat cache. [INF] cache.cpp:DelStat(547): delete stat cache entry[path=/ass/] [INF] s3fs.cpp:readdir_multi_head(2371): Could not find /ass file in stat cache. [INF] cache.cpp:DelStat(547): delete stat cache entry[path=/asss/] [INF] s3fs.cpp:readdir_multi_head(2371): Could not find /asss file in stat cache. [INF] cache.cpp:DelStat(547): delete stat cache entry[path=/newfile] [INF] s3fs.cpp:readdir_multi_head(2371): Could not find /newfile file in stat cache. unique: 9, success, outsize: 216 unique: 10, opcode: LOOKUP (1), nodeid: 1, insize: 53, pid: 3666 LOOKUP /New%20folder getattr /New%20folder [INF] s3fs.cpp:s3fs_getattr(807): [path=/New%20folder] [DBG] s3fs.cpp:check_parent_object_access(664): [path=/New%20folder] [DBG] s3fs.cpp:check_object_access(558): [path=/] [DBG] s3fs.cpp:get_object_attribute(404): [path=/] [DBG] s3fs.cpp:check_object_access(558): [path=/New%20folder] [DBG] s3fs.cpp:get_object_attribute(404): [path=/New%20folder] [INF] curl.cpp:HeadRequest(2288): [tpath=/New%20folder] [INF] curl.cpp:PreHeadRequest(2226): [tpath=/New%20folder][bpath=][save=][sseckeypos=-1] [DBG] curl.cpp:ResetHandle(1423): 'no_check_certificate' option in effect. [DBG] curl.cpp:ResetHandle(1424): The server certificate won't be checked against the available certificate authorities. [INF] curl.cpp:prepare_url(3966): URL is https://storage.sbg1.cloud.ovh.net/test/New%2520folder [INF] curl.cpp:prepare_url(3998): URL changed is https://storage.sbg1.cloud.ovh.net/test/New%2520folder [DBG] curl.cpp:RequestPerform(1736): connecting to URL https://storage.sbg1.cloud.ovh.net/test/New%2520folder * About to connect() to storage.sbg1.cloud.ovh.net port 443 (#6) * Trying 5.135.208.193... * Connected to storage.sbg1.cloud.ovh.net (5.135.208.193) port 443 (#6) * warning: ignoring value of ssl.verifyhost * skipping SSL peer certificate verification * SSL connection using TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 * Server certificate: * subject: CN=storage.sbg1.cloud.ovh.net,OU=Domain Control Validated * start date: Apr 20 09:14:54 2015 GMT * expire date: Apr 20 09:14:54 2018 GMT * common name: storage.sbg1.cloud.ovh.net * issuer: CN=AlphaSSL CA - SHA256 - G2,O=GlobalSign nv-sa,C=BE > HEAD /test/New%2520folder HTTP/1.1 Host: storage.sbg1.cloud.ovh.net Accept: */* Authorization: AWS XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:TE7xY3g45UwV6G4wlSNRiHb9i7Q= Date: Sat, 19 Mar 2016 01:28:27 GMT < HTTP/1.1 404 Not Found < Content-Length: 149 < Content-Type: text/xml < X-Trans-Id: tx078c96acd7b340afbd0a4-0056ecab3b < Date: Sat, 19 Mar 2016 01:28:27 GMT < Connection: close < * Closing connection 6 [INF] curl.cpp:RequestPerform(1775): HTTP response code 404 was returned, returning ENOENT [DBG] curl.cpp:RequestPerform(1776): Body Text: [INF] curl.cpp:HeadRequest(2288): [tpath=/New%20folder/] [INF] curl.cpp:PreHeadRequest(2226): [tpath=/New%20folder/][bpath=][save=][sseckeypos=-1] [DBG] curl.cpp:ResetHandle(1423): 'no_check_certificate' option in effect. [DBG] curl.cpp:ResetHandle(1424): The server certificate won't be checked against the available certificate authorities. [INF] curl.cpp:prepare_url(3966): URL is https://storage.sbg1.cloud.ovh.net/test/New%2520folder/ [INF] curl.cpp:prepare_url(3998): URL changed is https://storage.sbg1.cloud.ovh.net/test/New%2520folder/ [DBG] curl.cpp:RequestPerform(1736): connecting to URL https://storage.sbg1.cloud.ovh.net/test/New%2520folder/ * About to connect() to storage.sbg1.cloud.ovh.net port 443 (#7) * Trying 5.135.208.193... * Connected to storage.sbg1.cloud.ovh.net (5.135.208.193) port 443 (#7) * warning: ignoring value of ssl.verifyhost * skipping SSL peer certificate verification * SSL connection using TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 * Server certificate: * subject: CN=storage.sbg1.cloud.ovh.net,OU=Domain Control Validated * start date: Apr 20 09:14:54 2015 GMT * expire date: Apr 20 09:14:54 2018 GMT * common name: storage.sbg1.cloud.ovh.net * issuer: CN=AlphaSSL CA - SHA256 - G2,O=GlobalSign nv-sa,C=BE > HEAD /test/New%2520folder/ HTTP/1.1 Host: storage.sbg1.cloud.ovh.net Accept: */* Authorization: AWS XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:Mw0f5drak3zHl5nr14v3TlAJ7C4= Date: Sat, 19 Mar 2016 01:28:27 GMT < HTTP/1.1 404 Not Found < Content-Length: 149 < Content-Type: text/xml < X-Trans-Id: txdda9405342aa4aed9a857-0056ecab3b < Date: Sat, 19 Mar 2016 01:28:28 GMT < Connection: close < * Closing connection 7 [INF] curl.cpp:RequestPerform(1775): HTTP response code 404 was returned, returning ENOENT [DBG] curl.cpp:RequestPerform(1776): Body Text: [INF] curl.cpp:HeadRequest(2288): [tpath=/New%20folder_$folder$] [INF] curl.cpp:PreHeadRequest(2226): [tpath=/New%20folder_$folder$][bpath=][save=][sseckeypos=-1] [DBG] curl.cpp:ResetHandle(1423): 'no_check_certificate' option in effect. [DBG] curl.cpp:ResetHandle(1424): The server certificate won't be checked against the available certificate authorities. [INF] curl.cpp:prepare_url(3966): URL is https://storage.sbg1.cloud.ovh.net/test/New%2520folder_%24folder%24 [INF] curl.cpp:prepare_url(3998): URL changed is https://storage.sbg1.cloud.ovh.net/test/New%2520folder_%24folder%24 [DBG] curl.cpp:RequestPerform(1736): connecting to URL https://storage.sbg1.cloud.ovh.net/test/New%2520folder_%24folder%24 * About to connect() to storage.sbg1.cloud.ovh.net port 443 (#8) * Trying 5.135.208.193... * Connected to storage.sbg1.cloud.ovh.net (5.135.208.193) port 443 (#8) * warning: ignoring value of ssl.verifyhost * skipping SSL peer certificate verification * SSL connection using TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 * Server certificate: * subject: CN=storage.sbg1.cloud.ovh.net,OU=Domain Control Validated * start date: Apr 20 09:14:54 2015 GMT * expire date: Apr 20 09:14:54 2018 GMT * common name: storage.sbg1.cloud.ovh.net * issuer: CN=AlphaSSL CA - SHA256 - G2,O=GlobalSign nv-sa,C=BE > HEAD /test/New%2520folder_%24folder%24 HTTP/1.1 Host: storage.sbg1.cloud.ovh.net Accept: */* Authorization: AWS XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:t9PprG7RqA7FOKsTzShvxFFN+PM= Date: Sat, 19 Mar 2016 01:28:28 GMT < HTTP/1.1 404 Not Found < Content-Length: 149 < Content-Type: text/xml < X-Trans-Id: tx53ab74d94e614fb5b1a42-0056ecab3c < Date: Sat, 19 Mar 2016 01:28:28 GMT < Connection: close < * Closing connection 8 [INF] curl.cpp:RequestPerform(1775): HTTP response code 404 was returned, returning ENOENT [DBG] curl.cpp:RequestPerform(1776): Body Text: [INF] s3fs.cpp:list_bucket(2432): [path=/New%20folder] [INF] curl.cpp:ListBucketRequest(2704): [tpath=/New%20folder] [DBG] curl.cpp:ResetHandle(1423): 'no_check_certificate' option in effect. [DBG] curl.cpp:ResetHandle(1424): The server certificate won't be checked against the available certificate authorities. [INF] curl.cpp:prepare_url(3966): URL is https://storage.sbg1.cloud.ovh.net/test?delimiter=/&max-keys=2&prefix=New%2520folder/ [INF] curl.cpp:prepare_url(3998): URL changed is https://storage.sbg1.cloud.ovh.net/test/?delimiter=/&max-keys=2&prefix=New%2520folder/ [DBG] curl.cpp:RequestPerform(1736): connecting to URL https://storage.sbg1.cloud.ovh.net/test/?delimiter=/&max-keys=2&prefix=New%2520folder/ * About to connect() to storage.sbg1.cloud.ovh.net port 443 (#9) * Trying 5.135.208.193... * Connected to storage.sbg1.cloud.ovh.net (5.135.208.193) port 443 (#9) * warning: ignoring value of ssl.verifyhost * skipping SSL peer certificate verification * SSL connection using TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 * Server certificate: * subject: CN=storage.sbg1.cloud.ovh.net,OU=Domain Control Validated * start date: Apr 20 09:14:54 2015 GMT * expire date: Apr 20 09:14:54 2018 GMT * common name: storage.sbg1.cloud.ovh.net * issuer: CN=AlphaSSL CA - SHA256 - G2,O=GlobalSign nv-sa,C=BE > GET /test/?delimiter=/&max-keys=2&prefix=New%2520folder/ HTTP/1.1 Host: storage.sbg1.cloud.ovh.net Accept: */* Authorization: AWS XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:tleeZpdZYzybhvxygUukbyjTT6E= Date: Sat, 19 Mar 2016 01:28:28 GMT < HTTP/1.1 200 OK < Content-Length: 572 < Content-Type: application/xml < X-Trans-Id: txb22a0a8208fd4076bafd2-0056ecab3c < Date: Sat, 19 Mar 2016 01:28:28 GMT < Connection: close < * Closing connection 9 [INF] curl.cpp:RequestPerform(1753): HTTP response code 200 [WAN] s3fs.cpp:append_objects_from_xml_ex(2530): contents_xp->nodesetval is empty. [INF] cache.cpp:AddStat(344): add stat cache entry[path=/New%20folder/] [INF] cache.cpp:DelStat(547): delete stat cache entry[path=/New%20folder/] [DBG] fdcache.cpp:ExistOpen(1880): [path=/New%20folder][fd=-1][ignore_existfd=false] [DBG] fdcache.cpp:Open(1829): [path=/New%20folder][size=-1][time=-1] [DBG] s3fs.cpp:s3fs_getattr(831): [path=/New%20folder] uid=0, gid=0, mode=40000 NODEID: 2 unique: 10, success, outsize: 144 unique: 11, opcode: GETXATTR (22), nodeid: 2, insize: 72, pid: 3666 getxattr /New%20folder system.posix_acl_access 0 [INF] s3fs.cpp:s3fs_getxattr(3071): [path=/New%20folder][name=system.posix_acl_access][value=(nil)][size=0] [DBG] s3fs.cpp:check_parent_object_access(664): [path=/New%20folder] [DBG] s3fs.cpp:check_object_access(558): [path=/] [DBG] s3fs.cpp:get_object_attribute(404): [path=/] [DBG] s3fs.cpp:get_object_attribute(404): [path=/New%20folder] [INF] curl.cpp:HeadRequest(2288): [tpath=/New%20folder] [INF] curl.cpp:PreHeadRequest(2226): [tpath=/New%20folder][bpath=][save=][sseckeypos=-1] [DBG] curl.cpp:ResetHandle(1423): 'no_check_certificate' option in effect. [DBG] curl.cpp:ResetHandle(1424): The server certificate won't be checked against the available certificate authorities. [INF] curl.cpp:prepare_url(3966): URL is https://storage.sbg1.cloud.ovh.net/test/New%2520folder [INF] curl.cpp:prepare_url(3998): URL changed is https://storage.sbg1.cloud.ovh.net/test/New%2520folder [DBG] curl.cpp:RequestPerform(1736): connecting to URL https://storage.sbg1.cloud.ovh.net/test/New%2520folder * About to connect() to storage.sbg1.cloud.ovh.net port 443 (#10) * Trying 5.135.208.193... * Connected to storage.sbg1.cloud.ovh.net (5.135.208.193) port 443 (#10) * warning: ignoring value of ssl.verifyhost * skipping SSL peer certificate verification * SSL connection using TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 * Server certificate: * subject: CN=storage.sbg1.cloud.ovh.net,OU=Domain Control Validated * start date: Apr 20 09:14:54 2015 GMT * expire date: Apr 20 09:14:54 2018 GMT * common name: storage.sbg1.cloud.ovh.net * issuer: CN=AlphaSSL CA - SHA256 - G2,O=GlobalSign nv-sa,C=BE > HEAD /test/New%2520folder HTTP/1.1 Host: storage.sbg1.cloud.ovh.net Accept: */* Authorization: AWS XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:3MekE6gNwiEEWXi+ri6Moqo+ggw= Date: Sat, 19 Mar 2016 01:28:29 GMT < HTTP/1.1 404 Not Found < Content-Length: 149 < Content-Type: text/xml < X-Trans-Id: txcd1b2febede3453ba8459-0056ecab3d < Date: Sat, 19 Mar 2016 01:28:29 GMT < Connection: close < * Closing connection 10 [INF] curl.cpp:RequestPerform(1775): HTTP response code 404 was returned, returning ENOENT [DBG] curl.cpp:RequestPerform(1776): Body Text: [INF] curl.cpp:HeadRequest(2288): [tpath=/New%20folder/] [INF] curl.cpp:PreHeadRequest(2226): [tpath=/New%20folder/][bpath=][save=][sseckeypos=-1] [DBG] curl.cpp:ResetHandle(1423): 'no_check_certificate' option in effect. [DBG] curl.cpp:ResetHandle(1424): The server certificate won't be checked against the available certificate authorities. [INF] curl.cpp:prepare_url(3966): URL is https://storage.sbg1.cloud.ovh.net/test/New%2520folder/ [INF] curl.cpp:prepare_url(3998): URL changed is https://storage.sbg1.cloud.ovh.net/test/New%2520folder/ [DBG] curl.cpp:RequestPerform(1736): connecting to URL https://storage.sbg1.cloud.ovh.net/test/New%2520folder/ * About to connect() to storage.sbg1.cloud.ovh.net port 443 (#11) * Trying 5.135.208.193... * Connected to storage.sbg1.cloud.ovh.net (5.135.208.193) port 443 (#11) * warning: ignoring value of ssl.verifyhost * skipping SSL peer certificate verification * SSL connection using TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 * Server certificate: * subject: CN=storage.sbg1.cloud.ovh.net,OU=Domain Control Validated * start date: Apr 20 09:14:54 2015 GMT * expire date: Apr 20 09:14:54 2018 GMT * common name: storage.sbg1.cloud.ovh.net * issuer: CN=AlphaSSL CA - SHA256 - G2,O=GlobalSign nv-sa,C=BE > HEAD /test/New%2520folder/ HTTP/1.1 Host: storage.sbg1.cloud.ovh.net Accept: */* Authorization: AWS XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:mZoODZIeRi1bXEAhoB+fwUi60xg= Date: Sat, 19 Mar 2016 01:28:29 GMT < HTTP/1.1 404 Not Found < Content-Length: 149 < Content-Type: text/xml < X-Trans-Id: txd8ec05b3aa4b4c678ef64-0056ecab3d < Date: Sat, 19 Mar 2016 01:28:29 GMT < Connection: close < * Closing connection 11 [INF] curl.cpp:RequestPerform(1775): HTTP response code 404 was returned, returning ENOENT [DBG] curl.cpp:RequestPerform(1776): Body Text: [INF] curl.cpp:HeadRequest(2288): [tpath=/New%20folder_$folder$] [INF] curl.cpp:PreHeadRequest(2226): [tpath=/New%20folder_$folder$][bpath=][save=][sseckeypos=-1] [DBG] curl.cpp:ResetHandle(1423): 'no_check_certificate' option in effect. [DBG] curl.cpp:ResetHandle(1424): The server certificate won't be checked against the available certificate authorities. [INF] curl.cpp:prepare_url(3966): URL is https://storage.sbg1.cloud.ovh.net/test/New%2520folder_%24folder%24 [INF] curl.cpp:prepare_url(3998): URL changed is https://storage.sbg1.cloud.ovh.net/test/New%2520folder_%24folder%24 [DBG] curl.cpp:RequestPerform(1736): connecting to URL https://storage.sbg1.cloud.ovh.net/test/New%2520folder_%24folder%24 * About to connect() to storage.sbg1.cloud.ovh.net port 443 (#12) * Trying 5.135.208.193... * Connected to storage.sbg1.cloud.ovh.net (5.135.208.193) port 443 (#12) * warning: ignoring value of ssl.verifyhost * skipping SSL peer certificate verification * SSL connection using TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 * Server certificate: * subject: CN=storage.sbg1.cloud.ovh.net,OU=Domain Control Validated * start date: Apr 20 09:14:54 2015 GMT * expire date: Apr 20 09:14:54 2018 GMT * common name: storage.sbg1.cloud.ovh.net * issuer: CN=AlphaSSL CA - SHA256 - G2,O=GlobalSign nv-sa,C=BE > HEAD /test/New%2520folder_%24folder%24 HTTP/1.1 Host: storage.sbg1.cloud.ovh.net Accept: */* Authorization: AWS XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:HroRpcgRgJyHhzQxLBbXHJ7g5fg= Date: Sat, 19 Mar 2016 01:28:29 GMT < HTTP/1.1 404 Not Found < Content-Length: 149 < Content-Type: text/xml < X-Trans-Id: tx9a179053f71e4f799eedf-0056ecab3d < Date: Sat, 19 Mar 2016 01:28:29 GMT < Connection: close < * Closing connection 12 [INF] curl.cpp:RequestPerform(1775): HTTP response code 404 was returned, returning ENOENT [DBG] curl.cpp:RequestPerform(1776): Body Text: [INF] s3fs.cpp:list_bucket(2432): [path=/New%20folder] [INF] curl.cpp:ListBucketRequest(2704): [tpath=/New%20folder] [DBG] curl.cpp:ResetHandle(1423): 'no_check_certificate' option in effect. [DBG] curl.cpp:ResetHandle(1424): The server certificate won't be checked against the available certificate authorities. [INF] curl.cpp:prepare_url(3966): URL is https://storage.sbg1.cloud.ovh.net/test?delimiter=/&max-keys=2&prefix=New%2520folder/ [INF] curl.cpp:prepare_url(3998): URL changed is https://storage.sbg1.cloud.ovh.net/test/?delimiter=/&max-keys=2&prefix=New%2520folder/ [DBG] curl.cpp:RequestPerform(1736): connecting to URL https://storage.sbg1.cloud.ovh.net/test/?delimiter=/&max-keys=2&prefix=New%2520folder/ * About to connect() to storage.sbg1.cloud.ovh.net port 443 (#13) * Trying 5.135.208.193... * Connected to storage.sbg1.cloud.ovh.net (5.135.208.193) port 443 (#13) * warning: ignoring value of ssl.verifyhost * skipping SSL peer certificate verification * SSL connection using TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 * Server certificate: * subject: CN=storage.sbg1.cloud.ovh.net,OU=Domain Control Validated * start date: Apr 20 09:14:54 2015 GMT * expire date: Apr 20 09:14:54 2018 GMT * common name: storage.sbg1.cloud.ovh.net * issuer: CN=AlphaSSL CA - SHA256 - G2,O=GlobalSign nv-sa,C=BE > GET /test/?delimiter=/&max-keys=2&prefix=New%2520folder/ HTTP/1.1 Host: storage.sbg1.cloud.ovh.net Accept: */* Authorization: AWS XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:VpOONGW/GlLQ7O6PbC6xsj/Lrqc= Date: Sat, 19 Mar 2016 01:28:29 GMT < HTTP/1.1 200 OK < Content-Length: 572 < Content-Type: application/xml < X-Trans-Id: tx1047beec83f94120a2b76-0056ecab3e < Date: Sat, 19 Mar 2016 01:28:30 GMT < Connection: close < * Closing connection 13 [INF] curl.cpp:RequestPerform(1753): HTTP response code 200 [WAN] s3fs.cpp:append_objects_from_xml_ex(2530): contents_xp->nodesetval is empty. [INF] cache.cpp:AddStat(344): add stat cache entry[path=/New%20folder/] [INF] cache.cpp:DelStat(547): delete stat cache entry[path=/New%20folder/] unique: 11, error: -61 (No data available), outsize: 16 unique: 12, opcode: LOOKUP (1), nodeid: 1, insize: 53, pid: 3666 LOOKUP /New%20folder getattr /New%20folder [INF] s3fs.cpp:s3fs_getattr(807): [path=/New%20folder] [DBG] s3fs.cpp:check_parent_object_access(664): [path=/New%20folder] [DBG] s3fs.cpp:check_object_access(558): [path=/] [DBG] s3fs.cpp:get_object_attribute(404): [path=/] [DBG] s3fs.cpp:check_object_access(558): [path=/New%20folder] [DBG] s3fs.cpp:get_object_attribute(404): [path=/New%20folder] [INF] curl.cpp:HeadRequest(2288): [tpath=/New%20folder] [INF] curl.cpp:PreHeadRequest(2226): [tpath=/New%20folder][bpath=][save=][sseckeypos=-1] [DBG] curl.cpp:ResetHandle(1423): 'no_check_certificate' option in effect. [DBG] curl.cpp:ResetHandle(1424): The server certificate won't be checked against the available certificate authorities. [INF] curl.cpp:prepare_url(3966): URL is https://storage.sbg1.cloud.ovh.net/test/New%2520folder [INF] curl.cpp:prepare_url(3998): URL changed is https://storage.sbg1.cloud.ovh.net/test/New%2520folder [DBG] curl.cpp:RequestPerform(1736): connecting to URL https://storage.sbg1.cloud.ovh.net/test/New%2520folder * About to connect() to storage.sbg1.cloud.ovh.net port 443 (#14) * Trying 5.135.208.193... * Connected to storage.sbg1.cloud.ovh.net (5.135.208.193) port 443 (#14) * warning: ignoring value of ssl.verifyhost * skipping SSL peer certificate verification * SSL connection using TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 * Server certificate: * subject: CN=storage.sbg1.cloud.ovh.net,OU=Domain Control Validated * start date: Apr 20 09:14:54 2015 GMT * expire date: Apr 20 09:14:54 2018 GMT * common name: storage.sbg1.cloud.ovh.net * issuer: CN=AlphaSSL CA - SHA256 - G2,O=GlobalSign nv-sa,C=BE > HEAD /test/New%2520folder HTTP/1.1 Host: storage.sbg1.cloud.ovh.net Accept: */* Authorization: AWS XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:DU8+6iW/fwiwzer1m3FlqfnR3Y4= Date: Sat, 19 Mar 2016 01:28:30 GMT < HTTP/1.1 404 Not Found < Content-Length: 149 < Content-Type: text/xml < X-Trans-Id: txc659f97f9770466ba11e2-0056ecab3e < Date: Sat, 19 Mar 2016 01:28:30 GMT < Connection: close < * Closing connection 14 [INF] curl.cpp:RequestPerform(1775): HTTP response code 404 was returned, returning ENOENT [DBG] curl.cpp:RequestPerform(1776): Body Text: [INF] curl.cpp:HeadRequest(2288): [tpath=/New%20folder/] [INF] curl.cpp:PreHeadRequest(2226): [tpath=/New%20folder/][bpath=][save=][sseckeypos=-1] [DBG] curl.cpp:ResetHandle(1423): 'no_check_certificate' option in effect. [DBG] curl.cpp:ResetHandle(1424): The server certificate won't be checked against the available certificate authorities. [INF] curl.cpp:prepare_url(3966): URL is https://storage.sbg1.cloud.ovh.net/test/New%2520folder/ [INF] curl.cpp:prepare_url(3998): URL changed is https://storage.sbg1.cloud.ovh.net/test/New%2520folder/ [DBG] curl.cpp:RequestPerform(1736): connecting to URL https://storage.sbg1.cloud.ovh.net/test/New%2520folder/ * About to connect() to storage.sbg1.cloud.ovh.net port 443 (#15) * Trying 5.135.208.193... * Connected to storage.sbg1.cloud.ovh.net (5.135.208.193) port 443 (#15) * warning: ignoring value of ssl.verifyhost * skipping SSL peer certificate verification * SSL connection using TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 * Server certificate: * subject: CN=storage.sbg1.cloud.ovh.net,OU=Domain Control Validated * start date: Apr 20 09:14:54 2015 GMT * expire date: Apr 20 09:14:54 2018 GMT * common name: storage.sbg1.cloud.ovh.net * issuer: CN=AlphaSSL CA - SHA256 - G2,O=GlobalSign nv-sa,C=BE > HEAD /test/New%2520folder/ HTTP/1.1 Host: storage.sbg1.cloud.ovh.net Accept: */* Authorization: AWS XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:srhvFjwCWXNi4pw2D9ZmpH5ULgo= Date: Sat, 19 Mar 2016 01:28:30 GMT ```
kerem closed this issue 2026-03-04 01:43:10 +03:00
Author
Owner

@ggtakec commented on GitHub (Mar 22, 2016):

@Think7 How many files in top directory(mount point) do you have?

If you have a lot of files in directory, the response of s3fs would not good at first time.
Because s3fs requests for listing objects in directory object, and requests HEAD for each file objectf for getting meta data(permission).
To improve performance, you can increase multireq_max option value.
And max_stat_cache_size option helps for second access.

If your problem is likely failure of s3fs(something error), we want reproducible information(ex. how many files in dir etc.).

Thanks in advance for your assistance.

Regrads,

<!-- gh-comment-id:199667011 --> @ggtakec commented on GitHub (Mar 22, 2016): @Think7 How many files in top directory(mount point) do you have? If you have a lot of files in directory, the response of s3fs would not good at first time. Because s3fs requests for listing objects in directory object, and requests HEAD for each file objectf for getting meta data(permission). To improve performance, you can increase multireq_max option value. And max_stat_cache_size option helps for second access. If your problem is likely failure of s3fs(something error), we want reproducible information(ex. how many files in dir etc.). Thanks in advance for your assistance. Regrads,
Author
Owner

@ggtakec commented on GitHub (Mar 30, 2019):

We kept this issue open for a long time.
We launch new version 1.86, which fixed some problem(bugs).
Please use the latest version.
I will close this, but if the problem persists, please reopen or post a new issue.

<!-- gh-comment-id:478215788 --> @ggtakec commented on GitHub (Mar 30, 2019): We kept this issue open for a long time. We launch new version 1.86, which fixed some problem(bugs). Please use the latest version. I will close this, but if the problem persists, please reopen or post a new issue.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#197
No description provided.