[GH-ISSUE #2100] latest version for aarch64 is s3fs-fuse-1.85-1.el7.aarch64 #1066

Closed
opened 2026-03-04 01:51:06 +03:00 by kerem · 2 comments
Owner

Originally created by @barabo on GitHub (Jan 29, 2023).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2100

Additional Information

Version of s3fs being used (s3fs --version)

s3fs --version
Amazon Simple Storage Service File System V1.85(commit:unknown) with OpenSSL

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

fuse-2.9.2-11.amzn2.aarch64

Kernel information (uname -r)

5.10.162-141.675.amzn2.aarch64

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

cat /etc/os-release
NAME="Amazon Linux"
VERSION="2"
ID="amzn"
ID_LIKE="centos rhel fedora"
VERSION_ID="2"
PRETTY_NAME="Amazon Linux 2"
ANSI_COLOR="0;33"
CPE_NAME="cpe:2.3:o:amazon:amazon_linux:2"
HOME_URL="https://amazonlinux.com/"

How to run s3fs, if applicable

# /etc/fstab
repo /www fuse.s3fs _netdev,allow_other,use_path_request_style,url=https://REDACTED.r2.cloudflarestorage.com,dbglevel=warn,nomixupload,use_cache=/cache,notsup_compat_dir,max_stat_cache_size=1000000,stat_cache_expire=3600,ensure_diskfree=500 0 0

s3fs syslog messages (grep s3fs /var/log/syslog, journalctl | grep s3fs, or s3fs outputs)

Jan 29 04:17:05 ip-172-31-15-38 s3fs[31517]: init v1.85(commit:unknown) with OpenSSL
Jan 29 04:17:06 ip-172-31-15-38 s3fs[31534]: s3fs.cpp:set_s3fs_log_level(296): change debug level from [CRT] to [WAN]

Details about issue

I would like to use the nomixupload option on a graviton instance, but I can't seem to upgrade the s3fs-fuse package to the latest 1.91.

Originally created by @barabo on GitHub (Jan 29, 2023). Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2100 <!-- -------------------------------------------------------------------------- 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. --------------------------------------------------------------------------- --> ### Additional Information #### Version of s3fs being used (`s3fs --version`) <!-- example: V1.91 (commit:b19262a) --> ``` s3fs --version Amazon Simple Storage Service File System V1.85(commit:unknown) with OpenSSL ``` #### Version of fuse being used (`pkg-config --modversion fuse`, `rpm -qi fuse` or `dpkg -s fuse`) <!-- example: 2.9.2 --> `fuse-2.9.2-11.amzn2.aarch64` #### Kernel information (`uname -r`) <!-- example: 5.10.96-90.460.amzn2.x86_64 --> `5.10.162-141.675.amzn2.aarch64` #### GNU/Linux Distribution, if applicable (`cat /etc/os-release`) <!-- command result --> ``` cat /etc/os-release NAME="Amazon Linux" VERSION="2" ID="amzn" ID_LIKE="centos rhel fedora" VERSION_ID="2" PRETTY_NAME="Amazon Linux 2" ANSI_COLOR="0;33" CPE_NAME="cpe:2.3:o:amazon:amazon_linux:2" HOME_URL="https://amazonlinux.com/" ``` #### How to run s3fs, if applicable ``` # /etc/fstab repo /www fuse.s3fs _netdev,allow_other,use_path_request_style,url=https://REDACTED.r2.cloudflarestorage.com,dbglevel=warn,nomixupload,use_cache=/cache,notsup_compat_dir,max_stat_cache_size=1000000,stat_cache_expire=3600,ensure_diskfree=500 0 0 ``` #### 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. --> ``` Jan 29 04:17:05 ip-172-31-15-38 s3fs[31517]: init v1.85(commit:unknown) with OpenSSL Jan 29 04:17:06 ip-172-31-15-38 s3fs[31534]: s3fs.cpp:set_s3fs_log_level(296): change debug level from [CRT] to [WAN] ``` ### Details about issue I would like to use the `nomixupload` option on a graviton instance, but I can't seem to upgrade the s3fs-fuse package to the latest `1.91`.
kerem closed this issue 2026-03-04 01:51:06 +03:00
Author
Owner

@gaul commented on GitHub (Jan 29, 2023):

Which distribution is this? If it is Amazon Linux you should ask them to update their package. Otherwise you have to compile your own.

<!-- gh-comment-id:1407563859 --> @gaul commented on GitHub (Jan 29, 2023): Which distribution is this? If it is Amazon Linux you should ask them to update their package. Otherwise you have to compile your own.
Author
Owner

@barabo commented on GitHub (Jan 29, 2023):

I was able to compile and install the latest version from source like this:

yum install -y git automake gcc-c++ {fuse,curl,libxml2,openssl}-devel
git clone --depth 1 --branch v1.91 https://github.com/s3fs-fuse/s3fs-fuse.git
cd s3fs-fuse
./autogen.sh
./configure
make
make install
<!-- gh-comment-id:1407564123 --> @barabo commented on GitHub (Jan 29, 2023): I was able to compile and install the latest version from source like this: ``` yum install -y git automake gcc-c++ {fuse,curl,libxml2,openssl}-devel git clone --depth 1 --branch v1.91 https://github.com/s3fs-fuse/s3fs-fuse.git cd s3fs-fuse ./autogen.sh ./configure make make install ```
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#1066
No description provided.