Skip to content
This repository has been archived by the owner on Feb 26, 2020. It is now read-only.

installation on ubuntu 10.04 won't work #149

Open
jeffallen opened this issue Aug 29, 2017 · 2 comments
Open

installation on ubuntu 10.04 won't work #149

jeffallen opened this issue Aug 29, 2017 · 2 comments

Comments

@jeffallen
Copy link

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 #Array:0x721b407b2578 (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
Copy link
Author

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
Copy link

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

You solved the problem?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants