bnjbvr / lolcampz

Collection of scripts to easily set up your tent instance
3 stars 1 forks source link

Module version sanity checks failed #1

Open elimisteve opened 11 years ago

elimisteve commented 11 years ago
$ vagrant up
...
Examining /etc/kernel/header_postinst.d.
run-parts: executing /etc/kernel/header_postinst.d/dkms
 3.2.0-23-generic-pae
 /boot/vmlinuz-3.2.0-23-generic-pae

Setting up virtualbox-guest-utils (4.1.12-dfsg-2ubuntu0.3) ...
Setting up virtualbox-guest-dkms (4.1.12-dfsg-2ubuntu0.3) ...
Loading new virtualbox-guest-4.1.12 DKMS files...
First Installation: checking all kernels...
Building only for 3.2.0-23-generic-pae
Building initial module for 3.2.0-23-generic-pae
Done.

vboxguest:
Running module version sanity check.
Error! 
Module version 4.1.12_Ubuntu for vboxguest.ko
is not newer than what is already found in kernel 3.2.0-23-generic-pae (4.2.0).
You may override by specifying --force.

vboxsf.ko:
Running module version sanity check.
Error! 
Module version 4.1.12_Ubuntu for vboxsf.ko
is not newer than what is already found in kernel 3.2.0-23-generic-pae (4.2.0).
You may override by specifying --force.

vboxvideo.ko:
Running module version sanity check.
Error! 
Module version 4.1.12_Ubuntu for vboxvideo.ko
is not newer than what is already found in kernel 3.2.0-23-generic-pae (4.2.0).
You may override by specifying --force.
elimisteve commented 11 years ago

Not sure yet if this is a show-stopper. I'll let you know soon...

bnjbvr commented 11 years ago

Yeah, I got this one too, but apparently it doesn't prevent reloading the VM correctly (and more importantly, having the /vagrant directory mounted), so I consider this message to be an installation fallout. If somebody knows how to fix it, patches welcome :)