Issue
kcarectl --update
Downloading updates
The `2` patch level is not found for `extra` patch type. Please select valid patch type or patch level
Environment
- KernelCare
- AlmaLinux release 8.9
Solution
Set the default patchset
# kcarectl --set-patch-type default
'default' patch type selected
And download the updates:
# kcarectl --update
Updates already downloaded
No updates are needed for this kernel
Kernel is safe
Cause
The extra patchset is currently unavailable for the current kernel:
# kcarectl --set-patch-type extra --update
'extra' patch type is unavailable for your kernel
Comments
0 comments
Please sign in to leave a comment.