ovh / svfs

The Swift Virtual File System
Other
374 stars 54 forks source link

installation on ubuntu 10.04 won't work #149

Open jeffallen opened 7 years ago

jeffallen commented 7 years ago

The .debs distributed depend on package fuse and ruby. Package fuse is not available, only fuse-utils.

If I put things on manually and try to run it, I get this from ruby:

/sbin/mount.svfs:73: undefined method `select!' for # (NoMethodError) root@uf5:/usr/local/bin# dpkg -l|grep ruby ii libruby1.8 1.8.7.249-2ubuntu0.3 Libraries necessary to run Ruby 1.8 ii ruby 4.2 An interpreter of object-oriented scripting ii ruby1.8 1.8.7.249-2ubuntu0.3 Interpreter of object-oriented scripting lan

In order to be more backwards compatible, it would be helpful if the ruby was written for 1.8, and also that the DEB dependency was on fuse-utils, not fuse. (But I haven't tested that yet to be sure.)

jeffallen commented 7 years ago

Just confirmed: changing select! to each makes mount.svfs work, and then svfs can be mounted as expected.

So the only dependency is on fuse-utils.

alekssskirov commented 6 years ago

/sbin/mount.svfs:73: undefined method `select! ' для #Array: 0x721b407b2578 (NoMethodError)

You solved the problem?