Created
July 30, 2014 22:19
-
-
Save chelorossi/cb7be2c17722101687eb to your computer and use it in GitHub Desktop.
errorVIrtualboxVag
This file contains hidden or 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
| cheluskis@ubuntu:~/main$ sudo vagrant destroy | |
| ==> default: VM not created. Moving on... | |
| cheluskis@ubuntu:~/main$ sudo vagrant up | |
| Bringing machine 'default' up with 'virtualbox' provider... | |
| ==> default: Importing base box 'puphpet/centos65-x64'... | |
| ==> default: Matching MAC address for NAT networking... | |
| ==> default: Checking if box 'puphpet/centos65-x64' is up to date... | |
| ==> default: Setting the name of the VM: main_default_1406758727998_64665 | |
| ==> default: Clearing any previously set network interfaces... | |
| ==> default: Preparing network interfaces based on configuration... | |
| default: Adapter 1: nat | |
| default: Adapter 2: hostonly | |
| ==> default: Forwarding ports... | |
| default: 22 => 6815 (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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment