SOLVED You must reboot the server to apply software updates.

fdnven

Well-Known Member
Feb 14, 2006
120
1
168
Hi,

Is it safe to ignore the subject line when running Kernel Care?

Code:
[root@delta ~]# whmapi1 system_needs_reboot
---
data:
details:
updates:
glibc: 2.17-260.el7_6.6
needs_reboot: 1
metadata:
command: system_needs_reboot
reason: OK
result: 1
version: 1
And Kernel Care Says:
Code:
[root@delta ~]# kcarectl --uname
3.10.0-962.3.2.lve1.5.25.8.el7
[root@delta ~]# kcarectl --update
Kernel is safe
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,268
463
Hello @fdnven,

Can you confirm which cPanel & WHM version you're seeing this notification on? You can find the version by executing the following command:

Code:
cat /usr/local/cpanel/version
Thank you.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,268
463
Hello @fdnven,

# whmapi1 system_needs_reboot
---
data:
details:
updates:
glibc: 2.17-260.el7_6.6
needs_reboot: 1
metadata:
command: system_needs_reboot
reason: OK
result: 1
version: 1
The reboot notification is accurate, but it does not relate to your kernel. Instead, the reboot is advised because your system's glibc RPM was updated. Glibc is a core system library and a reboot is recommended when it's updated to ensure any running process depending on Glibc is restarted.

Thank you.