mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 21:35:58 +03:00
[GH-ISSUE #1968] 1.90 on Ubuntu 22.04 fails to mount. 1.89 is fine #995
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#995
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 @kylegordon on GitHub (Jun 24, 2022).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1968
Version of s3fs being used (s3fs --version)
version: 1.90 (from Ubuntu 22.04 package repo)
Version of fuse being used (pkg-config --modversion fuse, rpm -qi fuse, dpkg -s fuse)
Version: 2.9.9-5ubuntu2
Kernel information (uname -r)
5.15.0-37-generic
GNU/Linux Distribution, if applicable (cat /etc/os-release)
PRETTY_NAME="Ubuntu 22.04 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
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"
UBUNTU_CODENAME=jammy
s3fs command line used, if applicable
/etc/fstab entry, if applicable
s3fs syslog messages (grep s3fs /var/log/syslog, journalctl | grep s3fs, or s3fs outputs)
Details about issue
When using s3fs 1.90 from Ubuntu 22.04 it fails as above, yet the same AWS access keys work just fine for AWS CLI. It even fails and exits with code 0 (!)
Downgrading to 1.89 from the Ubuntu 21.10 repository results in s3fs working as expected again.
@gaul commented on GitHub (Sep 8, 2023):
Please test with the latest version 1.93.
@odinxux commented on GitHub (Nov 5, 2023):
same problem
some buckets mount ok other failed
odin-ThinkPad-X1-Carbon-6th# 2023-11-05T11:01:20.862934+02:00 odin-ThinkPad-X1-Carbon-6th s3fs[20305]: s3fs version 1.90(unknown) : s3fs -o rw,nosuid,allow_other,use_path_request_style,url=https://s3.amazonaws.com,umask=000,dev curvetechai-global /mnt/global 2023-11-05T11:01:20.866015+02:00 odin-ThinkPad-X1-Carbon-6th s3fs[20305]: Loaded mime information from /etc/mime.types 2023-11-05T11:01:20.869221+02:00 odin-ThinkPad-X1-Carbon-6th s3fs[20306]: init v1.90(commit:unknown) with GnuTLS(gcrypt) 2023-11-05T11:01:22.144250+02:00 odin-ThinkPad-X1-Carbon-6th systemd[1]: mnt-global.mount: Deactivated successfully.also version 1.93 not available on Ubuntu