Skip to content

Instantly share code, notes, and snippets.

Created August 28, 2015 08:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/e52da9e948934c14862f to your computer and use it in GitHub Desktop.
Save anonymous/e52da9e948934c14862f to your computer and use it in GitHub Desktop.
[jdv@wieldy metacpan-developer]$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'mcbase_005' could not be found. Attempting to find and install...
default: Box Provider: virtualbox
default: Box Version: >= 0
==> default: Adding box 'mcbase_005' (v0) for provider: virtualbox
default: Downloading: http://vmbox.metacpan.org/mcwheezy_vm_debian_005_32.box
==> default: Successfully added box 'mcbase_005' (v0) for 'virtualbox'!
==> default: Importing base box 'mcbase_005'...
==> default: Matching MAC address for NAT networking...
==> default: Setting the name of the VM: metacpan-developer_default_1440748993146_98552
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
default: Adapter 1: nat
==> default: Forwarding ports...
default: 5000 => 5000 (adapter 1)
default: 5001 => 5001 (adapter 1)
default: 80 => 5080 (adapter 1)
default: 443 => 5443 (adapter 1)
default: 9200 => 9200 (adapter 1)
default: 9900 => 9900 (adapter 1)
default: 22 => 2222 (adapter 1)
==> default: Running 'pre-boot' VM customizations...
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
The guest machine entered an invalid state while waiting for it
to boot. Valid states are 'starting, running'. The machine is in the
'poweroff' state. Please verify everything is configured
properly and try again.
If the provider you're using has a GUI that comes with it,
it is often helpful to open that and watch the machine, since the
GUI often has more helpful error messages than Vagrant can retrieve.
For example, if you're using VirtualBox, run `vagrant up` while the
VirtualBox GUI is open.
[jdv@wieldy metacpan-developer]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment