[GH-ISSUE #1043] Tries to connet google bucket on ipv6 but for AWS on ipv4 #572

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

Originally created by @akashjajoo on GitHub (Jun 18, 2019).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1043

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)

V1.85

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

2.9.2

Kernel information (uname -r)

3.10.0-514.el7.x86_64

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

NAME="Red Hat Enterprise Linux Server"
VERSION="7.3 (Maipo)"
ID="rhel"
ID_LIKE="fedora"
VERSION_ID="7.3"
PRETTY_NAME="Red Hat Enterprise Linux Server 7.3 (Maipo)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:redhat:enterprise_linux:7.3:GA:server"
HOME_URL="https://www.redhat.com/"
BUG_REPORT_URL="https://bugzilla.redhat.com/"

REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 7"
REDHAT_BUGZILLA_PRODUCT_VERSION=7.3
REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux"
REDHAT_SUPPORT_PRODUCT_VERSION="7.3"

s3fs command line used, if applicable

s3fs /gBucket -o curldbg -o url=https://storage.googleapis.com -o bucket=akashbucket -o sigv2
using passwd file placed at default location

#### /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_

Jun 18 15:20:57 newwinvm01 s3fs[15869]: * About to connect() to akashbucket.storage.googleapis.com port 443 (#4)
Jun 18 15:20:57 newwinvm01 s3fs[15869]: *   Trying 2404:6800:4009:80c::2010...
Jun 18 15:21:58 newwinvm01 s3fs[15869]: * Callback aborted
Jun 18 15:21:58 newwinvm01 s3fs[15869]: * Callback aborted
Jun 18 15:21:58 newwinvm01 s3fs[15869]: * Closing connection 4
Jun 18 15:22:02 newwinvm01 s3fs[15869]: s3fs.cpp:s3fs_check_service(3874): unable to connect(host=https://storage.googleapis.com) - result of checking service.

### Details about issue
I am not able to ping -6 akashbucket.storage.googleapis.com, however, ping akashbucket.storage.googleapis.com works.
mounting with AWS works, it connects on ipv4, but not with google.
Originally created by @akashjajoo on GitHub (Jun 18, 2019). Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1043 ### 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) V1.85 #### Version of fuse being used (pkg-config --modversion fuse, rpm -qi fuse, dpkg -s fuse) 2.9.2 #### Kernel information (uname -r) 3.10.0-514.el7.x86_64 #### GNU/Linux Distribution, if applicable (cat /etc/os-release) NAME="Red Hat Enterprise Linux Server" VERSION="7.3 (Maipo)" ID="rhel" ID_LIKE="fedora" VERSION_ID="7.3" PRETTY_NAME="Red Hat Enterprise Linux Server 7.3 (Maipo)" ANSI_COLOR="0;31" CPE_NAME="cpe:/o:redhat:enterprise_linux:7.3:GA:server" HOME_URL="https://www.redhat.com/" BUG_REPORT_URL="https://bugzilla.redhat.com/" REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 7" REDHAT_BUGZILLA_PRODUCT_VERSION=7.3 REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" REDHAT_SUPPORT_PRODUCT_VERSION="7.3" #### s3fs command line used, if applicable s3fs /gBucket -o curldbg -o url=https://storage.googleapis.com -o bucket=akashbucket -o sigv2 using passwd file placed at default location ``` #### /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_ Jun 18 15:20:57 newwinvm01 s3fs[15869]: * About to connect() to akashbucket.storage.googleapis.com port 443 (#4) Jun 18 15:20:57 newwinvm01 s3fs[15869]: * Trying 2404:6800:4009:80c::2010... Jun 18 15:21:58 newwinvm01 s3fs[15869]: * Callback aborted Jun 18 15:21:58 newwinvm01 s3fs[15869]: * Callback aborted Jun 18 15:21:58 newwinvm01 s3fs[15869]: * Closing connection 4 Jun 18 15:22:02 newwinvm01 s3fs[15869]: s3fs.cpp:s3fs_check_service(3874): unable to connect(host=https://storage.googleapis.com) - result of checking service. ### Details about issue I am not able to ping -6 akashbucket.storage.googleapis.com, however, ping akashbucket.storage.googleapis.com works. mounting with AWS works, it connects on ipv4, but not with google.
kerem closed this issue 2026-03-04 01:46:51 +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#572
No description provided.