Skip to content

Instantly share code, notes, and snippets.

@arthurnn
Created July 12, 2012 04:37
Show Gist options
  • Save arthurnn/3095790 to your computer and use it in GitHub Desktop.
Save arthurnn/3095790 to your computer and use it in GitHub Desktop.
vagrant 1.0.3 error log
Arthur-Nevess-MacBook-Pro:github arthurnn$ mkdir v
Arthur-Nevess-MacBook-Pro:github arthurnn$ cd v
Arthur-Nevess-MacBook-Pro:v arthurnn$ vagrant init lucid32 http://files.vagrantup.com/lucid32.box
A `Vagrantfile` has been placed in this directory. You are now
ready to `vagrant up` your first virtual environment! Please read
the comments in the Vagrantfile as well as documentation on
`vagrantup.com` for more information on using Vagrant.
Arthur-Nevess-MacBook-Pro:v arthurnn$ vagrant up
[default] Box lucid32 was not found. Fetching box from specified URL...
[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...
[default] Importing base box 'lucid32'...
[default] The guest additions on this VM do not match the install version of
VirtualBox! This may cause things such as forwarded ports, shared
folders, and more to not work properly. If any of those things fail on
this machine, please update the guest additions and repackage the
box.
Guest Additions Version: 4.1.16
VirtualBox Version: 4.1.18
[default] Matching MAC address for NAT networking...
[default] Clearing any previously set forwarded ports...
[default] Fixed port collision for 22 => 2222. Now on port 2200.
[default] Forwarding ports...
[default] -- 22 => 2200 (adapter 1)
[default] Creating shared folders metadata...
[default] Clearing any previously set network interfaces...
[default] Booting VM...
[default] Waiting for VM to boot. This can take a few minutes.
The VM failed to remain in the "running" state while attempting to boot.
This is normally caused by a misconfiguration or host system incompatibilities.
Please open the VirtualBox GUI and attempt to boot the virtual machine
manually to get a more informative error message.
rthur-Nevess-MacBook-Pro:v arthurnn$ vagrant -v
Vagrant version 1.0.3
Arthur-Nevess-MacBook-Pro:v arthurnn$ vagrant up
[default] VM already created. Booting if it's not already running...
[default] Clearing any previously set forwarded ports...
There was an error executing the following command with VBoxManage:
["modifyvm", "a3530401-ea1f-4f54-84a9-5e112687cd9d", "--natpf1", "delete", "ssh"]
For more information on the failure, enable detailed logging with
VAGRANT_LOG.
Arthur-Nevess-MacBook-Pro:v arthurnn$
Arthur-Nevess-MacBook-Pro:v arthurnn$ VBoxManage modifyvm a3530401-ea1f-4f54-84a9-5e112687cd9d --natpf1 delete ssh
VBoxManage: error: The machine 'v_1342067728' is already locked for a session (or being unlocked)
VBoxManage: error: Details: code VBOX_E_INVALID_OBJECT_STATE (0x80bb0007), component Machine, interface IMachine, callee nsISupports
Context: "LockMachine(a->session, LockType_Write)" at line 377 of file VBoxManageModifyVM.cpp
Arthur-Nevess-MacBook-Pro:v arthurnn$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment