Issue
Error:
Problem 1: package kmod-lve-2.1-18.el9.x86_64 from @System requires kernel(__find_get_block) = 0xd8bc05ee, but none of the providers can be installed
- package kmod-lve-2.1-18.el9.x86_64 from @System requires kernel(__fsnotify_parent) = 0x10326874, but none of the providers can be installed
- package kmod-lve-2.1-18.el9.x86_64 from @System requires kernel(__preempt_count) = 0x4629334c, but none of the providers can be installed
[...]
- package kmod-lve-2.1-18.el9.x86_64 from @System requires kernel(bpf_trace_run12) = 0x79c7bbe4, but none of the providers can be installed
- package kmod-lve-2.1-18.el9.x86_64 from @System requires kernel(bpf_trace_run6) = 0x6878ec20, but none of the providers can be installed
[...]
ers can be installed
- package kmod-lve-2.1-17.el9.x86_64 from @System requires kernel(wake_up_process) = 0xc822251d, but none of the providers can be installed
- conflicting requests
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
Environment
- CloudLinux
Solution
Ensure that only the latest version of kmod-lve
is installed and remove the oldest ones.
1. Check installed packages:
# rpm -qa | grep kmod-lve
kmod-lve-2.1-15.el9.x86_64 <=== old
kmod-lve-2.1-17.el9.x86_64 <=== old
kmod-lve-2.1-20.el9.x86_64 <=== latest
2. Remove old packages:
# yum remove kmod-lve-2.1-15.el9.x86_64
# yum remove kmod-lve-2.1-17.el9.x86_64
3. Re-run the update process:
yum install kernel*
Cause
Dependency issues due to the old `kernel` and `kmod-lve` packages.
Comments
0 comments
Please sign in to leave a comment.