eitanc

Well-Known Member
Jan 31, 2010
46
4
58
Hi,

I get alert email with:
Subject: Cron <[email protected]> /usr/bin/kcarectl -q --auto-update
Body: The `free` type patch is not found for your kernel. Please select existing patch type

I use the latest cpanel, 90.0.17 and latest centos 7 kernel.

What can I do to solve this?
 

andrew.n

Well-Known Member
Jun 9, 2020
949
351
63
EU
cPanel Access Level
Root Administrator
It's a recent bug..they fixed it once but looks like it came back...what does your cron entry says? (etc/cron.d/kcare-cron)
 

eitanc

Well-Known Member
Jan 31, 2010
46
4
58
OK, I run "kcarectl --update --test" twice:
1st:
"
Patch level 5 applied. Effective kernel version
Kernel is safe
"

2nd:
"
Updates already downloaded
No updates are needed for this kernel
Kernel is safe
"

If the issue will return - I will post about it here.

If all is OK - I will simply keep quiet and you can assume the issue is fixed by this move.

Thank you guys!
 

eitanc

Well-Known Member
Jan 31, 2010
46
4
58
The funny thing, btw, is that I do not use cloudlinux, so I it is not clear how this component is active for my cpanel.
 

vacancy

Well-Known Member
Sep 20, 2012
556
223
93
Turkey
cPanel Access Level
Root Administrator
Kernelcare is developed by a cloudlinux. You don't need to use cloudlinux to use kernelcare.

You can run the commands below to see if the patch is active. If it returns 1 and 99, the patch is active.

Code:
sysctl -n fs.enforce_symlinksifowner
sysctl -n fs.symlinkown_gid
 
  • Like
Reactions: Spirogg and cPRex

morrow95

Well-Known Member
Oct 8, 2006
189
12
168
Here for the same reason except mine is
Code:
The `extra` type patch is not found for your kernel. Please select existing patch type
I assume because I pay the $3 monthly my patch is different. From the link above at cloudlinux it looks like this should be fixed on Monday.
 

eitanc

Well-Known Member
Jan 31, 2010
46
4
58
Thanks, but I will avoid bothering you guys and girls and I will wait for the great Monday...
Do I need to manually run any command on Monday to get this fix?
 

morrow95

Well-Known Member
Oct 8, 2006
189
12
168
"The `extra` type patch is not found for your kernel. Please select existing patch type"

Started back up for me. I just started paying the $3 monthly this past summer so kernel updates would be auto and this is at least the 3rd time there has been a 'problem' similar to this with KernelCare. The quality control of this needs to be stepped up a little in my opinion. One of the main points of KernelCare is updating the kernel unattended/automatically. If a kernel update is available it should only be updating if there is a patch available as well for that updated kernel - right? That and the patch release should be tested before going live. I would think these errors would be easy to avoid yet they keep happening. The last thing that should be happening is a kernel update if a patch doesn't exist or fails.
 

cPRex

Jurassic Moderator
Staff member
Oct 19, 2014
14,241
2,217
363
cPanel Access Level
Root Administrator
@morrow95 - can you look at our guide here for more details on this issue?


This explains more about the patch type and will help work through those errors.
 

morrow95

Well-Known Member
Oct 8, 2006
189
12
168
@morrow95 it's a bug again which they supposed to fix by now fyi.
I figured as much. The last time this happened it took a few days for them to update and the problem went away, but here we are again. Stuff like this kind of defeats the purpose of paying for the automatic/unattended ability IMO.
 

andrew.n

Well-Known Member
Jun 9, 2020
949
351
63
EU
cPanel Access Level
Root Administrator
Well it won't affect the purpose I mean if there is a patch available for the kernel it will still patch it but due to the bug if there is no patch the warning message is not being suppressed :(