Announcement

Collapse
No announcement yet.

KernelCare update error!

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • KernelCare update error!

    Started getting this error in our cpanel related to kernelcare:

    A KernelCare update is available.
    You must take one of the following actions to ensure the system is up-to-date:
    Patch the kernel (run “kcarectl --update” on the command line).
    Update the system (run “yum -y update” on the command line), and reboot the system.

    Tried restarting the server to no avail and the kcarectl --update in terminal and just get this error:

    Updates already downloaded
    insmod: error inserting /var/cache/kcare/patches/none-f22927e552621514ce6fe7d870e75060dcf1a34b-14-default/fixup_kcare.ko: -1 Unknown symbol in module
    Unable to load kmod (/var/cache/kcare/patches/none-f22927e552621514ce6fe7d870e75060dcf1a34b-14-default/fixup_kcare.ko 1)

    Any help would be appreciated!!

    Thanks!

  • #2
    Perform the following steps:
    # yum update kernelcare
    # rm -rf /var/cache/kcare/patches/*
    # kcarectl --update

    Comment

    Working...
    X