[GH-ISSUE #1123] No error,Not run #593

Closed
opened 2026-03-04 01:47:02 +03:00 by kerem · 1 comment
Owner

Originally created by @hsq5 on GitHub (Aug 7, 2019).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1123

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)

_example: 1.8.2

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

_example: 2.9.7

Kernel information (uname -r)

command result: uname -r
4.15.0-1044-aws

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

command result: cat /etc/os-release
NAME="Ubuntu"
VERSION="18.04.3 LTS (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.3 LTS"
VERSION_ID="18.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic

s3fs command line used, if applicable

sudo s3fs hpicss-ftp /home/ftp/ftp.hpicss/ftp -o use_cache=/tmp/ -o passwd_file=${HOME}/.passwd-s3fs -o url=http://s3.cn-north-1.amazonaws.com.cn -o endpoint=cn-north-1 -o dbglevel=info -f -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

s3fs[1576]: Libgcrypt warning: missing initialization - please fix the application

Details about issue

[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=40777)
[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://s3.cn-north-1.amazonaws.com.cn/hpicss-ftp/
[INF] curl.cpp:prepare_url(4237): URL changed is http://hpicss-ftp.s3.cn-north-1.amazonaws.com.cn/
[INF] curl.cpp:insertV4Headers(2267): computing signature [GET] [/] [] []
[INF] curl.cpp:url_to_host(100): url is http://s3.cn-north-1.amazonaws.com.cn

  • Trying 54.222.50.126...
  • TCP_NODELAY set
  • Connected to hpicss-ftp.s3.cn-north-1.amazonaws.com.cn (54.222.50.126) port 80 (#0)

GET / HTTP/1.1
host: hpicss-ftp.s3.cn-north-1.amazonaws.com.cn
User-Agent: s3fs/1.82 (commit hash unknown; GnuTLS(gcrypt))
Accept: /
Authorization: AWS4-HMAC-SHA256 Credential=AKIAWP7WAMP35ZFWDKPU/20190807/cn-north-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=413ccb56b7444c30c3427a479149e7b4c354eabce88f70410bc1ffa9a3c6456b
x-amz-content-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date: 20190807T100719Z

< HTTP/1.1 200 OK
< x-amz-id-2: H83wv3VpLhJt4k8NBWNEqGbFV6EVRp37nMq2hErf9sLuejYh1UQO5knPBUS4HPWZKop7rKtIvfI=
< x-amz-request-id: 382D27D57CE38C6C
< Date: Wed, 07 Aug 2019 10:07:20 GMT
< x-amz-bucket-region: cn-north-1
< Content-Type: application/xml
< Transfer-Encoding: chunked
< Server: AmazonS3
<

  • Connection #0 to host hpicss-ftp.s3.cn-north-1.amazonaws.com.cn left intact
    [INF] curl.cpp:RequestPerform(1940): HTTP response code 200

is over

Originally created by @hsq5 on GitHub (Aug 7, 2019). Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1123 ### 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) _example: 1.8.2 #### Version of fuse being used (pkg-config --modversion fuse, rpm -qi fuse, dpkg -s fuse) _example: 2.9.7 #### Kernel information (uname -r) _command result: uname -r_ 4.15.0-1044-aws #### GNU/Linux Distribution, if applicable (cat /etc/os-release) _command result: cat /etc/os-release_ NAME="Ubuntu" VERSION="18.04.3 LTS (Bionic Beaver)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 18.04.3 LTS" VERSION_ID="18.04" HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" VERSION_CODENAME=bionic UBUNTU_CODENAME=bionic #### s3fs command line used, if applicable sudo s3fs hpicss-ftp /home/ftp/ftp.hpicss/ftp -o use_cache=/tmp/ -o passwd_file=${HOME}/.passwd-s3fs -o url=http://s3.cn-north-1.amazonaws.com.cn -o endpoint=cn-north-1 -o dbglevel=info -f -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_ s3fs[1576]: Libgcrypt warning: missing initialization - please fix the application ### Details about issue [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=40777) [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://s3.cn-north-1.amazonaws.com.cn/hpicss-ftp/ [INF] curl.cpp:prepare_url(4237): URL changed is http://hpicss-ftp.s3.cn-north-1.amazonaws.com.cn/ [INF] curl.cpp:insertV4Headers(2267): computing signature [GET] [/] [] [] [INF] curl.cpp:url_to_host(100): url is http://s3.cn-north-1.amazonaws.com.cn * Trying 54.222.50.126... * TCP_NODELAY set * Connected to hpicss-ftp.s3.cn-north-1.amazonaws.com.cn (54.222.50.126) port 80 (#0) > GET / HTTP/1.1 host: hpicss-ftp.s3.cn-north-1.amazonaws.com.cn User-Agent: s3fs/1.82 (commit hash unknown; GnuTLS(gcrypt)) Accept: */* Authorization: AWS4-HMAC-SHA256 Credential=AKIAWP7WAMP35ZFWDKPU/20190807/cn-north-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=413ccb56b7444c30c3427a479149e7b4c354eabce88f70410bc1ffa9a3c6456b x-amz-content-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 x-amz-date: 20190807T100719Z < HTTP/1.1 200 OK < x-amz-id-2: H83wv3VpLhJt4k8NBWNEqGbFV6EVRp37nMq2hErf9sLuejYh1UQO5knPBUS4HPWZKop7rKtIvfI= < x-amz-request-id: 382D27D57CE38C6C < Date: Wed, 07 Aug 2019 10:07:20 GMT < x-amz-bucket-region: cn-north-1 < Content-Type: application/xml < Transfer-Encoding: chunked < Server: AmazonS3 < * Connection #0 to host hpicss-ftp.s3.cn-north-1.amazonaws.com.cn left intact [INF] curl.cpp:RequestPerform(1940): HTTP response code 200 is over
kerem closed this issue 2026-03-04 01:47:02 +03:00
Author
Owner

@hsq5 commented on GitHub (Aug 8, 2019):

remove sudo is OK

<!-- gh-comment-id:519361045 --> @hsq5 commented on GitHub (Aug 8, 2019): remove sudo is 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#593
No description provided.