Skip to content

Instantly share code, notes, and snippets.

@jcreedcmu
Created March 23, 2015 19:02
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 jcreedcmu/28199623b76af6f8e5c6 to your computer and use it in GitHub Desktop.
Save jcreedcmu/28199623b76af6f8e5c6 to your computer and use it in GitHub Desktop.
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'greenalto/ubuntu-14.04-chefdk' could not be found. Attempting to find and install...
default: Box Provider: virtualbox
default: Box Version: >= 0
==> default: Loading metadata for box 'greenalto/ubuntu-14.04-chefdk'
default: URL: https://atlas.hashicorp.com/greenalto/ubuntu-14.04-chefdk
==> default: Adding box 'greenalto/ubuntu-14.04-chefdk' (v0.1.1) for provider: virtualbox
default: Downloading: https://atlas.hashicorp.com/greenalto/boxes/ubuntu-14.04-chefdk/versions/0.1.1/providers/virtualbox.box
==> default: Box download is resuming from prior download progress
==> default: Successfully added box 'greenalto/ubuntu-14.04-chefdk' (v0.1.1) for 'virtualbox'!
==> default: Importing base box 'greenalto/ubuntu-14.04-chefdk'...
==> default: Matching MAC address for NAT networking...
==> default: Checking if box 'greenalto/ubuntu-14.04-chefdk' is up to date...
==> default: Setting the name of the VM: jreed_default_1427136964056_40219
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
default: Adapter 1: nat
==> default: Forwarding ports...
default: 22 => 2222 (adapter 1)
==> 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: Authentication failure. Retrying...
default: Warning: Authentication failure. Retrying...
default: Warning: Authentication failure. Retrying...
default: Warning: Authentication failure. Retrying...
default: Warning: Authentication failure. Retrying...
default: Warning: Authentication failure. Retrying...
default: Warning: Authentication failure. Retrying...
default: Warning: Authentication failure. Retrying...
default: Warning: Authentication failure. Retrying...
default: Warning: Authentication failure. Retrying...
default: Warning: Authentication failure. Retrying...
default: Warning: Authentication failure. Retrying...
default: Warning: Authentication failure. Retrying...
default: Warning: Authentication failure. Retrying...
default: Warning: Authentication failure. Retrying...
default: Warning: Authentication failure. Retrying...
default: Warning: Authentication failure. Retrying...
default: Warning: Authentication failure. Retrying...
default: Warning: Authentication failure. Retrying...
default: Warning: Authentication failure. Retrying...
default: Warning: Authentication failure. Retrying...
default: Warning: Authentication failure. Retrying...
default: Warning: Authentication failure. Retrying...
default: Warning: Authentication failure. Retrying...
default: Warning: Authentication failure. Retrying...
default: Warning: Authentication failure. Retrying...
default: Warning: Authentication failure. Retrying...
default: Warning: Authentication failure. Retrying...
default: Warning: Authentication failure. 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