Wednesday, March 1, 2017

Vagrant Issue: Which Vagrant file is the correct one to edit?

Recently I bought a course on sitepoint.com for learning the Laravel Homestead framework.

I've been running into so many issues with simply just setting it up on VirtualBox. Mainly the issue is Vagrant timing out when trying to connect to the homestead7 box. Going through what it says when it times out, there are no errors with it booting, the connection just times out. So the solution is to configure the config.vm.boot_timeout variable to a larger number.

However, in which Vagrant file is that in? There's 4: One in the Homestead directory itself, one on my User directory in .vargrant.d/boxes/"Name of the box"/1.1.0/virtualbox, and a few others scattered around. None of which contain a variable called "config.vm.boot_timeout".

Should I just do a fresh install of Vagrant and VirtualBox?

Here's where the connect times out on vagrant up or vagrant reload --provision




via BigDaddyDeadpoo1

Advertisement