I suggest removing Homestead completely (saving Homestead.yaml I guess), updating VirtualBox/Vagrant and running through it again.
Jan 21, 2016
16
Level 1
Homestead vagrant up error
Hi,
I have installed the new homestead and want to vagrant up. When I do vagrant up in my terminal i get the following error message:
bash-3.2# vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Importing base box 'laravel/homestead'...
==> default: Matching MAC address for NAT networking...
==> default: Checking if box 'laravel/homestead' is up to date...
==> default: Setting the name of the VM: homestead-7
==> default: Fixed port collision for 22 => 2222. Now on port 2200.
==> 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: 80 (guest) => 8000 (host) (adapter 1)
default: 443 (guest) => 44300 (host) (adapter 1)
default: 3306 (guest) => 33060 (host) (adapter 1)
default: 5432 (guest) => 54320 (host) (adapter 1)
default: 22 (guest) => 2200 (host) (adapter 1)
==> default: Running 'pre-boot' VM customizations...
==> default: Booting VM...
An error occurred in the underlying SSH library that Vagrant uses.
The error message is shown below. In many cases, errors from this
library are caused by ssh-agent issues. Try disabling your SSH
agent or removing some keys and try again.
If the problem persists, please report a bug to the net-ssh project.
timeout during server version negotiating
The error is: timeout during server version negotiating...
Can someone help me to fix this error?
Level 1
FInd out the solution
In my home directory ~, There was an old directory .vagrant and .vagrant.d, you have to delete these and add the laravel/homestead box again. Then it should work.
Thanks for the response guys!
Please or to participate in this conversation.