Problem
I am attempting to get Laravel Homestead working on my Mac Book Air. I have followed the instruction from http://laravel.com/docs/4.2/homestead but when I vagrant up
I get stopped on: default: Warning: Connection timeout. Retrying...
After I vagrant up
fails because of connection timeout
i can not vagrant provision
or vagrant reload
. I can however vagrant ssh
into the machine and I can ping google from the machine. I can also spin up other vagrant boxes on my machine with no problem...
Information:
- OS: OSX 10.10 (Yosemite)
- Vagrant: 1.6.5
- Virtual Box: 4.3.16
I have searched around on the internet and found a few “solutions” that has not worked for me:
Turn on “Hardware Virtualisation”. This is automatically turned on in ant instal based mac computer.
Start VM with
v.gui = true
. This start the VM with with the server terminal in view. Nothing is throwing any errors. and this did not solve the problem
More Debugging Steps:
- Tried just booting up the vagrant box laravel/homestead by running
vagrant init laravel/homestead
thenvagrant up
. This still gives the same problem. - I have tried vagrant box laravel/homestead versions
0.1.7
,0.1.8
and0.1.9
(newest) All giving the same problem.