[PATCH] klog.json: Add the missing ipmi error messages to klog database
Ivan Hu
ivan.hu at canonical.com
Wed Sep 11 02:09:29 UTC 2024
These messages are specific to the ACPI ipmi driver.
Signed-off-by: Ivan Hu <ivan.hu at canonical.com>
---
data/klog.json | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/data/klog.json b/data/klog.json
index ea2e9191..d1b9d9e9 100644
--- a/data/klog.json
+++ b/data/klog.json
@@ -1247,6 +1247,20 @@
"advice": "TThe ACPI driver could not be initialized, the installation of the space handler failed.",
"label": "KlogAcpiOPRegInitFailed"
},
+ {
+ "compare_mode": "string",
+ "log_level": "LOG_LEVEL_HIGH",
+ "pattern": "Can't register IPMI opregion space handle",
+ "advice": "TThe ACPI IPMI driver could not be initialized, the installation of the space handler failed.",
+ "label": "KlogAcpiIpmiInitFail"
+ },
+ {
+ "compare_mode": "string",
+ "log_level": "LOG_LEVEL_HIGH",
+ "pattern": "Can't register IPMI system interface watcher",
+ "advice": "TThe ACPI IPMI driver could not be initialized, the SMI watcher register failed.",
+ "label": "KlogAcpiIpmiInitFailed"
+ },
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
--
2.34.1
More information about the fwts-devel
mailing list