mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #1380] S3fs update from 1.79 to 1.85 doesnt work via Terminal. #737
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#737
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 @PhilipHoernschemeyer on GitHub (Aug 28, 2020).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1380
Additional Information
I want to update to Version 1.85 minimum. Now I have Version 1.79.
I have a Linux Ubuntu Aws machine. If i run sudo apt-get install s3fs for example, ubuntu tells me, that 1.79 is the newest version.
Its LTS 16.04. How can I update easily from 1.79 to 1.85 ? I want to update the package and dont want to install a new s3fs via git.
Is there a solution?
Version of s3fs being used (s3fs --version)
1.79
Version of fuse being used (pkg-config --modversion fuse, rpm -qi fuse, dpkg -s fuse)
Kernel information (uname -r)
command result: uname -r
GNU/Linux Distribution, if applicable (cat /etc/os-release)
NAME="Ubuntu"
VERSION="16.04.6 LTS (Xenial Xerus)"
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)
if you execute s3fs with dbglevel, curldbg option, you can get detail debug messages
Details about issue
@gaul commented on GitHub (Aug 28, 2020):
Legacy versions of Ubuntu do not upgrade all packages:
https://packages.ubuntu.com/search?keywords=s3fs&searchon=names
I recommend upgrading your distribution or you can compile from source:
https://github.com/s3fs-fuse/s3fs-fuse/blob/master/COMPILATION.md