Skip to content

Instantly share code, notes, and snippets.

@benhardy
Created October 23, 2012 16:23
Show Gist options
  • Select an option

  • Save benhardy/3939858 to your computer and use it in GitHub Desktop.

Select an option

Save benhardy/3939858 to your computer and use it in GitHub Desktop.
vagrant bombing out. hm.
ben@mac:~/scala/lascale> vagrant box add lascale https://dl.dropbox.com/u/4080054/la-scale.box
[vagrant] Downloading with Vagrant::Downloaders::HTTP...
[vagrant] Downloading box: https://dl.dropbox.com/u/4080054/la-scale.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.5/lib/vagrant/action/box/unpackage.rb:52:in `block in decompress'
from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.5/lib/vagrant/action/box/unpackage.rb:49:in `chdir'
from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.5/lib/vagrant/action/box/unpackage.rb:49:in `decompress'
from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.5/lib/vagrant/action/box/unpackage.rb:28:in `call'
from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.5/lib/vagrant/action/warden.rb:33:in `call'
from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.5/lib/vagrant/action/box/download.rb:23:in `call'
from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.5/lib/vagrant/action/warden.rb:33:in `call'
from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.5/lib/vagrant/action/general/check_virtualbox.rb:23:in `call'
from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.5/lib/vagrant/action/warden.rb:33:in `call'
from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.5/lib/vagrant/action/builder.rb:92:in `call'
from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.5/lib/vagrant/action/runner.rb:49:in `block in run'
from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.5/lib/vagrant/util/busy.rb:19:in `busy'
from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.5/lib/vagrant/action/runner.rb:49:in `run'
from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.5/lib/vagrant/box_collection.rb:38:in `add'
from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.5/lib/vagrant/command/box_add.rb:30:in `execute'
from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.5/lib/vagrant/command/box.rb:31:in `execute'
from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.5/lib/vagrant/cli.rb:42:in `execute'
from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.5/lib/vagrant/environment.rb:167:in `cli'
from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.5/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