Issue
CloudLinux Manager UI shown the error "Reboot your system to update the kernel" in the .
Error:
# modprobe kmodlve
modprobe: FATAL: Module kmodlve not found in directory /lib/modules/5.14.0-362.13.1.el9_3.x86_64
Environment
- CloudLinux 9
- kernel-5.14.0-362.13.1.el9_3.x86_64
- kmod-lve < 2.1-22
Solution
Update the kmod-lve package to at least kmod-lve-2.1-22:
# yum update kmod-lve --enablerepo=cloudlinux-rollout-2-bypass
If the issue persists, reinstall the kernel:
# yum reinstall $(rpm -qa|grep kernel|grep lve)
Cause
Outdated kmod-lve package.
Useful links
https://changelog.cloudlinux.com/kmod-lve
Comments
0 comments
Please sign in to leave a comment.