commit | d09db492c545a333839f933914cb6f2180dc6f4f | [log] [tgz] |
---|---|---|
author | Tim Lee <timlee660101@gmail.com> | Mon May 30 10:22:34 2022 +0800 |
committer | Tom Joseph <rushtotom@gmail.com> | Wed Jul 13 19:39:57 2022 +0000 |
tree | d0cef54c394bafaf8e3f1ff3dd62c70ccbe95cc4 | |
parent | b4905919f245a860fa423d13a5c8eaafa075f6f8 [diff] |
Fix UnknownProperty error when getting sensor data record Symptom: When getting sensor data record by ipmitool sdr command, there is error from dbus-monitor debug log as below: method call time=1653875077.002911 sender=:1.56 -> destination=xyz.openbmc_project.Hwmon-3446998316.Hwmon1 serial=69975 string "xyz.openbmc_project.Sensor.Threshold.Warning" string "WarningAlarmlow" error time=1653875077.002975 sender=:1.52 -> destination=:1.56 error_name=org.freedesktop.DBus.Error.UnknownProperty re string "Unknown interface xyz.openbmc_project.Sensor.Threshold.Warning or property WarningAlarmlow." method return time=1653875077.003043 sender=:1.56 -> destination=:1.107 serial=69976 reply_serial=11 Root cause: The property "WarningAlarmlow" name is case sensitive Solution: Correct the property name "WarningAlarmlow" to "WarningAlarmLow" Verified: Run ipmitool sdr command and check dbus-monitor debug log Signed-off-by: Tim Lee <timlee660101@gmail.com> Change-Id: Ic92b4849373756bf94a4960d803fae5269d5b8e9
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To clean the repository run ./bootstrap.sh clean
.