This repository has been archived by the owner on Feb 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 177
Enhanceio Cache breaks after each kernel update #99
Comments
You should utilize systemd to auto-recompile the modules whenever the kernel is updated.
With
or something to that effect |
Just wondering, what kind of GNU/Linux distribution is not re-building DKMS kernel module on kernel upgrade?? |
dksm tries to rebuild but can't find the .so files and errors out. |
Which makes it a packaging issue, isn't it? |
iirc it tried to look in the new kernel's directory for the modules, which aren't there. How is this a packaging error exactly ? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
To solve:
The problem is that the new kernel won't load the modules and booting gives fsck errors. Reinstalling the package will recompile the modules.
The text was updated successfully, but these errors were encountered: