Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

vagrant up: Got different reports about installed GuestAdditions version

When doing a vagrant up I get:

Got different reports about installed GuestAdditions version: Virtualbox on your host claims:   5.0.28 VBoxService inside the vm claims: 5.1.18 Going on, assuming VBoxService is correct... 

I had a quick search but nothing that resolves this.

It doesn't seem to be impacting anything so just wondered what the best practice is here...

like image 268
Snowcrash Avatar asked May 02 '17 08:05

Snowcrash


1 Answers

Possibly too late for OP but in case it helps anyone else, comments in the vagrant-vbguest plugin project on GitHub suggest the additions are installed correctly but reported incorrectly. Updating to the latest version fixed it for me:

vagrant plugin update Updating installed plugins... Updated 'vagrant-vbguest' to version '0.14.2'! 
like image 91
Frank H. Avatar answered Sep 19 '22 18:09

Frank H.