Skip to content

Instantly share code, notes, and snippets.

@blturner
Created June 30, 2012 22:57
Show Gist options
  • Save blturner/3025908 to your computer and use it in GitHub Desktop.
Save blturner/3025908 to your computer and use it in GitHub Desktop.
$ vagrant up
INFO global: Vagrant version: 1.0.3
INFO vagrant: `vagrant` invoked: ["up"]
DEBUG vagrant: Creating Vagrant environment
INFO environment: Environment initialized (#<Vagrant::Environment:0x0000010209c588>)
INFO environment: - cwd: /Users/bturner/Projects/vagrant_guide
INFO environment: Home path: /Users/bturner/.vagrant.d
INFO plugin: Searching and loading any available plugins...
INFO plugin: Loaded 0 plugins.
DEBUG vagrant: Loading environment
INFO environment: Loading configuration...
DEBUG loader: Set :default = "/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.3/config/default.rb"
DEBUG loader: Populating proc cache for "/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.3/config/default.rb"
DEBUG loader: Load procs for pathname: #<Pathname:/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.3/config/default.rb>
DEBUG loader: Set :root = #<Pathname:/Users/bturner/Projects/vagrant_guide/Vagrantfile>
DEBUG loader: Populating proc cache for #<Pathname:/Users/bturner/Projects/vagrant_guide/Vagrantfile>
DEBUG loader: Load procs for pathname: #<Pathname:/Users/bturner/Projects/vagrant_guide/Vagrantfile>
DEBUG loader: Loading configuration in order: [:default, :box, :home, :root, :vm]
DEBUG loader: Loading from: default (evaluating)
DEBUG loader: Loading from: root (evaluating)
DEBUG loader: Configuration loaded successfully
DEBUG environment: Loading configuration for VM: default
DEBUG loader: Set :default = "/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.3/config/default.rb"
DEBUG loader: Set :root = #<Pathname:/Users/bturner/Projects/vagrant_guide/Vagrantfile>
DEBUG loader: Set :vm = []
DEBUG loader: Loading configuration in order: [:default, :box, :home, :root, :vm]
DEBUG loader: Loading from: default (cache)
DEBUG loader: Loading from: root (cache)
DEBUG loader: Configuration loaded successfully
DEBUG loader: Set :default = "/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.3/config/default.rb"
DEBUG loader: Set :box = #<Pathname:/Users/bturner/.vagrant.d/boxes/lucid32/Vagrantfile>
DEBUG loader: Populating proc cache for #<Pathname:/Users/bturner/.vagrant.d/boxes/lucid32/Vagrantfile>
DEBUG loader: Load procs for pathname: #<Pathname:/Users/bturner/.vagrant.d/boxes/lucid32/Vagrantfile>
DEBUG loader: Set :root = #<Pathname:/Users/bturner/Projects/vagrant_guide/Vagrantfile>
DEBUG loader: Set :vm = []
DEBUG loader: Loading configuration in order: [:default, :box, :home, :root, :vm]
DEBUG loader: Loading from: default (cache)
DEBUG loader: Loading from: box (evaluating)
DEBUG loader: Loading from: root (cache)
DEBUG loader: Configuration loaded successfully
INFO cli: CLI: [] "up" []
DEBUG cli: Invoking command class: Vagrant::Command::Up []
DEBUG up: 'Up' each target VM...
INFO datastore: Created: /Users/bturner/Projects/vagrant_guide/.vagrant
INFO virtualbox_base: VBoxManage path: VBoxManage
INFO subprocess: Starting process: ["VBoxManage", "--version"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: 4.1.16r78094
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox: Finding driver for VirtualBox version: 4.1.16
INFO virtualbox: Using VirtualBox driver: Vagrant::Driver::VirtualBox_4_1
INFO virtualbox_base: VBoxManage path: VBoxManage
INFO vm: Loading guest: linux
INFO up: Creating: default
DEBUG hosts: Host path search classes: [Vagrant::Hosts::Windows, Vagrant::Hosts::Arch, Vagrant::Hosts::Gentoo, Vagrant::Hosts::Fedora, Vagrant::Hosts::OpenSUSE, Vagrant::Hosts::FreeBSD, Vagrant::Hosts::Linux, Vagrant::Hosts::BSD]
INFO hosts: Host class: Vagrant::Hosts::BSD
INFO runner: Running action: up
INFO warden: Calling action: #<Vagrant::Action::General::CheckVirtualbox:0x00000100acd5e0>
INFO subprocess: Starting process: ["VBoxManage", "list", "hostonlyifs"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: Name: vboxnet0
GUID: 786f6276-656e-4074-8000-0a0027000000
Dhcp: Disabled
IPAddress: 192.168.56.1
NetworkMask: 255.255.255.0
IPV6Address:
IPV6NetworkMaskPrefixLength: 0
HardwareAddress: 0a:00:27:00:00:00
MediumType: Ethernet
Status: Down
VBoxNetworkName: HostInterfaceNetworking-vboxnet0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO warden: Calling action: #<Vagrant::Action::General::Validate:0x00000100acd5b8>
INFO warden: Calling action: #<Vagrant::Action::VM::CheckAccessible:0x00000100acd590>
INFO warden: Calling action: #<Vagrant::Action::VM::CheckBox:0x00000100acd540>
INFO warden: Calling action: #<Vagrant::Action::VM::Import:0x00000100acd4f0>
INFO interface: info: Importing base box 'lucid32'...
[default] Importing base box 'lucid32'...
INFO subprocess: Starting process: ["VBoxManage", "import", "/Users/bturner/.vagrant.d/boxes/lucid32/box.ovf"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stderr: 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
Interpreting /Users/bturner/.vagrant.d/boxes/lucid32/box.ovf...
OK.
0%...
DEBUG subprocess: stderr:
Progress state: VBOX_E_IPRT_ERROR
DEBUG subprocess: stderr: VBoxManage: error: Could not create the directory '/Volumes/Media/VM/lucid32' (VERR_ACCESS_DENIED)
VBoxManage: error: Details: code VBOX_E_IPRT_ERROR (0x80bb0005), component Appliance, interface IAppliance, callee
Context: "ImportAppliance" at line 793 of file VBoxManageAppliance.cpp
DEBUG subprocess: stdout: Disks: vmdisk1 85899345920 -1 http://www.vmware.com/interfaces/specifications/vmdk.html#streamOptimized box-disk1.vmdk -1 -1
Virtual system 0:
0: Suggested OS type: "Ubuntu"
(change with "--vsys 0 --ostype <type>"; use "list ostypes" to list all possible values)
1: Suggested VM name "lucid32"
(change with "--vsys 0 --vmname <name>")
2: Number of CPUs: 1
(change with "--vsys 0 --cpus <n>")
3: Guest memory: 384 MB
(change with "--vsys 0 --memory <MB>")
4: Network adapter: orig NAT, config 3, extra slot=0;type=NAT
5: CD-ROM
(disable with "--vsys 0 --unit 5 --ignore")
6: IDE controller, type PIIX4
(disable with "--vsys 0 --unit 6 --ignore")
7: IDE controller, type PIIX4
(disable with "--vsys 0 --unit 7 --ignore")
8: SATA controller, type AHCI
(disable with "--vsys 0 --unit 8 --ignore")
9: Hard disk image: source image=box-disk1.vmdk, target path=/Volumes/Media/VM/lucid32/box-disk1.vmdk, controller=8;channel=0
(change target path with "--vsys 0 --unit 9 --disk path";
disable with "--vsys 0 --unit 9 --ignore")
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 1
ERROR warden: Error occurred: There was an error executing the following command with VBoxManage:
["import", "/Users/bturner/.vagrant.d/boxes/lucid32/box.ovf"]
For more information on the failure, enable detailed logging with
VAGRANT_LOG.
INFO warden: Calling recover: #<Vagrant::Action::VM::Import:0x00000100acd4f0>
ERROR warden: Error occurred: There was an error executing the following command with VBoxManage:
["import", "/Users/bturner/.vagrant.d/boxes/lucid32/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/bturner/.vagrant.d/boxes/lucid32/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/bturner/.vagrant.d/boxes/lucid32/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/bturner/.vagrant.d/boxes/lucid32/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/bturner/.vagrant.d/boxes/lucid32/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/bturner/.vagrant.d/boxes/lucid32/box.ovf"]
For more information on the failure, enable detailed logging with
VAGRANT_LOG.
ERROR vagrant: /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.3/lib/vagrant/driver/virtualbox_base.rb:278:in `block in execute'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.3/lib/vagrant/util/retryable.rb:14:in `retryable'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.3/lib/vagrant/driver/virtualbox_base.rb:268:in `execute'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.3/lib/vagrant/driver/virtualbox_4_1.rb:160:in `import'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.3/lib/vagrant/action/vm/import.rb:14:in `call'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.3/lib/vagrant/action/warden.rb:33:in `call'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.3/lib/vagrant/action/vm/check_box.rb:28:in `call'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.3/lib/vagrant/action/warden.rb:33:in `call'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.3/lib/vagrant/action/vm/check_accessible.rb:18:in `call'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.3/lib/vagrant/action/warden.rb:33:in `call'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.3/lib/vagrant/action/general/validate.rb:13:in `call'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.3/lib/vagrant/action/warden.rb:33:in `call'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.3/lib/vagrant/action/general/check_virtualbox.rb:23:in `call'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.3/lib/vagrant/action/warden.rb:33:in `call'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.3/lib/vagrant/action/builder.rb:92:in `call'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.3/lib/vagrant/action/runner.rb:49:in `block in run'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.3/lib/vagrant/util/busy.rb:19:in `busy'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.3/lib/vagrant/action/runner.rb:49:in `run'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.3/lib/vagrant/vm.rb:192:in `run_action'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.3/lib/vagrant/vm.rb:145:in `up'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.3/lib/vagrant/command/up.rb:31:in `block in execute'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.3/lib/vagrant/command/base.rb:116:in `block in with_target_vms'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.3/lib/vagrant/command/base.rb:111:in `each'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.3/lib/vagrant/command/base.rb:111:in `with_target_vms'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.3/lib/vagrant/command/up.rb:24:in `execute'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.3/lib/vagrant/cli.rb:42:in `execute'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.3/lib/vagrant/environment.rb:167:in `cli'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.3/bin/vagrant:43:in `<top (required)>'
/Applications/Vagrant/bin/../embedded/gems/bin/vagrant:19:in `load'
/Applications/Vagrant/bin/../embedded/gems/bin/vagrant:19:in `<main>'
INFO interface: error: There was an error executing the following command with VBoxManage:
["import", "/Users/bturner/.vagrant.d/boxes/lucid32/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/bturner/.vagrant.d/boxes/lucid32/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