Skip to content

Vagrant runs the virtualbox guest additions installer everytime if --provision is used. #85

Description

@echeadle

I noticed I get the error below every time I use the --provision flag with vagrant up.

[virtualbox] GuestAdditions seems to be installed (6.1.32) correctly, but not running.

Then vagrant runs the guest addtions: VirtualBox Guest Additions: Starting.

I am still trying to figure out how it all works, but if I run:
$sudo systemctl disable vboxadd.service, this behavior quits and I get:
[virtualbox] GuestAdditions 6.1.32 running --- OK.

I do have the vagrant vagrant-vbguest plugin installed and I don't know what will happen when I upgrade my virtualbox to the next version.

If this is the right way to fix the issue, I was thinking you might want to add it to your role that installs the vbguest addtions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions