[GH-ISSUE #1249] [INF] curl.cpp:RequestPerform(2416): HTTP response code 200 then hang #669

Open
opened 2026-03-04 01:47:43 +03:00 by kerem · 7 comments
Owner

Originally created by @husenzhang on GitHub (Mar 4, 2020).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1249

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.
Keep in mind that the commands we provide to retrieve information are oriented to GNU/Linux Distributions, so you could need to use others if you use s3fs on macOS or BSD

Version of s3fs being used (s3fs --version)

1.86

Version of fuse being used (pkg-config --modversion fuse, rpm -qi fuse, dpkg -s fuse)

2.9.7

Kernel information (uname -r)

4.18.0-147.5.1.el8_1.x86_64

GNU/Linux Distribution, if applicable (cat /etc/os-release)

Red Hat Enterprise Linux release 8.1 (Ootpa)

s3fs command line used, if applicable

sudo s3fs -f -d efast-irad /mnt/efast-irad -o iam_role=auto -o url=http://s3-us-gov-east-1.amazonaws.com -o curldbg

/etc/fstab entry, if applicable

s3fs syslog messages (grep s3fs /var/log/syslog, journalctl | grep s3fs, or s3fs outputs)

if you execute s3fs with dbglevel, curldbg option, you can get detail debug messages

Details about issue

Connected to s3-us-gov-east-1.amazonaws.com (52.95.166.22) port 80 (#3)

GET /efast-irad/ HTTP/1.1
Host: s3-us-gov-east-1.amazonaws.com
User-Agent: s3fs/1.86 (commit hash unknown; OpenSSL)
Accept: /
Authorization: AWS4-HMAC-SHA256 Credential=ASIA4KXKQMI5KSRXDOCZ/20200304/us-gov-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date;x-amz-security-token, Signature=3379fe9898064d
7ddea2043826c53cfcd2d1ddbef1fb0a399025e798a5971a5a
x-amz-content-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date: 20200304T215328Z
x-amz-security-token: FwoDYXdzEGQaDIu9qrSv3asnCkD4uCKhA+8ebhd96lKlXmPb4nIf+VpPL4M7yoYgLBIaW7UHyX68WhTJ5xN6RbaH+XPrrQ0o2/GT/h8Ypyn7kmZVBFnIgxRn2IvRITBd9E4qsMVFjYARKfxA7q6XzNbUMRHbopCNb2nElJyzHV4WNVZ7DbL
Ilk3rr75tvfg1EpmTnjD5diRAkbQzc+iP7IaDUbwKiJL0F2D4YZrMhSWUvJ3dPwzG0KmYU0A0PikrpmH4RiqB4cdQNEM7tLUpFPddmrOMjzkfFaaflaROeqw5d8UTV/s2K8o7Rrmbkr1SMAzabZfZb+CB9e0f6uPiSQRyDvbLbcCKg8HMXXcWNMBN4iOif1PlTIKo11VB
Ou3OGgOksMvl3xYL67e+cBCluiME/41yVZbjrhPVJMXeTXGN2j4Uhs0JsyhiIJ6G9u55hgpJJcMgJ4xayRZWcP8kwPTgpXYhAHJN08f109ax0YSPbP8i0BfhSAWevJnXffbYTc1F37/dQC3cbxCxml53snXRDQT/UP6objFbeSuwJwX2gbgwwYqDACr3xdpuTWAHInyZl
671gvp/QyiVuoDzBTI1w7uBzdHcH27WO/76XGfAC+KZ32S1ouqvrKIMg16PB1sG29EmfBzLqWe+kp6SNkJ0yFhbRM4=

< HTTP/1.1 200 OK
< x-amz-id-2: KAcXCf9qTCosYRl/QNBatFxKo3jJK5S8X9L5H+KIUHdWytwwac6+XBvcVxRRiNSOxe9Es9D6t5A=
< x-amz-request-id: 2382668488EB6FB5
< Date: Wed, 04 Mar 2020 21:53:29 GMT
< x-amz-bucket-region: us-gov-east-1
< Content-Type: application/xml
< Transfer-Encoding: chunked
< Server: AmazonS3
<

  • Connection #3 to host s3-us-gov-east-1.amazonaws.com left intact
    [INF] curl.cpp:RequestPerform(2416): HTTP response code 200
Originally created by @husenzhang on GitHub (Mar 4, 2020). Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1249 ### 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._ _Keep in mind that the commands we provide to retrieve information are oriented to GNU/Linux Distributions, so you could need to use others if you use s3fs on macOS or BSD_ #### Version of s3fs being used (s3fs --version) 1.86 #### Version of fuse being used (pkg-config --modversion fuse, rpm -qi fuse, dpkg -s fuse) 2.9.7 #### Kernel information (uname -r) 4.18.0-147.5.1.el8_1.x86_64 #### GNU/Linux Distribution, if applicable (cat /etc/os-release) Red Hat Enterprise Linux release 8.1 (Ootpa) #### s3fs command line used, if applicable ``` sudo s3fs -f -d efast-irad /mnt/efast-irad -o iam_role=auto -o url=http://s3-us-gov-east-1.amazonaws.com -o curldbg ``` #### /etc/fstab entry, if applicable ``` ``` #### s3fs syslog messages (grep s3fs /var/log/syslog, journalctl | grep s3fs, or s3fs outputs) _if you execute s3fs with dbglevel, curldbg option, you can get detail debug messages_ ``` ``` ### Details about issue Connected to s3-us-gov-east-1.amazonaws.com (52.95.166.22) port 80 (#3) > GET /efast-irad/ HTTP/1.1 Host: s3-us-gov-east-1.amazonaws.com User-Agent: s3fs/1.86 (commit hash unknown; OpenSSL) Accept: */* Authorization: AWS4-HMAC-SHA256 Credential=ASIA4KXKQMI5KSRXDOCZ/20200304/us-gov-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date;x-amz-security-token, Signature=3379fe9898064d 7ddea2043826c53cfcd2d1ddbef1fb0a399025e798a5971a5a x-amz-content-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 x-amz-date: 20200304T215328Z x-amz-security-token: FwoDYXdzEGQaDIu9qrSv3asnCkD4uCKhA+8ebhd96lKlXmPb4nIf+VpPL4M7yoYgLBIaW7UHyX68WhTJ5xN6RbaH+XPrrQ0o2/GT/h8Ypyn7kmZVBFnIgxRn2IvRITBd9E4qsMVFjYARKfxA7q6XzNbUMRHbopCNb2nElJyzHV4WNVZ7DbL Ilk3rr75tvfg1EpmTnjD5diRAkbQzc+iP7IaDUbwKiJL0F2D4YZrMhSWUvJ3dPwzG0KmYU0A0PikrpmH4RiqB4cdQNEM7tLUpFPddmrOMjzkfFaaflaROeqw5d8UTV/s2K8o7Rrmbkr1SMAzabZfZb+CB9e0f6uPiSQRyDvbLbcCKg8HMXXcWNMBN4iOif1PlTIKo11VB Ou3OGgOksMvl3xYL67e+cBCluiME/41yVZbjrhPVJMXeTXGN2j4Uhs0JsyhiIJ6G9u55hgpJJcMgJ4xayRZWcP8kwPTgpXYhAHJN08f109ax0YSPbP8i0BfhSAWevJnXffbYTc1F37/dQC3cbxCxml53snXRDQT/UP6objFbeSuwJwX2gbgwwYqDACr3xdpuTWAHInyZl 671gvp/QyiVuoDzBTI1w7uBzdHcH27WO/76XGfAC+KZ32S1ouqvrKIMg16PB1sG29EmfBzLqWe+kp6SNkJ0yFhbRM4= < HTTP/1.1 200 OK < x-amz-id-2: KAcXCf9qTCosYRl/QNBatFxKo3jJK5S8X9L5H+KIUHdWytwwac6+XBvcVxRRiNSOxe9Es9D6t5A= < x-amz-request-id: 2382668488EB6FB5 < Date: Wed, 04 Mar 2020 21:53:29 GMT < x-amz-bucket-region: us-gov-east-1 < Content-Type: application/xml < Transfer-Encoding: chunked < Server: AmazonS3 < * Connection #3 to host s3-us-gov-east-1.amazonaws.com left intact [INF] curl.cpp:RequestPerform(2416): HTTP response code 200
Author
Owner

@Pat-rice commented on GitHub (Mar 16, 2020):

same thing happening to me with s3fs version 1.80-2 and fuse version 2.9.7-1

<!-- gh-comment-id:599474492 --> @Pat-rice commented on GitHub (Mar 16, 2020): same thing happening to me with s3fs version **1.80-2** and fuse version **2.9.7-1**
Author
Owner

@boerescian commented on GitHub (Apr 21, 2020):

I'm facing the same issue with s3fs V1.86. Any tips on how to overcome this?

<!-- gh-comment-id:617318270 --> @boerescian commented on GitHub (Apr 21, 2020): I'm facing the same issue with s3fs V1.86. Any tips on how to overcome this?
Author
Owner

@dfl-erik commented on GitHub (May 4, 2020):

I'm having the same issue with s3fs v1.82 on Ubuntu 18.04

<!-- gh-comment-id:623523420 --> @dfl-erik commented on GitHub (May 4, 2020): I'm having the same issue with s3fs v1.82 on Ubuntu 18.04
Author
Owner

@boerescian commented on GitHub (May 4, 2020):

Well... believe it or not, it worked in the end for me by using the short version of the command (minimum set of parameters):
sudo s3fs bucket_name -o allow_other -o uid=1001 -o gid=1002 -o umask=000 /mount_folder

<!-- gh-comment-id:623662712 --> @boerescian commented on GitHub (May 4, 2020): Well... believe it or not, it worked in the end for me by using the short version of the command (minimum set of parameters): sudo s3fs **bucket_name** -o allow_other -o uid=1001 -o gid=1002 -o umask=000 **/mount_folder**
Author
Owner

@dfl-erik commented on GitHub (May 7, 2020):

Well... believe it or not, it worked in the end for me by using the short version of the command (minimum set of parameters):
sudo s3fs bucket_name -o allow_other -o uid=1001 -o gid=1002 -o umask=000 /mount_folder

That worked for me too and allowed me to mount the S3 bucket, thanks for the info.

<!-- gh-comment-id:625153044 --> @dfl-erik commented on GitHub (May 7, 2020): > Well... believe it or not, it worked in the end for me by using the short version of the command (minimum set of parameters): > sudo s3fs **bucket_name** -o allow_other -o uid=1001 -o gid=1002 -o umask=000 **/mount_folder** That worked for me too and allowed me to mount the S3 bucket, thanks for the info.
Author
Owner

@gaul commented on GitHub (May 7, 2020):

Could you clarify which combination of flags work and do not work?

<!-- gh-comment-id:625283051 --> @gaul commented on GitHub (May 7, 2020): Could you clarify which combination of flags work and do not work?
Author
Owner

@RobQlder commented on GitHub (May 23, 2020):

I have this same problem and haven't been able to shorten the command to get this working. Running as sudo got me a little further but this still hangs. A couple of considerations in my use case that might have an impact

  • my bucket name has dots
  • it is hosted in ap-southeast-2 region
  • is encrypted with KMS customer key

Any suggestions or help is appreciated.

s3fs version = 1.86
Distribution = MacOS 10.15.4
s3fs command = sudo s3fs MY.BUCKET ~/MOUNTPOINT -o passwd_file=.passwd-s3fs -o endpoint=ap-southeast-2 -o use_path_request_style -o url=https://s3-ap-southeast-2.amazonaws.com/ -o use_sse=kmsid:KEYID -o dbglevel=info -f -o curldbg

debug output tail

< HTTP/1.1 200 OK
< x-amz-id-2: N4hmUmhVUHMlQSTR/xqYnO/xExoNlyD1tXPZsffL2mrhDFGbZi8oje4Je2UH2fE8fVHKF+y8nlo=
< x-amz-request-id: 8E4CC7C7CA7D4CDD
< Date: Sat, 23 May 2020 10:22:59 GMT
< x-amz-bucket-region: ap-southeast-2
< Content-Type: application/xml
< Transfer-Encoding: chunked
< Server: AmazonS3
<

  • Connection #0 to host s3-ap-southeast-2.amazonaws.com left intact
    [INF] curl.cpp:RequestPerform(2416): HTTP response code 200
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=R_OK ]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_getattr(876): [path=/]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=R_OK ]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=R_OK ]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_getattr(876): [path=/]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=R_OK ]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK]
    [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=R_OK ]
<!-- gh-comment-id:633022826 --> @RobQlder commented on GitHub (May 23, 2020): I have this same problem and haven't been able to shorten the command to get this working. Running as sudo got me a little further but this still hangs. A couple of considerations in my use case that might have an impact - my bucket name has dots - it is hosted in ap-southeast-2 region - is encrypted with KMS customer key Any suggestions or help is appreciated. s3fs version = 1.86 Distribution = MacOS 10.15.4 s3fs command = sudo s3fs MY.BUCKET ~/MOUNTPOINT -o passwd_file=.passwd-s3fs -o endpoint=ap-southeast-2 -o use_path_request_style -o url=https://s3-ap-southeast-2.amazonaws.com/ -o use_sse=kmsid:KEYID -o dbglevel=info -f -o curldbg debug output tail ---------------- < HTTP/1.1 200 OK < x-amz-id-2: N4hmUmhVUHMlQSTR/xqYnO/xExoNlyD1tXPZsffL2mrhDFGbZi8oje4Je2UH2fE8fVHKF+y8nlo= < x-amz-request-id: 8E4CC7C7CA7D4CDD < Date: Sat, 23 May 2020 10:22:59 GMT < x-amz-bucket-region: ap-southeast-2 < Content-Type: application/xml < Transfer-Encoding: chunked < Server: AmazonS3 < * Connection #0 to host s3-ap-southeast-2.amazonaws.com left intact [INF] curl.cpp:RequestPerform(2416): HTTP response code 200 [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=R_OK ] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_getattr(876): [path=/] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=R_OK ] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=R_OK ] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_getattr(876): [path=/] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=R_OK ] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=F_OK] [INF] s3fs.cpp:s3fs_access(3560): [path=/][mask=R_OK ]
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#669
No description provided.