OCI: Resolving Ksplice Update Failure Due to a Running Modified Kernel
in Linux
Applies To:
Oracle Cloud Infrastructure
Oracle Linux
Symptom:
When applying Ksplice patches, the following error occurs:
Cause:
The osquery
program was running on the server, which conflicted with Ksplice patches.
Solution:
1)Temporarily stop the wlp-agent-osqueryd.service
:
$ systemctl stop wlp-agent-osqueryd.service
2) Apply pending Ksplice
$ uptrack-upgrade -y
3) Restart the service after the patching is successful:
$ systemctl start wlp-agent-osqueryd.service
Tagged:
0