You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to dpkg, these packages are installed, but their files are missing from /usr/src. This breaks dkms and upgrading the Virtualbox guest additions, as they see the packages are installed but then fail on the build process.
This is especially broken if you are using https://github.com/dotless-de/vagrant-vbguest as that will attempt to upgrade the guest additions on the first boot, which first removes the existing additions preventing mounting of /vagrant.
Two solutions I see:
Remove the packages entirely, so that vagrant-vbguest will automatically install them if it's in use.
Since upgrading guest additions is a common action, shipping with headers isn't a bad idea. In which case, the box should be updated after running apt-get install --reinstall linux-headers-3.2.0-4-amd64 linux-headers-3.2.0-4-common.
The text was updated successfully, but these errors were encountered:
According to dpkg, these packages are installed, but their files are missing from /usr/src. This breaks dkms and upgrading the Virtualbox guest additions, as they see the packages are installed but then fail on the build process.
This is especially broken if you are using https://github.com/dotless-de/vagrant-vbguest as that will attempt to upgrade the guest additions on the first boot, which first removes the existing additions preventing mounting of /vagrant.
Two solutions I see:
apt-get install --reinstall linux-headers-3.2.0-4-amd64 linux-headers-3.2.0-4-common
.The text was updated successfully, but these errors were encountered: