-
-
Save lkwdwrd/d30fcd664a877ad276a8 to your computer and use it in GitHub Desktop.
Vagrant Up -- connection timeout
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
Luke$ vagrant up | |
Bringing machine 'default' up with 'virtualbox' provider... | |
==> default: Box 'ubuntu/trusty64' could not be found. Attempting to find and install... | |
default: Box Provider: virtualbox | |
default: Box Version: >= 0 | |
==> default: Loading metadata for box 'ubuntu/trusty64' | |
default: URL: https://vagrantcloud.com/ubuntu/trusty64 | |
==> default: Adding box 'ubuntu/trusty64' (v14.04) for provider: virtualbox | |
default: Downloading: https://vagrantcloud.com/ubuntu/trusty64/version/1/provider/virtualbox.box | |
==> default: Successfully added box 'ubuntu/trusty64' (v14.04) for 'virtualbox'! | |
==> default: Importing base box 'ubuntu/trusty64'... | |
==> default: Matching MAC address for NAT networking... | |
==> default: Checking if box 'ubuntu/trusty64' is up to date... | |
==> default: Setting the name of the VM: vvv_default_1401160821445_74449 | |
==> default: Clearing any previously set forwarded ports... | |
==> 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 => 2222 (adapter 1) | |
==> default: Running 'pre-boot' VM customizations... | |
==> default: Booting VM... | |
==> default: Waiting for machine to boot. This may take a few minutes... | |
default: SSH address: 127.0.0.1:2222 | |
default: SSH username: vagrant | |
default: SSH auth method: private key | |
default: Warning: Connection timeout. Retrying... | |
default: Warning: Connection timeout. Retrying... | |
default: Warning: Connection timeout. Retrying... | |
default: Warning: Connection timeout. Retrying... | |
default: Warning: Connection timeout. 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