I need that kernel-devel file to build sysdig-agent (a monitoring tool) for one of our servers.
When I tried installing that last night I got this:
* Detecting operating system * Installing kernel headers Error: Unable to find a match: kernel-devel-5.14.0-570.30.1.el9_6.x86_64 Unable to find kernel development files for the current kernel version 5.14.0-570.30.1.el9_6.x86_64 This usually means that your system is not up-to-date or you installed a custom kernel version. The installation will continue but you'll need to install these yourself in order to use the agent.
I then did a dnf update followed by a reboot. As a part of the update I got a new kernel
kernel.x86_64 5.14.0-570.39.1.el9_6
but the .30 kernel is the one the server rebooted into.
This is a production server and I so not real keen on rebooting.
The .30 kernel-devel doesn’t seem to be available but I do have it installed on another server.
So, if possible I’d just like to find and install the kernel-devel headers for the .30 kernel but failing that–how would I copy this from the other server also running 9.6.
Thanks!
Jeff Ross