Issue
- "yum update" shown an error:
# yum update
Error:
Problem 1: package kmod-lve-debug-1:2.0-44.el8.x86_64 requires kernel(PDE_DATA) = 0x7c00c923, but none of the providers can be installed
- package kmod-lve-debug-1:2.0-44.el8.x86_64 requires kernel(__find_get_block) = 0x580af211, but none of the providers can be installed - Debug kernel is not installed and
rpm -q kernel-debug
shows an empty output
Environment
- CloudLinux OS
- LVE
- kernel
- kmod-lve-debug
Cause
Orphaned 'kmod-lve-debug' package without 'kernel-debug' installed.
Solution
Remove the conflicting packages:
# yum remove kmod-lve-debug
Comments
0 comments
Please sign in to leave a comment.