Skip to content

Instantly share code, notes, and snippets.

@JulienTant
Last active December 6, 2016 19:27
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 JulienTant/f81d9f9b2bafa76a784946400214314f to your computer and use it in GitHub Desktop.
Save JulienTant/f81d9f9b2bafa76a784946400214314f to your computer and use it in GitHub Desktop.
Bringing machine 'reploc' up with 'virtualbox' provider...
==> reploc: Importing base box 'laravel/homestead'...
==> reploc: Matching MAC address for NAT networking...
==> reploc: Checking if box 'laravel/homestead' is up to date...
==> reploc: Setting the name of the VM: reploc
==> reploc: Clearing any previously set network interfaces...
==> reploc: Preparing network interfaces based on configuration...
reploc: Adapter 1: nat
reploc: Adapter 2: hostonly
==> reploc: Forwarding ports...
reploc: 80 (guest) => 8000 (host) (adapter 1)
reploc: 443 (guest) => 44300 (host) (adapter 1)
reploc: 3306 (guest) => 33060 (host) (adapter 1)
reploc: 5432 (guest) => 54320 (host) (adapter 1)
reploc: 22 (guest) => 2222 (host) (adapter 1)
==> reploc: Running 'pre-boot' VM customizations...
==> reploc: Booting VM...
==> reploc: Waiting for machine to boot. This may take a few minutes...
reploc: SSH address: 127.0.0.1:2222
reploc: SSH username: vagrant
reploc: SSH auth method: private key
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