EC6009

1 minute readReference

Synopsis

ERROR: EC6009 - Kernel headers are not installed on Linux.

Description

For agent hosts on Linux, you must install the correct kernel headers before invoking the installer.

Reasons

If the kernel headers package is not already installed, the CloudBees Build Acceleration agent installation fails with the following error message:

The compilation of the local file system kernel module failed. This may be an unsupported platform or the kernel header files could not be found.

Fixes

On RedHat, run +yum install kernel-devel-+`uname -r` On Ubuntu, run `+apt-get install linux-headers-+`uname -r`` On SUSE, run zypper install kernelsource