You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vagrant box add base http://files.vagrantup.com/base.box
on an Ubuntu Karmic box running ruby 1.9.1p243 doesn't work. It requires ftools which has been renamed in 1.9.1 (it's now called 'fileutils'). Error returned is:
/var/lib/gems/1.9.1/gems/vagrant-0.1.3/lib/vagrant.rb:8:in `require': no such file to load -- ftools (LoadError)
from /var/lib/gems/1.9.1/gems/vagrant-0.1.3/lib/vagrant.rb:8:in `block in <top (required)>'
from /var/lib/gems/1.9.1/gems/vagrant-0.1.3/lib/vagrant.rb:6:in `each'
from /var/lib/gems/1.9.1/gems/vagrant-0.1.3/lib/vagrant.rb:6:in `<top (required)>'
from /var/lib/gems/1.9.1/gems/vagrant-0.1.3/bin/vagrant-box:14:in `require'
from /var/lib/gems/1.9.1/gems/vagrant-0.1.3/bin/vagrant-box:14:in `<top (required)>'
from /var/lib/gems/1.9.1/bin/vagrant-box:19:in `load'
from /var/lib/gems/1.9.1/bin/vagrant-box:19:in `<top (required)>'
from /var/lib/gems/1.9.1/gems/git-style-binaries-0.1.11/lib/git-style-binary.rb:67:in `load'
from /var/lib/gems/1.9.1/gems/git-style-binaries-0.1.11/lib/git-style-binary.rb:67:in `load_subcommand'
from /var/lib/gems/1.9.1/gems/git-style-binaries-0.1.11/lib/git-style-binary/command.rb:71:in `run'
from /var/lib/gems/1.9.1/gems/git-style-binaries-0.1.11/lib/git-style-binary/autorunner.rb:16:in `run'
from /var/lib/gems/1.9.1/gems/git-style-binaries-0.1.11/lib/git-style-binary/autorunner.rb:8:in `run'
from /var/lib/gems/1.9.1/gems/git-style-binaries-0.1.11/lib/git-style-binary.rb:85:in `block in <top (required)>'
The text was updated successfully, but these errors were encountered:
Trying to run
on an Ubuntu Karmic box running ruby 1.9.1p243 doesn't work. It requires ftools which has been renamed in 1.9.1 (it's now called 'fileutils'). Error returned is:
The text was updated successfully, but these errors were encountered: