mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[GH-ISSUE #1123] No error,Not run #593
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#593
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
< 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
<
[INF] curl.cpp:RequestPerform(1940): HTTP response code 200
is over
@hsq5 commented on GitHub (Aug 8, 2019):
remove sudo is OK