-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ 45.318262275,3] DT: dt_attach_root failed, duplicate sensor@58 #751
Comments
It is happening on habanero system, with latest firmware. sensor id's are observed from machines.xml |
Chris Cain believes the power cap sensor is extraneous and could be deleted, but recommended AMI (BMC provider on habanero) be consulted first. There are no plans for future development with Habanero and Habanero is NOT an OpenPower reference design, so I don't recommend changing habanero.xml at this time. |
We still have Habanero in op-build tree and use them heavily for development. So we should fix this for op-build in one way or the other. We could implement something in skiboot to go and mangle things, but I'd argue we should still throw an error as there's no way this is correct. So, I vote for fixing the XML. |
Also spotted this in the p8dtu XML |
Jayesh Patel has weekly meetings with AMI and will ask if there would be any impact from removing the following from habanero.xml. /sys-0/power_cap_sensor IPMI_SENSOR_ID 0x58 |
No concerns from AMI and just removed IPMI defn of power_cap_sensor from habanero.xml -> open-power/habanero-xml@6a78496 |
Issue is fixed with latest firmware and closing it. |
Reference bug: open-power/op-build#751 Signed-off-by: Pridhiviraj Paidipeddi <ppaidipe@linux.vnet.ibm.com> [stewart@linux.vnet.ibm.com: tweak message slightly] Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Power Cap Sensor is assigned same sensor id as ps_derating_sensor, so skiboot raises an error.
ipmitool sdr elist | grep -i derating
PS Derating Fac | 58h | ok | 21.0 |
ipmitool sdr elist | grep -i cap
So firmware is failed to add power cap sensor as both the sensor's assigned same sensor number.
And ipm sensor list is not showing power cap sensor.
Got the above info from habanero.xml and on physical system. And compared the data. Not sure above info i am referring correct. Can some one have a look?
The text was updated successfully, but these errors were encountered: