|
From: | GIRARD, MARC |
Subject: | [Freeipmi-devel] Bug when querying bridged sensors |
Date: | Fri, 16 Feb 2018 11:58:42 +0000 |
Hi FreeIPMI Team, We experiment a bug when querying bridged sensors of a Bull GPU Blade. This bug can be solved with the following patch : diff -pur freeipmi-1.5.7.orig/libfreeipmi/api/ipmi-lan-session-common.c freeipmi-1.5.7/libfreeipmi/api/ipmi-lan-session-common.c --- freeipmi-1.5.7.orig/libfreeipmi/api/ipmi-lan-session-common.c 2017-08-16 20:28:20.000000000 +0200 +++ freeipmi-1.5.7/libfreeipmi/api/ipmi-lan-session-common.c 2018-02-16 12:34:54.369033904 +0100 @@ -1222,7 +1222,7 @@ _ipmi_cmd_send_ipmb (ipmi_ctx_t ctx, fii ctx->target.net_fn, ctx->target.lun, IPMI_SLAVE_ADDRESS_BMC, - IPMI_BMC_IPMB_LUN_SMS_MSG_LUN, + IPMI_BMC_IPMB_LUN_BMC , ctx->io.outofband.rq_seq, obj_ipmb_msg_hdr_rq) < 0) { (and probably with identical patch in kcs and ssif interface) According to the chapter 7.4 of IPMI specifications, it seems that IPMI_BMC_IPMB_LUN_SMS_MSG_LUN (0x02) are used by devices sending request to system management software, so I suspect a bug concerning all platforms. Thank you for your comments. (I apologize for my English) Regards Marc Girard Power Efficiency Team https://eu.yourcircuit.com/#/email/address@hidden Bull, An Atos company (www.bull.com) |
[Prev in Thread] | Current Thread | [Next in Thread] |