OULibraries / ansible-role-centos7

Base CentOS7 role for OULib.
MIT License
0 stars 1 forks source link

upgrades kernel without upgrading vbox guest additions #15

Closed lo5an closed 8 years ago

lo5an commented 8 years ago

It works great when you first boot the machine, but then our provisioners update the kernel on the machine and we don't do anything to update the virtualbox guest additions. I remembered tracking it down to an unloaded kernel module last time, and this time I noticed that the only vboxsf module was for an older kernel than the one currently running. make install in the guest additions source folder fixed it and it seems to be happy now.

jsnshrmn commented 8 years ago

Closed by 1d3d252