Issue
The installation process of the Hybrid kernel may fail due to the following error:
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
Environment
- CloudLinux 7
Solution
Ensure that only one latest "kmod-lve" package is present in the system:
- Check lve packages
rpm -qa | grep kmod-lve
If you get several 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
# yum update kernel*
and install "dracut-squash" package:
# yum -y install dracut-squash
Comments
0 comments
Please sign in to leave a comment.