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

Virtualbox Additions fail after install #8

Open
BrianMMcClain opened this issue May 23, 2013 · 1 comment
Open

Virtualbox Additions fail after install #8

BrianMMcClain opened this issue May 23, 2013 · 1 comment
Labels

Comments

@BrianMMcClain
Copy link
Owner

The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!

mount -t vboxsf -o uid=`id -u vagrant`,gid=`id -g vagrant` /vagrant /vagrant

This is because the kernel is rebuilt but not the guest additions. This is fixed with:

sudo /etc/init.d/vboxadd setup

Find a way to detect and do this automatically

@yudai
Copy link
Contributor

yudai commented Jun 9, 2013

Nise BOSH's bin/init script installs the linux-image-virtual package to enable cgroups and quota. So we need always need to reinstall vbox additions.

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

No branches or pull requests

2 participants