Last active
December 11, 2015 22:39
-
-
Save drewdeponte/4671062 to your computer and use it in GitHub Desktop.
vagrant fail
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
☹ VAGRANT_LOG=INFO vagrant up | |
INFO global: Vagrant version: 1.0.6 | |
INFO vagrant: `vagrant` invoked: ["up"] | |
INFO environment: Environment initialized (#<Vagrant::Environment:0x00000100994890>) | |
INFO environment: - cwd: /Users/adeponte/Desktop/vagrant_tutorials/vagrant_guide | |
INFO environment: Home path: /Users/adeponte/.vagrant.d | |
INFO plugin: Searching and loading any available plugins... | |
INFO plugin: Loaded 0 plugins. | |
INFO environment: Loading configuration... | |
INFO cli: CLI: [] "up" [] | |
INFO datastore: Created: /Users/adeponte/Desktop/vagrant_tutorials/vagrant_guide/.vagrant | |
INFO virtualbox_base: VBoxManage path: VBoxManage | |
INFO subprocess: Starting process: ["VBoxManage", "--version"] | |
INFO virtualbox: Using VirtualBox driver: Vagrant::Driver::VirtualBox_4_2 | |
INFO virtualbox_base: VBoxManage path: VBoxManage | |
INFO vm: Loading guest: linux | |
INFO up: Creating: default | |
INFO hosts: Host class: Vagrant::Hosts::BSD | |
INFO runner: Running action: up | |
INFO warden: Calling action: #<Vagrant::Action::General::CheckVirtualbox:0x000001020bfda8> | |
INFO subprocess: Starting process: ["VBoxManage", "list", "hostonlyifs"] | |
INFO warden: Calling action: #<Vagrant::Action::General::Validate:0x000001020bfd80> | |
INFO warden: Calling action: #<Vagrant::Action::VM::CheckAccessible:0x000001020bfd58> | |
INFO warden: Calling action: #<Vagrant::Action::VM::CheckBox:0x000001020bfd30> | |
INFO warden: Calling action: #<Vagrant::Action::VM::Import:0x000001020bfd08> | |
INFO interface: info: Importing base box 'lucid64'... | |
[default] Importing base box 'lucid64'... | |
INFO subprocess: Starting process: ["VBoxManage", "import", "/Users/adeponte/.vagrant.d/boxes/lucid64/box.ovf"] | |
ERROR warden: Error occurred: There was an error executing the following command with VBoxManage: | |
["import", "/Users/adeponte/.vagrant.d/boxes/lucid64/box.ovf"] | |
For more information on the failure, enable detailed logging with | |
VAGRANT_LOG. | |
INFO warden: Calling recover: #<Vagrant::Action::VM::Import:0x000001020bfd08> | |
ERROR warden: Error occurred: There was an error executing the following command with VBoxManage: | |
["import", "/Users/adeponte/.vagrant.d/boxes/lucid64/box.ovf"] | |
For more information on the failure, enable detailed logging with | |
VAGRANT_LOG. | |
ERROR warden: Error occurred: There was an error executing the following command with VBoxManage: | |
["import", "/Users/adeponte/.vagrant.d/boxes/lucid64/box.ovf"] | |
For more information on the failure, enable detailed logging with | |
VAGRANT_LOG. | |
ERROR warden: Error occurred: There was an error executing the following command with VBoxManage: | |
["import", "/Users/adeponte/.vagrant.d/boxes/lucid64/box.ovf"] | |
For more information on the failure, enable detailed logging with | |
VAGRANT_LOG. | |
ERROR warden: Error occurred: There was an error executing the following command with VBoxManage: | |
["import", "/Users/adeponte/.vagrant.d/boxes/lucid64/box.ovf"] | |
For more information on the failure, enable detailed logging with | |
VAGRANT_LOG. | |
ERROR vagrant: Vagrant experienced an error! Details: | |
ERROR vagrant: #<Vagrant::Errors::VBoxManageError: There was an error executing the following command with VBoxManage: | |
["import", "/Users/adeponte/.vagrant.d/boxes/lucid64/box.ovf"] | |
For more information on the failure, enable detailed logging with | |
VAGRANT_LOG.> | |
ERROR vagrant: There was an error executing the following command with VBoxManage: | |
["import", "/Users/adeponte/.vagrant.d/boxes/lucid64/box.ovf"] | |
For more information on the failure, enable detailed logging with | |
VAGRANT_LOG. | |
ERROR vagrant: /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.6/lib/vagrant/driver/virtualbox_base.rb:278:in `block in execute' | |
/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.6/lib/vagrant/util/retryable.rb:14:in `retryable' | |
/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.6/lib/vagrant/driver/virtualbox_base.rb:268:in `execute' | |
/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.6/lib/vagrant/driver/virtualbox_4_2.rb:183:in `import' | |
/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.6/lib/vagrant/action/vm/import.rb:14:in `call' | |
/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.6/lib/vagrant/action/warden.rb:33:in `call' | |
/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.6/lib/vagrant/action/vm/check_box.rb:28:in `call' | |
/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.6/lib/vagrant/action/warden.rb:33:in `call' | |
/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.6/lib/vagrant/action/vm/check_accessible.rb:18:in `call' | |
/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.6/lib/vagrant/action/warden.rb:33:in `call' | |
/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.6/lib/vagrant/action/general/validate.rb:13:in `call' | |
/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.6/lib/vagrant/action/warden.rb:33:in `call' | |
/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.6/lib/vagrant/action/general/check_virtualbox.rb:23:in `call' | |
/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.6/lib/vagrant/action/warden.rb:33:in `call' | |
/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.6/lib/vagrant/action/builder.rb:92:in `call' | |
/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.6/lib/vagrant/action/runner.rb:49:in `block in run' | |
/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.6/lib/vagrant/util/busy.rb:19:in `busy' | |
/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.6/lib/vagrant/action/runner.rb:49:in `run' | |
/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.6/lib/vagrant/vm.rb:192:in `run_action' | |
/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.6/lib/vagrant/vm.rb:145:in `up' | |
/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.6/lib/vagrant/command/up.rb:31:in `block in execute' | |
/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.6/lib/vagrant/command/base.rb:116:in `block in with_target_vms' | |
/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.6/lib/vagrant/command/base.rb:111:in `each' | |
/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.6/lib/vagrant/command/base.rb:111:in `with_target_vms' | |
/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.6/lib/vagrant/command/up.rb:24:in `execute' | |
/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.6/lib/vagrant/cli.rb:42:in `execute' | |
/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.6/lib/vagrant/environment.rb:167:in `cli' | |
/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.6/bin/vagrant:43:in `<top (required)>' | |
/Applications/Vagrant/bin/../embedded/gems/bin/vagrant:23:in `load' | |
/Applications/Vagrant/bin/../embedded/gems/bin/vagrant:23:in `<main>' | |
INFO interface: error: There was an error executing the following command with VBoxManage: | |
["import", "/Users/adeponte/.vagrant.d/boxes/lucid64/box.ovf"] | |
For more information on the failure, enable detailed logging with | |
VAGRANT_LOG. | |
There was an error executing the following command with VBoxManage: | |
["import", "/Users/adeponte/.vagrant.d/boxes/lucid64/box.ovf"] | |
For more information on the failure, enable detailed logging with | |
VAGRANT_LOG. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Any luck with the error ?
["import", "/Users/adeponte/.vagrant.d/boxes/lucid64/box.ovf"]
Update: Solved by moving to older version 4.2.10 of VirtualBox. Hope this helps you as well.