Issue
After running theyum update
command and we got the below error:
kernelcare 104 kB/s | 25 kB 00:00
Module yaml error: Unexpected key in data: static_context [line 9 col 3]
Module yaml error: Unexpected key in data: static_context [line 9 col 3]
Error:
Problem: cannot install the best update candidate for package kmod-lve-1:2.0-27.el8.x86_64
- nothing provides kernel(bpf_trace_run12) = 0x3aa5510e needed by kmod-lve-1:2.0-43.el8.x86_64
Environment
- CloudLinux OS 8
- KernelCare
Solution
Disable the Best
option in the /etc/dnf/dnf.conf
file by changing it from True
to False
:
[root@ryan ~]# cat /etc/dnf/dnf.conf
[main]
gpgcheck=1
installonly_limit=3
clean_requirements_on_remove=True
best=False
skip_if_unavailable=False
exclude=liblsapi* apache* httpd* mod_* mysql* MySQL* mariadb* da_* *ftp* exim* sendmail* php* bind-chroot* dovecot*
Comments
0 comments
Please sign in to leave a comment.