derrickchoi / s3fs

Automatically exported from code.google.com/p/s3fs
GNU General Public License v2.0
0 stars 0 forks source link

New versions unavailable under ec2 images #169

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Detailed description of support request:

We are using the Basic 32-bit Amazon Linux AMI (AMI Id: ami-76f0061f) and 
attempting to use s3fs. We can only use old versions as amazon only release 
fuse 2.7.4 for this image.

[root@builds src]# /usr/local/bin/s3fs --version
Amazon Simple Storage Service File System 1.16
Copyright (C) 2010 Randy Rizun <rrizun@gmail.com>
License GPL2: GNU GPL version 2 <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
[root@builds src]# pkg-config --modversion fuse
2.7.4
[root@builds src]# uname -a
Linux builds.dyndns-office.com 2.6.34.7-56.40.amzn1.i686 #1 SMP Fri Oct 22 
18:48:33 UTC 2010 i686 i686 i386 GNU/Linux
[root@builds src]# cat /etc/issue
Amazon Linux AMI release 1 (beta)
Kernel \r on an \m

[root@builds src]# yum install fuse.i386 fuse-devel.i386 fuse-libs.i386
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
amzn                                                                            

                                                       | 2.1 kB     00:00     
Setting up Install Process
Package fuse-2.7.4-8.5.amzn1.i386 already installed and latest version
Package fuse-devel-2.7.4-8.5.amzn1.i386 already installed and latest version
Package fuse-libs-2.7.4-8.5.amzn1.i386 already installed and latest version
Nothing to do

Original issue reported on code.google.com by simon.ne...@gmail.com on 9 Mar 2011 at 10:05

GoogleCodeExporter commented 8 years ago
You have three options:

   - use a different AMI image e.g. the Ubuntu 10.10 AMI's have the newer fuse installed
   - get the maintainer of the AMI image to install the newer fuse
   - install the newer fuse yourself (be sure to either remove the old version of fuse or configure your OS install to ignore the older version)

Original comment by dmoore4...@gmail.com on 9 Mar 2011 at 2:01