Skip to content

Instantly share code, notes, and snippets.

@lukewpatterson
Created April 11, 2012 20:13
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 lukewpatterson/2362125 to your computer and use it in GitHub Desktop.
Save lukewpatterson/2362125 to your computer and use it in GitHub Desktop.
Vagrant error on 'up'
$ vagrant up
[default] Box redacted was not found. Fetching box from specified URL...
[vagrant] Downloading with Vagrant::Downloaders::HTTP...
[vagrant] Downloading box: http://www.redacted.com/ubuntu-11.10-server-i386.box
[vagrant] Extracting box...
[vagrant] Cleaning up downloaded box...
/Applications/Vagrant/embedded/gems/gems/archive-tar-minitar-0.5.2/lib/archive/tar/minitar.rb:493:in `read': undefined method `size' for nil:NilClass (NoMethodError)
from /Applications/Vagrant/embedded/gems/gems/archive-tar-minitar-0.5.2/lib/archive/tar/minitar.rb:740:in `block (2 levels) in extract_entry'
from /Applications/Vagrant/embedded/gems/gems/archive-tar-minitar-0.5.2/lib/archive/tar/minitar.rb:739:in `loop'
from /Applications/Vagrant/embedded/gems/gems/archive-tar-minitar-0.5.2/lib/archive/tar/minitar.rb:739:in `block in extract_entry'
from /Applications/Vagrant/embedded/gems/gems/archive-tar-minitar-0.5.2/lib/archive/tar/minitar.rb:738:in `open'
from /Applications/Vagrant/embedded/gems/gems/archive-tar-minitar-0.5.2/lib/archive/tar/minitar.rb:738:in `extract_entry'
from /Applications/Vagrant/embedded/gems/gems/archive-tar-minitar-0.5.2/lib/archive/tar/minitar.rb:973:in `block (2 levels) in unpack'
from /Applications/Vagrant/embedded/gems/gems/archive-tar-minitar-0.5.2/lib/archive/tar/minitar.rb:679:in `block in each'
from /Applications/Vagrant/embedded/gems/gems/archive-tar-minitar-0.5.2/lib/archive/tar/minitar.rb:614:in `block in each_entry'
from /Applications/Vagrant/embedded/gems/gems/archive-tar-minitar-0.5.2/lib/archive/tar/minitar.rb:605:in `loop'
from /Applications/Vagrant/embedded/gems/gems/archive-tar-minitar-0.5.2/lib/archive/tar/minitar.rb:605:in `each_entry'
from /Applications/Vagrant/embedded/gems/gems/archive-tar-minitar-0.5.2/lib/archive/tar/minitar.rb:587:in `each'
from /Applications/Vagrant/embedded/gems/gems/archive-tar-minitar-0.5.2/lib/archive/tar/minitar.rb:679:in `each'
from /Applications/Vagrant/embedded/gems/gems/archive-tar-minitar-0.5.2/lib/archive/tar/minitar.rb:971:in `block in unpack'
from /Applications/Vagrant/embedded/gems/gems/archive-tar-minitar-0.5.2/lib/archive/tar/minitar.rb:655:in `open'
from /Applications/Vagrant/embedded/gems/gems/archive-tar-minitar-0.5.2/lib/archive/tar/minitar.rb:964:in `unpack'
from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.2/lib/vagrant/action/box/unpackage.rb:52:in `block in decompress'
from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.2/lib/vagrant/action/box/unpackage.rb:49:in `chdir'
from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.2/lib/vagrant/action/box/unpackage.rb:49:in `decompress'
from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.2/lib/vagrant/action/box/unpackage.rb:28:in `call'
from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.2/lib/vagrant/action/warden.rb:33:in `call'
from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.2/lib/vagrant/action/box/download.rb:23:in `call'
from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.2/lib/vagrant/action/warden.rb:33:in `call'
from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.2/lib/vagrant/action/general/check_virtualbox.rb:23:in `call'
from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.2/lib/vagrant/action/warden.rb:33:in `call'
from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.2/lib/vagrant/action/builder.rb:92:in `call'
from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.2/lib/vagrant/action/runner.rb:49:in `block in run'
from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.2/lib/vagrant/util/busy.rb:19:in `busy'
from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.2/lib/vagrant/action/runner.rb:49:in `run'
from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.2/lib/vagrant/box_collection.rb:38:in `add'
from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.2/lib/vagrant/action/vm/check_box.rb:20:in `call'
from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.2/lib/vagrant/action/warden.rb:33:in `call'
from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.2/lib/vagrant/action/vm/check_accessible.rb:18:in `call'
from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.2/lib/vagrant/action/warden.rb:33:in `call'
from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.2/lib/vagrant/action/general/validate.rb:13:in `call'
from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.2/lib/vagrant/action/warden.rb:33:in `call'
from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.2/lib/vagrant/action/general/check_virtualbox.rb:23:in `call'
from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.2/lib/vagrant/action/warden.rb:33:in `call'
from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.2/lib/vagrant/action/builder.rb:92:in `call'
from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.2/lib/vagrant/action/runner.rb:49:in `block in run'
from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.2/lib/vagrant/util/busy.rb:19:in `busy'
from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.2/lib/vagrant/action/runner.rb:49:in `run'
from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.2/lib/vagrant/vm.rb:192:in `run_action'
from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.2/lib/vagrant/vm.rb:145:in `up'
from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.2/lib/vagrant/command/up.rb:31:in `block in execute'
from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.2/lib/vagrant/command/base.rb:116:in `block in with_target_vms'
from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.2/lib/vagrant/command/base.rb:111:in `each'
from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.2/lib/vagrant/command/base.rb:111:in `with_target_vms'
from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.2/lib/vagrant/command/up.rb:24:in `execute'
from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.2/lib/vagrant/cli.rb:42:in `execute'
from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.2/lib/vagrant/environment.rb:167:in `cli'
from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.2/bin/vagrant:43:in `<top (required)>'
from /Applications/Vagrant/bin/../embedded/gems/bin/vagrant:19:in `load'
from /Applications/Vagrant/bin/../embedded/gems/bin/vagrant:19:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment