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

Some vagrant boxes requires virtualbox guest additions #41

Closed
juliendufresne opened this issue Jul 10, 2016 · 0 comments · Fixed by #42
Closed

Some vagrant boxes requires virtualbox guest additions #41

juliendufresne opened this issue Jul 10, 2016 · 0 comments · Fixed by #42
Assignees
Labels
Milestone

Comments

@juliendufresne
Copy link
Owner

juliendufresne commented Jul 10, 2016

I tried to test juliendufresne.influxdb role on bento/centos-6.7 but it fails.
After some investigations, this is due to the fact that virtualbox guest additions are not installed.

We need to have an option to install virtualbox guest additions for box that requires it.

Example of output:

Failed to mount folders in Linux guest. This is usually because
the "vboxsf" file system is not available. Please verify that
the guest additions are properly installed in the guest and
can work properly. The command attempted was:

mount -t vboxsf -o uid=id -u vagrant,gid=getent group vagrant | cut -d: -f3 vagrant /vagrant
mount -t vboxsf -o uid=id -u vagrant,gid=id -g vagrant vagrant /vagrant

The error output from the last command was:

mount: unknown filesystem type 'vboxsf'

@juliendufresne juliendufresne added this to the First stable release milestone Jul 10, 2016
@juliendufresne juliendufresne self-assigned this Jul 10, 2016
@juliendufresne juliendufresne changed the title Same vagrant box requires virtualbox guest additions Some vagrant box requires virtualbox guest additions Jul 10, 2016
@juliendufresne juliendufresne changed the title Some vagrant box requires virtualbox guest additions Some vagrant boxes requires virtualbox guest additions Jul 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant