Issue
The installation process of the Hybrid kernel or CloudLinux 8 kernel may fail due to the following error:
Hybrid kernel:
Downloading packages:
Running transaction check
ERROR with transaction check vs depsolve:
kernel(oops_in_progress) = 0x299b2b01 is needed by (installed) kmod-lve-1:2.0-49.el7h.x86_64
CloudLinux 8 kernel:
# yum update
....
Problem 1: cannot install the best update candidate for package kmod-lve-1:2.0-37.el8.x86_64
- nothing provides kernel(__num_online_cpus) = 0xc60d0620 needed by kmod-lve-1:2.0-52.el8.x86_64
- nothing provides kernel(__x86_return_thunk) = 0x5b8239ca needed by kmod-lve-1:2.0-52.el8.x86_64
- nothing provides kernel(oops_in_progress) = 0xd91e0c58 needed by kmod-lve-1:2.0-52.el8.x86_64
Environment
- CloudLinux 7 hybrid
- CloudLinux 8
Solution
Ensure that only one latest "kmod-lve" package is present in the system:
- Check kmod-lve packages
rpm -qa | grep kmod-lve
If you get several kmod-lve packages listed:
kmod-lve-2.0-51.el7h.x86_64
kmod-lve-2.0-49.el7h.x86_64 -
Remove redundant old version of kmod-lve
# yum remove kmod-lve-2.0-49.el7h.x86_64
-
Run the update process of the "kernel" package or kmod-lve
# yum update kernel*
# yum update kmod-lve
Cause
Outdated kmod-lve modules
Comments
0 comments
Please sign in to leave a comment.