Recently we had a customer who came across the cPanel Error Iproute Conflicts With Kernel.
This happens when we have an outdated kernel on the server.
As part of our Server Management Services, we assist our customers with several cPanel queries.
Today, let us see how to solve this error.
cPanel Error Iproute Conflicts With Kernel
cPanel alongside Web Host Manager facilitates and makes web hosting easy for website administrators.
However, before we proceed to install, we make sure to ONLY install cPanel and WHM on a freshly installed Operating system.
A kernel is the central part of an operating system. It manages the operations of the computer and the hardware.
Generally, the /scripts/rpmup shows the following error:
Error: iproute conflicts with kernel-plus-3.10.0-693.17.1.el7.bug14347.centos.plus.x86_64 You could try using –skip-broken to work around the problem You could try running: rpm -Va –nofiles –nodigest info [rpmup] Completed yum execution “–assumeyes –color=never –config /etc/yum.conf update –disablerepo=epel”: in 29.188 second(s). (XID cvngfh) “/usr/bin/yum” reported error code “1” when it ended: checkyum version 22.3 (excludes: bind-chroot ruby)
This error happens when we have an outdated kernel installed on the server, even if it is running a newer one.
CloudLinux introduced this conflict to prevent issues that could cause by the server being rebooted into an older kernel with the new iproute package installed.
Solution
In order to solve this, our Support Techs suggest the following steps:
First and foremost, we verify if the kernel is up to date. It has to be newer than 3.10.0-793.21.1.lve1.5.20
# uname -r
3.10.0-962.3.2.lve1.5.32.el7.x86_64
If the running kernel is not up to date, we update it with:
# yum update kernel
Then we reboot it into a new kernel.
# reboot
Once we confirm that the running kernel is up to date, we list current kernel packages:
# rpm -q kernel kernel-plus
However, this may fail on kernel and kernel-plus packages. Kernel-plus should replace with the outdated Kernel package name on the server.
On this server, the solution will be to remove the outdated one. In order to do so, we run:
# rpm -ev –nodeps –justdb kernel-plus-3.10.0-693.17.1.el7.bug14347.centos.plus.x86_64
Then we run /scripts/rpmup or yum update to make sure everything else gets updated.
[Need help with the resolution? We are happy to assist you]
Conclusion
In short, cPanel Error Iproute Conflicts With Kernel occurs when we have an outdated kernel on the server. Today, we saw how our Support Techs fix this error in an effective way.
it not resolved my problem, i installed cpanel after that the kernel is updated and after i restarted it it not return up.
Hello,
We’ll be happy to talk to you on chat regarding the issue(click on the icon at right-bottom).