Database Error Messages

ADVM-09221

Unable to find kernel rpm 'string'

Cause

The kernel rpm file can not be read, does not exist or does not match the requirements for an rpm file.


Action

Ensure the given rpm file exists, has read permissions, and that the rpm provides kABI symbols. To verify rpm kABI symbols use the following command: 'rpm -qip --provides <path_to_rpm_file>' A symbol list should be displayed and look like this: kernel(symbolfoo) = 0xvaluefoo ksym(symbolfoo) = 0xvaluefoo See command help for more information.