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

linux-headers-3.2.0-4-amd64 and linux-headers-3.2.0-4-common package files are missing #4

Closed
deviantintegral opened this issue Feb 17, 2015 · 2 comments

Comments

@deviantintegral
Copy link

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:

  1. Remove the packages entirely, so that vagrant-vbguest will automatically install them if it's in use.
  2. 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.
@rlerdorf
Copy link
Owner

Fixed in version 0.0.5

@deviantintegral
Copy link
Author

Thanks!

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

No branches or pull requests

2 participants