Created
May 6, 2014 15:26
-
-
Save jerzygangi/b37c678eedc1158e17da to your computer and use it in GitHub Desktop.
'vagrant up' console log
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
PACCPL-334RAGYA:preppervms jgangi001c$ vagrant up | |
Bringing machine 'servera' up with 'virtualbox' provider... | |
Bringing machine 'serverb' up with 'virtualbox' provider... | |
Bringing machine 'serverc' up with 'virtualbox' provider... | |
==> servera: Importing base box 'hashicorp/precise32'... | |
==> servera: Matching MAC address for NAT networking... | |
==> servera: Checking if box 'hashicorp/precise32' is up to date... | |
==> servera: Setting the name of the VM: preppervms_servera_1399389393651_15907 | |
==> servera: Clearing any previously set network interfaces... | |
==> servera: Preparing network interfaces based on configuration... | |
servera: Adapter 1: nat | |
servera: Adapter 2: hostonly | |
==> servera: Forwarding ports... | |
servera: 22 => 2222 (adapter 1) | |
==> servera: Booting VM... | |
==> servera: Waiting for machine to boot. This may take a few minutes... | |
servera: SSH address: 192.168.50.11:2301 | |
servera: SSH username: vagrant | |
servera: SSH auth method: private key | |
servera: Warning: Connection timeout. Retrying... | |
servera: Warning: Host appears down. Retrying... | |
servera: Warning: Connection timeout. Retrying... | |
servera: Warning: Host appears down. Retrying... | |
servera: Warning: Connection timeout. Retrying... | |
servera: Warning: Host appears down. Retrying... | |
servera: Warning: Connection timeout. Retrying... | |
servera: Warning: Host appears down. Retrying... | |
servera: Warning: Connection timeout. Retrying... | |
servera: Warning: Host appears down. Retrying... | |
servera: Warning: Connection timeout. Retrying... | |
servera: Warning: Host appears down. Retrying... | |
servera: Warning: Connection timeout. Retrying... | |
servera: Warning: Host appears down. Retrying... | |
servera: Warning: Connection timeout. Retrying... | |
servera: Warning: Host appears down. Retrying... | |
servera: Warning: Connection timeout. Retrying... | |
servera: Warning: Host appears down. Retrying... | |
servera: Warning: Connection timeout. Retrying... | |
servera: Warning: Host appears down. Retrying... | |
servera: Warning: Connection timeout. Retrying... | |
servera: Warning: Host appears down. Retrying... | |
servera: Warning: Connection timeout. Retrying... | |
servera: Warning: Host appears down. Retrying... | |
Timed out while waiting for the machine to boot. This means that | |
Vagrant was unable to communicate with the guest machine within | |
the configured ("config.vm.boot_timeout" value) time period. | |
If you look above, you should be able to see the error(s) that | |
Vagrant had when attempting to connect to the machine. These errors | |
are usually good hints as to what may be wrong. | |
If you're using a custom box, make sure that networking is properly | |
working and you're able to connect to the machine. It is a common | |
problem that networking isn't setup properly in these boxes. | |
Verify that authentication configurations are also setup properly, | |
as well. | |
If the box appears to be booting properly, you may want to increase | |
the timeout ("config.vm.boot_timeout") value. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment