[GH-ISSUE #1464] s3fs mout failed #774

Closed
opened 2026-03-04 01:48:39 +03:00 by kerem · 0 comments
Owner

Originally created by @windayski on GitHub (Oct 30, 2020).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1464

s3fs mount failed.

What is the cause?

root@mgt01:~# chmod 600 /root/.s3fs/oss-volume-e32d3510-18ba-11eb-a5bb-525400c368da/credentials; s3fs syncthing /root/test -o passwd_file=/root/.s3fs/oss-volume-e32d3510-18ba-11eb-a5bb-525400c368da/credentials,use_path_request_style,url=http://10.110.68.92:9000 -o allow_other -o umask=0000 -o dbglevel=info -f -o curldbg
[CRT] s3fs.cpp:set_s3fs_log_level(257): change debug level from [CRT] to [INF] 
[INF]     s3fs.cpp:set_mountpoint_attribute(4193): PROC(uid=0, gid=0) - MountPoint(uid=0, gid=0, mode=40755)
[CRT] s3fs.cpp:s3fs_init(3378): init v1.82(commit:unknown) with GnuTLS(gcrypt)
[INF] s3fs.cpp:s3fs_check_service(3754): check services.
[INF]       curl.cpp:CheckBucket(2914): check a bucket.
[INF]       curl.cpp:prepare_url(4205): URL is http://10.110.68.92:9000/syncthing/
[INF]       curl.cpp:prepare_url(4237): URL changed is http://10.110.68.92:9000/syncthing/
[INF]       curl.cpp:insertV4Headers(2267): computing signature [GET] [/] [] []
[INF]       curl.cpp:url_to_host(100): url is http://10.110.68.92:9000
*   Trying 10.110.68.92...
* TCP_NODELAY set
* Connected to 10.110.68.92 (10.110.68.92) port 9000 (#0)
> GET /syncthing/ HTTP/1.1
host: 10.110.68.92:9000
User-Agent: s3fs/1.82 (commit hash unknown; GnuTLS(gcrypt))
Accept: */*
Authorization: AWS4-HMAC-SHA256 Credential=admin/20201028/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6d8afb8f353e6292feb5e8aa515c4af1dee6585367879143e35e01edb0968622
x-amz-content-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date: 20201028T015421Z

< HTTP/1.1 200 OK
< Accept-Ranges: bytes
< Content-Length: 259
< Content-Security-Policy: block-all-mixed-content
< Content-Type: application/xml
< Server: MinIO/RELEASE.2019-12-30T05-45-39Z
< Vary: Origin
< X-Amz-Request-Id: 164205222D8D2371
< X-Xss-Protection: 1; mode=block
< Date: Wed, 28 Oct 2020 01:54:21 GMT
< 
* Connection #0 to host 10.110.68.92 left intact
[INF]       curl.cpp:RequestPerform(1940): HTTP response code 200
[INF] s3fs.cpp:s3fs_getattr(812): [path=/]








[INF] s3fs.cpp:s3fs_getattr(812): [path=/]
[INF] s3fs.cpp:s3fs_getattr(812): [path=/]
[INF] s3fs.cpp:s3fs_getattr(812): [path=/]
[INF] s3fs.cpp:s3fs_getattr(812): [path=/]
[INF] s3fs.cpp:s3fs_access(3461): [path=/][mask=X_OK ]
[INF] s3fs.cpp:s3fs_opendir(2281): [path=/][flags=100352]
[INF] s3fs.cpp:s3fs_readdir(2432): [path=/]
[INF]   s3fs.cpp:list_bucket(2477): [path=/]
[INF]       curl.cpp:ListBucketRequest(2960): [tpath=/]
[INF]       curl.cpp:prepare_url(4205): URL is http://10.110.68.92:9000/syncthing?delimiter=/&max-keys=1000&prefix=
[INF]       curl.cpp:prepare_url(4237): URL changed is http://10.110.68.92:9000/syncthing/?delimiter=/&max-keys=1000&prefix=
[INF]       curl.cpp:insertV4Headers(2267): computing signature [GET] [/] [delimiter=/&max-keys=1000&prefix=] []
[INF]       curl.cpp:url_to_host(100): url is http://10.110.68.92:9000
* Found bundle for host 10.110.68.92: 0x7f5d4414a230 [can pipeline]
* Re-using existing connection! (#0) with host 10.110.68.92
* Connected to 10.110.68.92 (10.110.68.92) port 9000 (#0)
> GET /syncthing/?delimiter=/&max-keys=1000&prefix= HTTP/1.1
host: 10.110.68.92:9000
User-Agent: s3fs/1.82 (commit hash unknown; GnuTLS(gcrypt))
Accept: */*
Authorization: AWS4-HMAC-SHA256 Credential=admin/20201028/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d4c9e10efc0f78d8e559fdd9a47df04a129c799e75c2e7b27718b39adce2e569
x-amz-content-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date: 20201028T015916Z

< HTTP/1.1 200 OK
< Accept-Ranges: bytes
< Content-Length: 371
< Content-Security-Policy: block-all-mixed-content
< Content-Type: application/xml
< Server: MinIO/RELEASE.2019-12-30T05-45-39Z
< Vary: Origin
< X-Amz-Request-Id: 16420566DD3A2233
< X-Xss-Protection: 1; mode=block
< Date: Wed, 28 Oct 2020 01:59:16 GMT
< 
* Connection #0 to host 10.110.68.92 left intact
[INF]       curl.cpp:RequestPerform(1940): HTTP response code 200
[WAN] s3fs.cpp:append_objects_from_xml_ex(2575): contents_xp->nodesetval is empty.
[INF]   s3fs.cpp:readdir_multi_head(2346): [path=/][list=0]
[INF]       curl.cpp:PreHeadRequest(2453): [tpath=/Sync/][bpath=Sync/][save=/Sync/][sseckeypos=-1]
[INF]       curl.cpp:prepare_url(4205): URL is http://10.110.68.92:9000/syncthing/Sync/
[INF]       curl.cpp:prepare_url(4237): URL changed is http://10.110.68.92:9000/syncthing/Sync/
[INF]       curl.cpp:insertV4Headers(2267): computing signature [HEAD] [/Sync/] [] []
[INF]       curl.cpp:url_to_host(100): url is http://10.110.68.92:9000
[INF]       curl.cpp:PreHeadRequest(2453): [tpath=/config/][bpath=config/][save=/config/][sseckeypos=-1]
[INF]       curl.cpp:prepare_url(4205): URL is http://10.110.68.92:9000/syncthing/config/
[INF]       curl.cpp:prepare_url(4237): URL changed is http://10.110.68.92:9000/syncthing/config/
[INF]       curl.cpp:insertV4Headers(2267): computing signature [HEAD] [/config/] [] []
[INF]       curl.cpp:url_to_host(100): url is http://10.110.68.92:9000
[INF]       curl.cpp:Request(3970): [count=2]
* Found bundle for host 10.110.68.92: 0x7f5d4414a230 [can pipeline]
*   Trying 10.110.68.92...
* TCP_NODELAY set
* Re-using existing connection! (#0) with host 10.110.68.92
* Connected to 10.110.68.92 (10.110.68.92) port 9000 (#0)
> HEAD /syncthing/Sync/ HTTP/1.1
host: 10.110.68.92:9000
User-Agent: s3fs/1.82 (commit hash unknown; GnuTLS(gcrypt))
Accept: */*
Authorization: AWS4-HMAC-SHA256 Credential=admin/20201028/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0799894c097c9e51f40889abf279dcdc9834e2ec75f46caf39ed5ece001ea865
x-amz-content-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date: 20201028T015916Z

* Connected to 10.110.68.92 (10.110.68.92) port 9000 (#0)
> HEAD /syncthing/config/ HTTP/1.1
host: 10.110.68.92:9000
User-Agent: s3fs/1.82 (commit hash unknown; GnuTLS(gcrypt))
Accept: */*
Authorization: AWS4-HMAC-SHA256 Credential=admin/20201028/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f10f8bd1599db58d0a9086b7f5f9debb1829d2a3689c22ed851f1d009f719fe8
x-amz-content-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date: 20201028T015916Z

< HTTP/1.1 404 Not Found
< Accept-Ranges: bytes
< Content-Length: 0
< Content-Security-Policy: block-all-mixed-content
< Server: MinIO/RELEASE.2019-12-30T05-45-39Z
< Vary: Origin
< X-Amz-Request-Id: 16420566DDDFFA74
< X-Xss-Protection: 1; mode=block
< Date: Wed, 28 Oct 2020 01:59:16 GMT
< 
* Connection #0 to host 10.110.68.92 left intact
[INF]       curl.cpp:RequestPerform(1962): HTTP response code 404 was returned, returning ENOENT
< HTTP/1.1 404 Not Found
< Accept-Ranges: bytes
< Content-Length: 0
< Content-Security-Policy: block-all-mixed-content
< Server: MinIO/RELEASE.2019-12-30T05-45-39Z
< Vary: Origin
< X-Amz-Request-Id: 16420566DDEC403A
< X-Xss-Protection: 1; mode=block
< Date: Wed, 28 Oct 2020 01:59:16 GMT
< 
* Connection #0 to host 10.110.68.92 left intact
[INF]       curl.cpp:RequestPerform(1962): HTTP response code 404 was returned, returning ENOENT
[ERR] curl.cpp:MultiPerform(3894): thread failed - rc(-2)
[ERR] curl.cpp:MultiPerform(3894): thread failed - rc(-2)
[WAN] s3fs.cpp:readdir_multi_head(2399): error occurred in multi request(errno=-5), but continue...
[INF]     s3fs.cpp:readdir_multi_head(2416): Could not find /Sync file in stat cache.
[INF]     s3fs.cpp:readdir_multi_head(2416): Could not find /config file in stat cache.
[INF] s3fs.cpp:s3fs_getattr(812): [path=/Sync]
[INF]       curl.cpp:HeadRequest(2516): [tpath=/Sync]
[INF]       curl.cpp:PreHeadRequest(2453): [tpath=/Sync][bpath=][save=][sseckeypos=-1]
[INF]       curl.cpp:prepare_url(4205): URL is http://10.110.68.92:9000/syncthing/Sync
[INF]       curl.cpp:prepare_url(4237): URL changed is http://10.110.68.92:9000/syncthing/Sync
[INF]       curl.cpp:insertV4Headers(2267): computing signature [HEAD] [/Sync] [] []
[INF]       curl.cpp:url_to_host(100): url is http://10.110.68.92:9000
* Found bundle for host 10.110.68.92: 0x7f5d4414a230 [can pipeline]
* Re-using existing connection! (#0) with host 10.110.68.92
* Connected to 10.110.68.92 (10.110.68.92) port 9000 (#0)
> HEAD /syncthing/Sync HTTP/1.1
host: 10.110.68.92:9000
User-Agent: s3fs/1.82 (commit hash unknown; GnuTLS(gcrypt))
Accept: */*
Authorization: AWS4-HMAC-SHA256 Credential=admin/20201028/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6384c971c445336f902b9ed3a6588c6fb34a06d0ea2feb4eb6b834122ddda501
x-amz-content-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date: 20201028T015916Z

< HTTP/1.1 404 Not Found
< Accept-Ranges: bytes
< Content-Length: 0
< Content-Security-Policy: block-all-mixed-content
< Server: MinIO/RELEASE.2019-12-30T05-45-39Z
< Vary: Origin
< X-Amz-Request-Id: 16420566DFA2BA03
< X-Xss-Protection: 1; mode=block
< Date: Wed, 28 Oct 2020 01:59:16 GMT
< 
* Connection #0 to host 10.110.68.92 left intact
[INF]       curl.cpp:RequestPerform(1962): HTTP response code 404 was returned, returning ENOENT
[INF]       curl.cpp:HeadRequest(2516): [tpath=/Sync/]
[INF]       curl.cpp:PreHeadRequest(2453): [tpath=/Sync/][bpath=][save=][sseckeypos=-1]
[INF]       curl.cpp:prepare_url(4205): URL is http://10.110.68.92:9000/syncthing/Sync/
[INF]       curl.cpp:prepare_url(4237): URL changed is http://10.110.68.92:9000/syncthing/Sync/
[INF]       curl.cpp:insertV4Headers(2267): computing signature [HEAD] [/Sync/] [] []
[INF]       curl.cpp:url_to_host(100): url is http://10.110.68.92:9000
* Found bundle for host 10.110.68.92: 0x7f5d4414a230 [can pipeline]
* Re-using existing connection! (#0) with host 10.110.68.92
* Connected to 10.110.68.92 (10.110.68.92) port 9000 (#0)
> HEAD /syncthing/Sync/ HTTP/1.1
host: 10.110.68.92:9000
User-Agent: s3fs/1.82 (commit hash unknown; GnuTLS(gcrypt))
Accept: */*
Authorization: AWS4-HMAC-SHA256 Credential=admin/20201028/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0799894c097c9e51f40889abf279dcdc9834e2ec75f46caf39ed5ece001ea865
x-amz-content-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date: 20201028T015916Z

< HTTP/1.1 404 Not Found
< Accept-Ranges: bytes
< Content-Length: 0
< Content-Security-Policy: block-all-mixed-content
< Server: MinIO/RELEASE.2019-12-30T05-45-39Z
< Vary: Origin
< X-Amz-Request-Id: 16420566E008C677
< X-Xss-Protection: 1; mode=block
< Date: Wed, 28 Oct 2020 01:59:16 GMT
< 
* Connection #0 to host 10.110.68.92 left intact
[INF]       curl.cpp:RequestPerform(1962): HTTP response code 404 was returned, returning ENOENT
[INF]       curl.cpp:HeadRequest(2516): [tpath=/Sync_$folder$]
[INF]       curl.cpp:PreHeadRequest(2453): [tpath=/Sync_$folder$][bpath=][save=][sseckeypos=-1]
[INF]       curl.cpp:prepare_url(4205): URL is http://10.110.68.92:9000/syncthing/Sync_%24folder%24
[INF]       curl.cpp:prepare_url(4237): URL changed is http://10.110.68.92:9000/syncthing/Sync_%24folder%24
[INF]       curl.cpp:insertV4Headers(2267): computing signature [HEAD] [/Sync_$folder$] [] []
[INF]       curl.cpp:url_to_host(100): url is http://10.110.68.92:9000
* Found bundle for host 10.110.68.92: 0x7f5d4414a230 [can pipeline]
* Re-using existing connection! (#0) with host 10.110.68.92
* Connected to 10.110.68.92 (10.110.68.92) port 9000 (#0)
> HEAD /syncthing/Sync_%24folder%24 HTTP/1.1
host: 10.110.68.92:9000
User-Agent: s3fs/1.82 (commit hash unknown; GnuTLS(gcrypt))
Accept: */*
Authorization: AWS4-HMAC-SHA256 Credential=admin/20201028/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4faab81b1bd06f5c835f848bcc5794b7e094e400764c55e9d4776b49516775ec
x-amz-content-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date: 20201028T015916Z

< HTTP/1.1 404 Not Found
< Accept-Ranges: bytes
< Content-Length: 0
< Content-Security-Policy: block-all-mixed-content
< Server: MinIO/RELEASE.2019-12-30T05-45-39Z
< Vary: Origin
< X-Amz-Request-Id: 16420566E069CBFA
< X-Xss-Protection: 1; mode=block
< Date: Wed, 28 Oct 2020 01:59:16 GMT
< 
* Connection #0 to host 10.110.68.92 left intact
[INF]       curl.cpp:RequestPerform(1962): HTTP response code 404 was returned, returning ENOENT
[INF]   s3fs.cpp:list_bucket(2477): [path=/Sync]
[INF]       curl.cpp:ListBucketRequest(2960): [tpath=/Sync]
[INF]       curl.cpp:prepare_url(4205): URL is http://10.110.68.92:9000/syncthing?delimiter=/&max-keys=2&prefix=Sync/
[INF]       curl.cpp:prepare_url(4237): URL changed is http://10.110.68.92:9000/syncthing/?delimiter=/&max-keys=2&prefix=Sync/
[INF]       curl.cpp:insertV4Headers(2267): computing signature [GET] [/] [delimiter=/&max-keys=2&prefix=Sync/] []
[INF]       curl.cpp:url_to_host(100): url is http://10.110.68.92:9000
* Found bundle for host 10.110.68.92: 0x7f5d4414a230 [can pipeline]
* Re-using existing connection! (#0) with host 10.110.68.92
* Connected to 10.110.68.92 (10.110.68.92) port 9000 (#0)
> GET /syncthing/?delimiter=/&max-keys=2&prefix=Sync/ HTTP/1.1
host: 10.110.68.92:9000
User-Agent: s3fs/1.82 (commit hash unknown; GnuTLS(gcrypt))
Accept: */*
Authorization: AWS4-HMAC-SHA256 Credential=admin/20201028/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0fcb9456a090049fdb264c09fae46addc3a7521b19179314df8501bf6dad30a5
x-amz-content-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date: 20201028T015916Z

< HTTP/1.1 200 OK
< Accept-Ranges: bytes
< Content-Length: 326
< Content-Security-Policy: block-all-mixed-content
< Content-Type: application/xml
< Server: MinIO/RELEASE.2019-12-30T05-45-39Z
< Vary: Origin
< X-Amz-Request-Id: 16420566E0C9DA30
< X-Xss-Protection: 1; mode=block
< Date: Wed, 28 Oct 2020 01:59:16 GMT
< 
* Connection #0 to host 10.110.68.92 left intact
[INF]       curl.cpp:RequestPerform(1940): HTTP response code 200
[WAN] s3fs.cpp:append_objects_from_xml_ex(2575): contents_xp->nodesetval is empty.
[INF]       cache.cpp:AddStat(356): add stat cache entry[path=/Sync/]
[INF] s3fs.cpp:s3fs_getattr(812): [path=/config]
[INF]       curl.cpp:HeadRequest(2516): [tpath=/config]
[INF]       curl.cpp:PreHeadRequest(2453): [tpath=/config][bpath=][save=][sseckeypos=-1]
[INF]       curl.cpp:prepare_url(4205): URL is http://10.110.68.92:9000/syncthing/config
[INF]       curl.cpp:prepare_url(4237): URL changed is http://10.110.68.92:9000/syncthing/config
[INF]       curl.cpp:insertV4Headers(2267): computing signature [HEAD] [/config] [] []
[INF]       curl.cpp:url_to_host(100): url is http://10.110.68.92:9000
* Found bundle for host 10.110.68.92: 0x7f5d4414a230 [can pipeline]
* Re-using existing connection! (#0) with host 10.110.68.92
* Connected to 10.110.68.92 (10.110.68.92) port 9000 (#0)
> HEAD /syncthing/config HTTP/1.1
host: 10.110.68.92:9000
User-Agent: s3fs/1.82 (commit hash unknown; GnuTLS(gcrypt))
Accept: */*
Authorization: AWS4-HMAC-SHA256 Credential=admin/20201028/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=21da9611f993d3233b3588b7c62ef68efeab1411a5384363de490fd7452a69d3
x-amz-content-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date: 20201028T015916Z

< HTTP/1.1 404 Not Found
< Accept-Ranges: bytes
< Content-Length: 0
< Content-Security-Policy: block-all-mixed-content
< Server: MinIO/RELEASE.2019-12-30T05-45-39Z
< Vary: Origin
< X-Amz-Request-Id: 16420566E15165DF
< X-Xss-Protection: 1; mode=block
< Date: Wed, 28 Oct 2020 01:59:16 GMT
< 
* Connection #0 to host 10.110.68.92 left intact
[INF]       curl.cpp:RequestPerform(1962): HTTP response code 404 was returned, returning ENOENT
[INF]       curl.cpp:HeadRequest(2516): [tpath=/config/]
[INF]       curl.cpp:PreHeadRequest(2453): [tpath=/config/][bpath=][save=][sseckeypos=-1]
[INF]       curl.cpp:prepare_url(4205): URL is http://10.110.68.92:9000/syncthing/config/
[INF]       curl.cpp:prepare_url(4237): URL changed is http://10.110.68.92:9000/syncthing/config/
[INF]       curl.cpp:insertV4Headers(2267): computing signature [HEAD] [/config/] [] []
[INF]       curl.cpp:url_to_host(100): url is http://10.110.68.92:9000
* Found bundle for host 10.110.68.92: 0x7f5d4414a230 [can pipeline]
* Re-using existing connection! (#0) with host 10.110.68.92
* Connected to 10.110.68.92 (10.110.68.92) port 9000 (#0)
> HEAD /syncthing/config/ HTTP/1.1
host: 10.110.68.92:9000
User-Agent: s3fs/1.82 (commit hash unknown; GnuTLS(gcrypt))
Accept: */*
Authorization: AWS4-HMAC-SHA256 Credential=admin/20201028/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f10f8bd1599db58d0a9086b7f5f9debb1829d2a3689c22ed851f1d009f719fe8
x-amz-content-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date: 20201028T015916Z

< HTTP/1.1 404 Not Found
< Accept-Ranges: bytes
< Content-Length: 0
< Content-Security-Policy: block-all-mixed-content
< Server: MinIO/RELEASE.2019-12-30T05-45-39Z
< Vary: Origin
< X-Amz-Request-Id: 16420566E2461736
< X-Xss-Protection: 1; mode=block
< Date: Wed, 28 Oct 2020 01:59:16 GMT
< 
* Connection #0 to host 10.110.68.92 left intact
[INF]       curl.cpp:RequestPerform(1962): HTTP response code 404 was returned, returning ENOENT
[INF]       curl.cpp:HeadRequest(2516): [tpath=/config_$folder$]
[INF]       curl.cpp:PreHeadRequest(2453): [tpath=/config_$folder$][bpath=][save=][sseckeypos=-1]
[INF]       curl.cpp:prepare_url(4205): URL is http://10.110.68.92:9000/syncthing/config_%24folder%24
[INF]       curl.cpp:prepare_url(4237): URL changed is http://10.110.68.92:9000/syncthing/config_%24folder%24
[INF]       curl.cpp:insertV4Headers(2267): computing signature [HEAD] [/config_$folder$] [] []
[INF]       curl.cpp:url_to_host(100): url is http://10.110.68.92:9000
* Found bundle for host 10.110.68.92: 0x7f5d4414a230 [can pipeline]
* Re-using existing connection! (#0) with host 10.110.68.92
* Connected to 10.110.68.92 (10.110.68.92) port 9000 (#0)
> HEAD /syncthing/config_%24folder%24 HTTP/1.1
host: 10.110.68.92:9000
User-Agent: s3fs/1.82 (commit hash unknown; GnuTLS(gcrypt))
Accept: */*
Authorization: AWS4-HMAC-SHA256 Credential=admin/20201028/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=115daf238e7c1a6bcd22b38b5ea9530e8fc7f58b6af2afe94b58b06e512932c0
x-amz-content-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date: 20201028T015916Z

< HTTP/1.1 404 Not Found
< Accept-Ranges: bytes
< Content-Length: 0
< Content-Security-Policy: block-all-mixed-content
< Server: MinIO/RELEASE.2019-12-30T05-45-39Z
< Vary: Origin
< X-Amz-Request-Id: 16420566E2B7EA30
< X-Xss-Protection: 1; mode=block
< Date: Wed, 28 Oct 2020 01:59:16 GMT
< 
* Connection #0 to host 10.110.68.92 left intact
[INF]       curl.cpp:RequestPerform(1962): HTTP response code 404 was returned, returning ENOENT
[INF]   s3fs.cpp:list_bucket(2477): [path=/config]
[INF]       curl.cpp:ListBucketRequest(2960): [tpath=/config]
[INF]       curl.cpp:prepare_url(4205): URL is http://10.110.68.92:9000/syncthing?delimiter=/&max-keys=2&prefix=config/
[INF]       curl.cpp:prepare_url(4237): URL changed is http://10.110.68.92:9000/syncthing/?delimiter=/&max-keys=2&prefix=config/
[INF]       curl.cpp:insertV4Headers(2267): computing signature [GET] [/] [delimiter=/&max-keys=2&prefix=config/] []
[INF]       curl.cpp:url_to_host(100): url is http://10.110.68.92:9000
* Found bundle for host 10.110.68.92: 0x7f5d4414a230 [can pipeline]
* Re-using existing connection! (#0) with host 10.110.68.92
* Connected to 10.110.68.92 (10.110.68.92) port 9000 (#0)
> GET /syncthing/?delimiter=/&max-keys=2&prefix=config/ HTTP/1.1
host: 10.110.68.92:9000
User-Agent: s3fs/1.82 (commit hash unknown; GnuTLS(gcrypt))
Accept: */*
Authorization: AWS4-HMAC-SHA256 Credential=admin/20201028/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ad263ecf3759f6fd1c2888a85af70566bd48b7dfb3ac851fd5415d5dd7cd8095
x-amz-content-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date: 20201028T015916Z

< HTTP/1.1 200 OK
< Accept-Ranges: bytes
< Content-Length: 953
< Content-Security-Policy: block-all-mixed-content
< Content-Type: application/xml
< Server: MinIO/RELEASE.2019-12-30T05-45-39Z
< Vary: Origin
< X-Amz-Request-Id: 16420566E328D417
< X-Xss-Protection: 1; mode=block
< Date: Wed, 28 Oct 2020 01:59:16 GMT
< 
* Connection #0 to host 10.110.68.92 left intact
[INF]       curl.cpp:RequestPerform(1940): HTTP response code 200
[WAN] s3fs.cpp:append_objects_from_xml_ex(2575): contents_xp->nodesetval is empty.
[INF]       cache.cpp:AddStat(356): add stat cache entry[path=/config/]
[INF] s3fs.cpp:s3fs_getattr(812): [path=/

s3fs: 1.82

Originally created by @windayski on GitHub (Oct 30, 2020). Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1464 s3fs mount failed. What is the cause? ``` root@mgt01:~# chmod 600 /root/.s3fs/oss-volume-e32d3510-18ba-11eb-a5bb-525400c368da/credentials; s3fs syncthing /root/test -o passwd_file=/root/.s3fs/oss-volume-e32d3510-18ba-11eb-a5bb-525400c368da/credentials,use_path_request_style,url=http://10.110.68.92:9000 -o allow_other -o umask=0000 -o dbglevel=info -f -o curldbg [CRT] s3fs.cpp:set_s3fs_log_level(257): change debug level from [CRT] to [INF] [INF] s3fs.cpp:set_mountpoint_attribute(4193): PROC(uid=0, gid=0) - MountPoint(uid=0, gid=0, mode=40755) [CRT] s3fs.cpp:s3fs_init(3378): init v1.82(commit:unknown) with GnuTLS(gcrypt) [INF] s3fs.cpp:s3fs_check_service(3754): check services. [INF] curl.cpp:CheckBucket(2914): check a bucket. [INF] curl.cpp:prepare_url(4205): URL is http://10.110.68.92:9000/syncthing/ [INF] curl.cpp:prepare_url(4237): URL changed is http://10.110.68.92:9000/syncthing/ [INF] curl.cpp:insertV4Headers(2267): computing signature [GET] [/] [] [] [INF] curl.cpp:url_to_host(100): url is http://10.110.68.92:9000 * Trying 10.110.68.92... * TCP_NODELAY set * Connected to 10.110.68.92 (10.110.68.92) port 9000 (#0) > GET /syncthing/ HTTP/1.1 host: 10.110.68.92:9000 User-Agent: s3fs/1.82 (commit hash unknown; GnuTLS(gcrypt)) Accept: */* Authorization: AWS4-HMAC-SHA256 Credential=admin/20201028/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6d8afb8f353e6292feb5e8aa515c4af1dee6585367879143e35e01edb0968622 x-amz-content-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 x-amz-date: 20201028T015421Z < HTTP/1.1 200 OK < Accept-Ranges: bytes < Content-Length: 259 < Content-Security-Policy: block-all-mixed-content < Content-Type: application/xml < Server: MinIO/RELEASE.2019-12-30T05-45-39Z < Vary: Origin < X-Amz-Request-Id: 164205222D8D2371 < X-Xss-Protection: 1; mode=block < Date: Wed, 28 Oct 2020 01:54:21 GMT < * Connection #0 to host 10.110.68.92 left intact [INF] curl.cpp:RequestPerform(1940): HTTP response code 200 [INF] s3fs.cpp:s3fs_getattr(812): [path=/] [INF] s3fs.cpp:s3fs_getattr(812): [path=/] [INF] s3fs.cpp:s3fs_getattr(812): [path=/] [INF] s3fs.cpp:s3fs_getattr(812): [path=/] [INF] s3fs.cpp:s3fs_getattr(812): [path=/] [INF] s3fs.cpp:s3fs_access(3461): [path=/][mask=X_OK ] [INF] s3fs.cpp:s3fs_opendir(2281): [path=/][flags=100352] [INF] s3fs.cpp:s3fs_readdir(2432): [path=/] [INF] s3fs.cpp:list_bucket(2477): [path=/] [INF] curl.cpp:ListBucketRequest(2960): [tpath=/] [INF] curl.cpp:prepare_url(4205): URL is http://10.110.68.92:9000/syncthing?delimiter=/&max-keys=1000&prefix= [INF] curl.cpp:prepare_url(4237): URL changed is http://10.110.68.92:9000/syncthing/?delimiter=/&max-keys=1000&prefix= [INF] curl.cpp:insertV4Headers(2267): computing signature [GET] [/] [delimiter=/&max-keys=1000&prefix=] [] [INF] curl.cpp:url_to_host(100): url is http://10.110.68.92:9000 * Found bundle for host 10.110.68.92: 0x7f5d4414a230 [can pipeline] * Re-using existing connection! (#0) with host 10.110.68.92 * Connected to 10.110.68.92 (10.110.68.92) port 9000 (#0) > GET /syncthing/?delimiter=/&max-keys=1000&prefix= HTTP/1.1 host: 10.110.68.92:9000 User-Agent: s3fs/1.82 (commit hash unknown; GnuTLS(gcrypt)) Accept: */* Authorization: AWS4-HMAC-SHA256 Credential=admin/20201028/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d4c9e10efc0f78d8e559fdd9a47df04a129c799e75c2e7b27718b39adce2e569 x-amz-content-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 x-amz-date: 20201028T015916Z < HTTP/1.1 200 OK < Accept-Ranges: bytes < Content-Length: 371 < Content-Security-Policy: block-all-mixed-content < Content-Type: application/xml < Server: MinIO/RELEASE.2019-12-30T05-45-39Z < Vary: Origin < X-Amz-Request-Id: 16420566DD3A2233 < X-Xss-Protection: 1; mode=block < Date: Wed, 28 Oct 2020 01:59:16 GMT < * Connection #0 to host 10.110.68.92 left intact [INF] curl.cpp:RequestPerform(1940): HTTP response code 200 [WAN] s3fs.cpp:append_objects_from_xml_ex(2575): contents_xp->nodesetval is empty. [INF] s3fs.cpp:readdir_multi_head(2346): [path=/][list=0] [INF] curl.cpp:PreHeadRequest(2453): [tpath=/Sync/][bpath=Sync/][save=/Sync/][sseckeypos=-1] [INF] curl.cpp:prepare_url(4205): URL is http://10.110.68.92:9000/syncthing/Sync/ [INF] curl.cpp:prepare_url(4237): URL changed is http://10.110.68.92:9000/syncthing/Sync/ [INF] curl.cpp:insertV4Headers(2267): computing signature [HEAD] [/Sync/] [] [] [INF] curl.cpp:url_to_host(100): url is http://10.110.68.92:9000 [INF] curl.cpp:PreHeadRequest(2453): [tpath=/config/][bpath=config/][save=/config/][sseckeypos=-1] [INF] curl.cpp:prepare_url(4205): URL is http://10.110.68.92:9000/syncthing/config/ [INF] curl.cpp:prepare_url(4237): URL changed is http://10.110.68.92:9000/syncthing/config/ [INF] curl.cpp:insertV4Headers(2267): computing signature [HEAD] [/config/] [] [] [INF] curl.cpp:url_to_host(100): url is http://10.110.68.92:9000 [INF] curl.cpp:Request(3970): [count=2] * Found bundle for host 10.110.68.92: 0x7f5d4414a230 [can pipeline] * Trying 10.110.68.92... * TCP_NODELAY set * Re-using existing connection! (#0) with host 10.110.68.92 * Connected to 10.110.68.92 (10.110.68.92) port 9000 (#0) > HEAD /syncthing/Sync/ HTTP/1.1 host: 10.110.68.92:9000 User-Agent: s3fs/1.82 (commit hash unknown; GnuTLS(gcrypt)) Accept: */* Authorization: AWS4-HMAC-SHA256 Credential=admin/20201028/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0799894c097c9e51f40889abf279dcdc9834e2ec75f46caf39ed5ece001ea865 x-amz-content-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 x-amz-date: 20201028T015916Z * Connected to 10.110.68.92 (10.110.68.92) port 9000 (#0) > HEAD /syncthing/config/ HTTP/1.1 host: 10.110.68.92:9000 User-Agent: s3fs/1.82 (commit hash unknown; GnuTLS(gcrypt)) Accept: */* Authorization: AWS4-HMAC-SHA256 Credential=admin/20201028/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f10f8bd1599db58d0a9086b7f5f9debb1829d2a3689c22ed851f1d009f719fe8 x-amz-content-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 x-amz-date: 20201028T015916Z < HTTP/1.1 404 Not Found < Accept-Ranges: bytes < Content-Length: 0 < Content-Security-Policy: block-all-mixed-content < Server: MinIO/RELEASE.2019-12-30T05-45-39Z < Vary: Origin < X-Amz-Request-Id: 16420566DDDFFA74 < X-Xss-Protection: 1; mode=block < Date: Wed, 28 Oct 2020 01:59:16 GMT < * Connection #0 to host 10.110.68.92 left intact [INF] curl.cpp:RequestPerform(1962): HTTP response code 404 was returned, returning ENOENT < HTTP/1.1 404 Not Found < Accept-Ranges: bytes < Content-Length: 0 < Content-Security-Policy: block-all-mixed-content < Server: MinIO/RELEASE.2019-12-30T05-45-39Z < Vary: Origin < X-Amz-Request-Id: 16420566DDEC403A < X-Xss-Protection: 1; mode=block < Date: Wed, 28 Oct 2020 01:59:16 GMT < * Connection #0 to host 10.110.68.92 left intact [INF] curl.cpp:RequestPerform(1962): HTTP response code 404 was returned, returning ENOENT [ERR] curl.cpp:MultiPerform(3894): thread failed - rc(-2) [ERR] curl.cpp:MultiPerform(3894): thread failed - rc(-2) [WAN] s3fs.cpp:readdir_multi_head(2399): error occurred in multi request(errno=-5), but continue... [INF] s3fs.cpp:readdir_multi_head(2416): Could not find /Sync file in stat cache. [INF] s3fs.cpp:readdir_multi_head(2416): Could not find /config file in stat cache. [INF] s3fs.cpp:s3fs_getattr(812): [path=/Sync] [INF] curl.cpp:HeadRequest(2516): [tpath=/Sync] [INF] curl.cpp:PreHeadRequest(2453): [tpath=/Sync][bpath=][save=][sseckeypos=-1] [INF] curl.cpp:prepare_url(4205): URL is http://10.110.68.92:9000/syncthing/Sync [INF] curl.cpp:prepare_url(4237): URL changed is http://10.110.68.92:9000/syncthing/Sync [INF] curl.cpp:insertV4Headers(2267): computing signature [HEAD] [/Sync] [] [] [INF] curl.cpp:url_to_host(100): url is http://10.110.68.92:9000 * Found bundle for host 10.110.68.92: 0x7f5d4414a230 [can pipeline] * Re-using existing connection! (#0) with host 10.110.68.92 * Connected to 10.110.68.92 (10.110.68.92) port 9000 (#0) > HEAD /syncthing/Sync HTTP/1.1 host: 10.110.68.92:9000 User-Agent: s3fs/1.82 (commit hash unknown; GnuTLS(gcrypt)) Accept: */* Authorization: AWS4-HMAC-SHA256 Credential=admin/20201028/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6384c971c445336f902b9ed3a6588c6fb34a06d0ea2feb4eb6b834122ddda501 x-amz-content-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 x-amz-date: 20201028T015916Z < HTTP/1.1 404 Not Found < Accept-Ranges: bytes < Content-Length: 0 < Content-Security-Policy: block-all-mixed-content < Server: MinIO/RELEASE.2019-12-30T05-45-39Z < Vary: Origin < X-Amz-Request-Id: 16420566DFA2BA03 < X-Xss-Protection: 1; mode=block < Date: Wed, 28 Oct 2020 01:59:16 GMT < * Connection #0 to host 10.110.68.92 left intact [INF] curl.cpp:RequestPerform(1962): HTTP response code 404 was returned, returning ENOENT [INF] curl.cpp:HeadRequest(2516): [tpath=/Sync/] [INF] curl.cpp:PreHeadRequest(2453): [tpath=/Sync/][bpath=][save=][sseckeypos=-1] [INF] curl.cpp:prepare_url(4205): URL is http://10.110.68.92:9000/syncthing/Sync/ [INF] curl.cpp:prepare_url(4237): URL changed is http://10.110.68.92:9000/syncthing/Sync/ [INF] curl.cpp:insertV4Headers(2267): computing signature [HEAD] [/Sync/] [] [] [INF] curl.cpp:url_to_host(100): url is http://10.110.68.92:9000 * Found bundle for host 10.110.68.92: 0x7f5d4414a230 [can pipeline] * Re-using existing connection! (#0) with host 10.110.68.92 * Connected to 10.110.68.92 (10.110.68.92) port 9000 (#0) > HEAD /syncthing/Sync/ HTTP/1.1 host: 10.110.68.92:9000 User-Agent: s3fs/1.82 (commit hash unknown; GnuTLS(gcrypt)) Accept: */* Authorization: AWS4-HMAC-SHA256 Credential=admin/20201028/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0799894c097c9e51f40889abf279dcdc9834e2ec75f46caf39ed5ece001ea865 x-amz-content-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 x-amz-date: 20201028T015916Z < HTTP/1.1 404 Not Found < Accept-Ranges: bytes < Content-Length: 0 < Content-Security-Policy: block-all-mixed-content < Server: MinIO/RELEASE.2019-12-30T05-45-39Z < Vary: Origin < X-Amz-Request-Id: 16420566E008C677 < X-Xss-Protection: 1; mode=block < Date: Wed, 28 Oct 2020 01:59:16 GMT < * Connection #0 to host 10.110.68.92 left intact [INF] curl.cpp:RequestPerform(1962): HTTP response code 404 was returned, returning ENOENT [INF] curl.cpp:HeadRequest(2516): [tpath=/Sync_$folder$] [INF] curl.cpp:PreHeadRequest(2453): [tpath=/Sync_$folder$][bpath=][save=][sseckeypos=-1] [INF] curl.cpp:prepare_url(4205): URL is http://10.110.68.92:9000/syncthing/Sync_%24folder%24 [INF] curl.cpp:prepare_url(4237): URL changed is http://10.110.68.92:9000/syncthing/Sync_%24folder%24 [INF] curl.cpp:insertV4Headers(2267): computing signature [HEAD] [/Sync_$folder$] [] [] [INF] curl.cpp:url_to_host(100): url is http://10.110.68.92:9000 * Found bundle for host 10.110.68.92: 0x7f5d4414a230 [can pipeline] * Re-using existing connection! (#0) with host 10.110.68.92 * Connected to 10.110.68.92 (10.110.68.92) port 9000 (#0) > HEAD /syncthing/Sync_%24folder%24 HTTP/1.1 host: 10.110.68.92:9000 User-Agent: s3fs/1.82 (commit hash unknown; GnuTLS(gcrypt)) Accept: */* Authorization: AWS4-HMAC-SHA256 Credential=admin/20201028/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4faab81b1bd06f5c835f848bcc5794b7e094e400764c55e9d4776b49516775ec x-amz-content-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 x-amz-date: 20201028T015916Z < HTTP/1.1 404 Not Found < Accept-Ranges: bytes < Content-Length: 0 < Content-Security-Policy: block-all-mixed-content < Server: MinIO/RELEASE.2019-12-30T05-45-39Z < Vary: Origin < X-Amz-Request-Id: 16420566E069CBFA < X-Xss-Protection: 1; mode=block < Date: Wed, 28 Oct 2020 01:59:16 GMT < * Connection #0 to host 10.110.68.92 left intact [INF] curl.cpp:RequestPerform(1962): HTTP response code 404 was returned, returning ENOENT [INF] s3fs.cpp:list_bucket(2477): [path=/Sync] [INF] curl.cpp:ListBucketRequest(2960): [tpath=/Sync] [INF] curl.cpp:prepare_url(4205): URL is http://10.110.68.92:9000/syncthing?delimiter=/&max-keys=2&prefix=Sync/ [INF] curl.cpp:prepare_url(4237): URL changed is http://10.110.68.92:9000/syncthing/?delimiter=/&max-keys=2&prefix=Sync/ [INF] curl.cpp:insertV4Headers(2267): computing signature [GET] [/] [delimiter=/&max-keys=2&prefix=Sync/] [] [INF] curl.cpp:url_to_host(100): url is http://10.110.68.92:9000 * Found bundle for host 10.110.68.92: 0x7f5d4414a230 [can pipeline] * Re-using existing connection! (#0) with host 10.110.68.92 * Connected to 10.110.68.92 (10.110.68.92) port 9000 (#0) > GET /syncthing/?delimiter=/&max-keys=2&prefix=Sync/ HTTP/1.1 host: 10.110.68.92:9000 User-Agent: s3fs/1.82 (commit hash unknown; GnuTLS(gcrypt)) Accept: */* Authorization: AWS4-HMAC-SHA256 Credential=admin/20201028/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0fcb9456a090049fdb264c09fae46addc3a7521b19179314df8501bf6dad30a5 x-amz-content-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 x-amz-date: 20201028T015916Z < HTTP/1.1 200 OK < Accept-Ranges: bytes < Content-Length: 326 < Content-Security-Policy: block-all-mixed-content < Content-Type: application/xml < Server: MinIO/RELEASE.2019-12-30T05-45-39Z < Vary: Origin < X-Amz-Request-Id: 16420566E0C9DA30 < X-Xss-Protection: 1; mode=block < Date: Wed, 28 Oct 2020 01:59:16 GMT < * Connection #0 to host 10.110.68.92 left intact [INF] curl.cpp:RequestPerform(1940): HTTP response code 200 [WAN] s3fs.cpp:append_objects_from_xml_ex(2575): contents_xp->nodesetval is empty. [INF] cache.cpp:AddStat(356): add stat cache entry[path=/Sync/] [INF] s3fs.cpp:s3fs_getattr(812): [path=/config] [INF] curl.cpp:HeadRequest(2516): [tpath=/config] [INF] curl.cpp:PreHeadRequest(2453): [tpath=/config][bpath=][save=][sseckeypos=-1] [INF] curl.cpp:prepare_url(4205): URL is http://10.110.68.92:9000/syncthing/config [INF] curl.cpp:prepare_url(4237): URL changed is http://10.110.68.92:9000/syncthing/config [INF] curl.cpp:insertV4Headers(2267): computing signature [HEAD] [/config] [] [] [INF] curl.cpp:url_to_host(100): url is http://10.110.68.92:9000 * Found bundle for host 10.110.68.92: 0x7f5d4414a230 [can pipeline] * Re-using existing connection! (#0) with host 10.110.68.92 * Connected to 10.110.68.92 (10.110.68.92) port 9000 (#0) > HEAD /syncthing/config HTTP/1.1 host: 10.110.68.92:9000 User-Agent: s3fs/1.82 (commit hash unknown; GnuTLS(gcrypt)) Accept: */* Authorization: AWS4-HMAC-SHA256 Credential=admin/20201028/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=21da9611f993d3233b3588b7c62ef68efeab1411a5384363de490fd7452a69d3 x-amz-content-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 x-amz-date: 20201028T015916Z < HTTP/1.1 404 Not Found < Accept-Ranges: bytes < Content-Length: 0 < Content-Security-Policy: block-all-mixed-content < Server: MinIO/RELEASE.2019-12-30T05-45-39Z < Vary: Origin < X-Amz-Request-Id: 16420566E15165DF < X-Xss-Protection: 1; mode=block < Date: Wed, 28 Oct 2020 01:59:16 GMT < * Connection #0 to host 10.110.68.92 left intact [INF] curl.cpp:RequestPerform(1962): HTTP response code 404 was returned, returning ENOENT [INF] curl.cpp:HeadRequest(2516): [tpath=/config/] [INF] curl.cpp:PreHeadRequest(2453): [tpath=/config/][bpath=][save=][sseckeypos=-1] [INF] curl.cpp:prepare_url(4205): URL is http://10.110.68.92:9000/syncthing/config/ [INF] curl.cpp:prepare_url(4237): URL changed is http://10.110.68.92:9000/syncthing/config/ [INF] curl.cpp:insertV4Headers(2267): computing signature [HEAD] [/config/] [] [] [INF] curl.cpp:url_to_host(100): url is http://10.110.68.92:9000 * Found bundle for host 10.110.68.92: 0x7f5d4414a230 [can pipeline] * Re-using existing connection! (#0) with host 10.110.68.92 * Connected to 10.110.68.92 (10.110.68.92) port 9000 (#0) > HEAD /syncthing/config/ HTTP/1.1 host: 10.110.68.92:9000 User-Agent: s3fs/1.82 (commit hash unknown; GnuTLS(gcrypt)) Accept: */* Authorization: AWS4-HMAC-SHA256 Credential=admin/20201028/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f10f8bd1599db58d0a9086b7f5f9debb1829d2a3689c22ed851f1d009f719fe8 x-amz-content-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 x-amz-date: 20201028T015916Z < HTTP/1.1 404 Not Found < Accept-Ranges: bytes < Content-Length: 0 < Content-Security-Policy: block-all-mixed-content < Server: MinIO/RELEASE.2019-12-30T05-45-39Z < Vary: Origin < X-Amz-Request-Id: 16420566E2461736 < X-Xss-Protection: 1; mode=block < Date: Wed, 28 Oct 2020 01:59:16 GMT < * Connection #0 to host 10.110.68.92 left intact [INF] curl.cpp:RequestPerform(1962): HTTP response code 404 was returned, returning ENOENT [INF] curl.cpp:HeadRequest(2516): [tpath=/config_$folder$] [INF] curl.cpp:PreHeadRequest(2453): [tpath=/config_$folder$][bpath=][save=][sseckeypos=-1] [INF] curl.cpp:prepare_url(4205): URL is http://10.110.68.92:9000/syncthing/config_%24folder%24 [INF] curl.cpp:prepare_url(4237): URL changed is http://10.110.68.92:9000/syncthing/config_%24folder%24 [INF] curl.cpp:insertV4Headers(2267): computing signature [HEAD] [/config_$folder$] [] [] [INF] curl.cpp:url_to_host(100): url is http://10.110.68.92:9000 * Found bundle for host 10.110.68.92: 0x7f5d4414a230 [can pipeline] * Re-using existing connection! (#0) with host 10.110.68.92 * Connected to 10.110.68.92 (10.110.68.92) port 9000 (#0) > HEAD /syncthing/config_%24folder%24 HTTP/1.1 host: 10.110.68.92:9000 User-Agent: s3fs/1.82 (commit hash unknown; GnuTLS(gcrypt)) Accept: */* Authorization: AWS4-HMAC-SHA256 Credential=admin/20201028/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=115daf238e7c1a6bcd22b38b5ea9530e8fc7f58b6af2afe94b58b06e512932c0 x-amz-content-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 x-amz-date: 20201028T015916Z < HTTP/1.1 404 Not Found < Accept-Ranges: bytes < Content-Length: 0 < Content-Security-Policy: block-all-mixed-content < Server: MinIO/RELEASE.2019-12-30T05-45-39Z < Vary: Origin < X-Amz-Request-Id: 16420566E2B7EA30 < X-Xss-Protection: 1; mode=block < Date: Wed, 28 Oct 2020 01:59:16 GMT < * Connection #0 to host 10.110.68.92 left intact [INF] curl.cpp:RequestPerform(1962): HTTP response code 404 was returned, returning ENOENT [INF] s3fs.cpp:list_bucket(2477): [path=/config] [INF] curl.cpp:ListBucketRequest(2960): [tpath=/config] [INF] curl.cpp:prepare_url(4205): URL is http://10.110.68.92:9000/syncthing?delimiter=/&max-keys=2&prefix=config/ [INF] curl.cpp:prepare_url(4237): URL changed is http://10.110.68.92:9000/syncthing/?delimiter=/&max-keys=2&prefix=config/ [INF] curl.cpp:insertV4Headers(2267): computing signature [GET] [/] [delimiter=/&max-keys=2&prefix=config/] [] [INF] curl.cpp:url_to_host(100): url is http://10.110.68.92:9000 * Found bundle for host 10.110.68.92: 0x7f5d4414a230 [can pipeline] * Re-using existing connection! (#0) with host 10.110.68.92 * Connected to 10.110.68.92 (10.110.68.92) port 9000 (#0) > GET /syncthing/?delimiter=/&max-keys=2&prefix=config/ HTTP/1.1 host: 10.110.68.92:9000 User-Agent: s3fs/1.82 (commit hash unknown; GnuTLS(gcrypt)) Accept: */* Authorization: AWS4-HMAC-SHA256 Credential=admin/20201028/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ad263ecf3759f6fd1c2888a85af70566bd48b7dfb3ac851fd5415d5dd7cd8095 x-amz-content-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 x-amz-date: 20201028T015916Z < HTTP/1.1 200 OK < Accept-Ranges: bytes < Content-Length: 953 < Content-Security-Policy: block-all-mixed-content < Content-Type: application/xml < Server: MinIO/RELEASE.2019-12-30T05-45-39Z < Vary: Origin < X-Amz-Request-Id: 16420566E328D417 < X-Xss-Protection: 1; mode=block < Date: Wed, 28 Oct 2020 01:59:16 GMT < * Connection #0 to host 10.110.68.92 left intact [INF] curl.cpp:RequestPerform(1940): HTTP response code 200 [WAN] s3fs.cpp:append_objects_from_xml_ex(2575): contents_xp->nodesetval is empty. [INF] cache.cpp:AddStat(356): add stat cache entry[path=/config/] [INF] s3fs.cpp:s3fs_getattr(812): [path=/ ``` s3fs: 1.82
kerem closed this issue 2026-03-04 01:48:39 +03:00
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#774
No description provided.