Skip to content

Instantly share code, notes, and snippets.

@vmassol
Created January 19, 2012 08:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vmassol/1638857 to your computer and use it in GitHub Desktop.
Save vmassol/1638857 to your computer and use it in GitHub Desktop.
Vagrant lucid32 issue
vmassol@vincent-massols-macbook-pro ~ $ vagrant box add lucid32 http://files.vagrantup.com/lucid32.box
[vagrant] Downloading with Vagrant::Downloaders::HTTP...
[vagrant] Downloading box: http://files.vagrantup.com/lucid32.box
[vagrant] Extracting box...
[vagrant] Verifying box...
[vagrant] Cleaning up downloaded box...
/Library/Ruby/Gems/1.8/gems/vagrant-0.9.1/lib/vagrant/driver/virtualbox.rb:117:in `read_version': private method `split' called for nil:NilClass (NoMethodError)
from /Library/Ruby/Gems/1.8/gems/vagrant-0.9.1/lib/vagrant/driver/virtualbox.rb:36:in `initialize'
from /Library/Ruby/Gems/1.8/gems/vagrant-0.9.1/lib/vagrant/action/box/verify.rb:13:in `new'
from /Library/Ruby/Gems/1.8/gems/vagrant-0.9.1/lib/vagrant/action/box/verify.rb:13:in `call'
from /Library/Ruby/Gems/1.8/gems/vagrant-0.9.1/lib/vagrant/action/warden.rb:33:in `call'
from /Library/Ruby/Gems/1.8/gems/vagrant-0.9.1/lib/vagrant/action/box/unpackage.rb:30:in `call'
from /Library/Ruby/Gems/1.8/gems/vagrant-0.9.1/lib/vagrant/action/warden.rb:33:in `call'
from /Library/Ruby/Gems/1.8/gems/vagrant-0.9.1/lib/vagrant/action/box/download.rb:23:in `call'
from /Library/Ruby/Gems/1.8/gems/vagrant-0.9.1/lib/vagrant/action/warden.rb:33:in `call'
from /Library/Ruby/Gems/1.8/gems/vagrant-0.9.1/lib/vagrant/action/builder.rb:92:in `call'
from /Library/Ruby/Gems/1.8/gems/vagrant-0.9.1/lib/vagrant/action/runner.rb:49:in `run'
from /Library/Ruby/Gems/1.8/gems/vagrant-0.9.1/lib/vagrant/util/busy.rb:19:in `busy'
from /Library/Ruby/Gems/1.8/gems/vagrant-0.9.1/lib/vagrant/action/runner.rb:49:in `run'
from /Library/Ruby/Gems/1.8/gems/vagrant-0.9.1/lib/vagrant/box_collection.rb:38:in `add'
from /Library/Ruby/Gems/1.8/gems/vagrant-0.9.1/lib/vagrant/command/box_add.rb:29:in `execute'
from /Library/Ruby/Gems/1.8/gems/vagrant-0.9.1/lib/vagrant/command/box.rb:31:in `execute'
from /Library/Ruby/Gems/1.8/gems/vagrant-0.9.1/lib/vagrant/cli.rb:38:in `execute'
from /Library/Ruby/Gems/1.8/gems/vagrant-0.9.1/lib/vagrant/environment.rb:156:in `cli'
from /Library/Ruby/Gems/1.8/gems/vagrant-0.9.1/bin/vagrant:43
from /usr/bin/vagrant:19:in `load'
from /usr/bin/vagrant:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment