Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

self-hosted-vagrant-boxes: VirtualBox Guest Additions - recommend Vagrant plugin dotless-de/vagrant-vbguest #11

Open
codekandis opened this issue Nov 13, 2018 · 2 comments

Comments

@codekandis
Copy link

codekandis commented Nov 13, 2018

I created my own VirtualBox image for a Vagrant supported environment with Building a Vagrant Box from Start to Finish. While I'm provisiong all my projects with ansible I've the attempt to install the latest Virtual Box Guest Additions corresponding to my hosts VirtualBox version with ansible as well. So after digging I stumbled upon the fine working Vagrant plugin dotless-de/vagrant-vbguest.

While the package VirtualBox is developed the Guest Additions are too. Very soon you'll get the error message that your Guest Additions on the box aren't up to date with your hosts version of Virtual Box. The mentioned plugin takes care of that problem. This is a great benefit in companywide development environments. There's no need to install a specific version of the Guest Additions in the box itself nor to provison it by any tool of your choice.

@codekandis codekandis changed the title self-hosted-vagrant-boxes: VirtualBox Guest Additions - recommend Vagrant plugin vagrant-vbguest self-hosted-vagrant-boxes: VirtualBox Guest Additions - recommend Vagrant plugin dotless-de/vagrant-vbguest Nov 13, 2018
@hollodotme
Copy link
Owner

Thanks for the pointer. I already used this plugin and from time to time it just didn't work as expected and claimed wrong guest addition versions and failed to install newer ones. That's basically the reason I removed it from my vagrant setup. But I assume they fixed some stuff, so good to hear that it's working again.

@codekandis
Copy link
Author

codekandis commented Nov 15, 2018

I don't know what will happen with the change to another VirtualBox major release. For now I didn't experienced any problems with the minor releases. Every VirtualBox update causes the plugin to install the proper Guest Additons as expected.

I can keep you updated because I also have an curious focus on that issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants