Ubuntu upgraded my VM to a new kernel a few days ago. As I've come to expect, this broke openafs and the virtualbox kernel modules. This is exactly what dkms is supposed to avoid, by rebuilding your kernel modules whenever your kernel changes, but dkms is stymied by Ubuntu's package manager here.

The problem is that while there's a package which contains the latest kernel, there's no package which contains the corresponding kernel headers; you need to get those manually. So when your kernel package is upgraded, dkms can't rebuild your kernel modules, since you lack the new headers.

This is silly, but it's easy enough to get your kernel modules working again:

I filed a ticket about this with Ubuntu. If it's bothering you too, please vote for it!