Skip to content

Instantly share code, notes, and snippets.

@leandrocp
Created September 16, 2012 19:44
Show Gist options
  • Save leandrocp/3734077 to your computer and use it in GitHub Desktop.
Save leandrocp/3734077 to your computer and use it in GitHub Desktop.
vagrant output
[~/code/vagrant-box-servers]$ vagrant up [master][ruby-1.9.3-p194]
[default] Box preciseserver32 was not found. Fetching box from specified URL...
[vagrant] Downloading with Vagrant::Downloaders::HTTP...
[vagrant] Downloading box: https://dl.dropbox.com/s/108uhsfwdiy5obc/serverprecise32minimal.box?dl=1
[vagrant] Extracting box...
[vagrant] Verifying box...
[vagrant] Cleaning up downloaded box...
[default] Importing base box 'preciseserver32'...
[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.22
VirtualBox Version: 4.2.0
[default] Matching MAC address for NAT networking...
[default] Clearing any previously set forwarded ports...
[default] Forwarding ports...
[default] -- 22 => 2222 (adapter 1)
[default] -- 3000 => 3000 (adapter 1)
[default] Creating shared folders metadata...
[default] Clearing any previously set network interfaces...
[default] Running any VM customizations...
[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.
[~/code/vagrant-box-servers]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment