Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

ACFS-01211

[-k <kernel rpm package file path | installed kernel rpm package name>]

Cause

Informational *Installed kernel rpm package name The installed kernel rpm package can be found by using the command: "rpm -qf /boot/vmlinuz-<kernel_version>" i.e: "rpm -qf /boot/vmlinuz-4.1.12-124.49.3.1.el7uek.x86_64" kernel-uek-4.1.12-124.49.3.1.el7uek.x86_64 *Kernel rpm package file path If providing a kernel rpm package file path, verify the file path 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


Action

None