BrianMMcClain / nise-bosh-vagrant

Test BOSH releases locally using nise_bosh and Vagrant
7 stars 6 forks source link

Virtualbox Additions fail after install #8

Open BrianMMcClain opened 11 years ago

BrianMMcClain commented 11 years ago
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 commented 11 years ago

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.