Joy. Another broken management controller. It appears that the BMC doesn't like setting one of the global enables bits. Yes, this is a different issue. Can you try the following:
ipmitool raw 6 0x2f ipmitool raw 6 0x2e 0x01 ipmitool raw 6 0x2e 0x02 ipmitool raw 6 0x2e 0x04 ipmitool raw 6 0x2e 0x08 That should tell me which bit is the issue. Thanks, -corey On 08/16/2015 02:22 PM, Henrik Korkuc wrote: > Hey, > > Related to http://sourceforge.net/p/openipmi/mailman/message/33593756/ > > Using 4.1.5 kernel built from source, debian Jessie. > Using "ipmitool lan print" I can reproduce multiple dmesg messages > "ipmi_si ipmi_si.0: Could not set the global enables: 0xcc." > > I even tried compiling kernel with Corey's fix as a head, so it does > not look like regression. > commit 1e7d6a45f6b10bc48a1453bca3d829e210546571 > Author: Corey Minyard <[email protected]> > Date: Fri Apr 3 12:13:48 2015 -0500 > > Dmesg output with "echo 2 > /sys/module/ipmi_si/parameters/kcs_debug" > > [ 570.903942] start_kcs_transaction - 18 01 > [ 570.905744] start_kcs_transaction - 18 2f > [ 570.906579] start_kcs_transaction - 18 2e 0f > [ 570.907456] ipmi_si ipmi_si.0: Could not set the global enables: 0xcc. > [ 570.914826] start_kcs_transaction - 18 33 > [ 570.915725] start_kcs_transaction - b0 00 00 > [ 570.916567] start_kcs_transaction - 18 42 01 > [ 570.917589] start_kcs_transaction - 18 42 01 > [ 570.918588] start_kcs_transaction - 18 42 01 > [ 570.919677] start_kcs_transaction - 30 02 01 00 00 00 > [ 570.920727] start_kcs_transaction - 30 02 01 01 00 00 > [ 570.921680] start_kcs_transaction - 30 02 01 02 00 00 > [ 570.922731] start_kcs_transaction - 30 02 01 04 00 00 > [ 570.923806] start_kcs_transaction - 30 02 01 03 00 00 > [ 570.924843] start_kcs_transaction - 30 02 01 06 00 00 > [ 570.925853] start_kcs_transaction - 30 02 01 05 00 00 > [ 571.027182] start_kcs_transaction - 30 02 01 10 00 00 > [ 571.028519] start_kcs_transaction - 30 02 01 07 00 00 > [ 571.029595] start_kcs_transaction - 30 02 01 0a 00 00 > [ 571.030553] start_kcs_transaction - 30 02 01 0b 00 00 > [ 571.031526] start_kcs_transaction - 30 02 01 0c 00 00 > [ 571.032569] start_kcs_transaction - 30 02 01 0d 00 00 > [ 571.033726] start_kcs_transaction - 30 02 01 0e 00 00 > [ 571.034723] start_kcs_transaction - 30 02 01 0f 00 00 > [ 571.035851] start_kcs_transaction - 30 02 01 14 00 00 > [ 571.036820] start_kcs_transaction - 30 02 01 15 00 00 > [ 571.037790] start_kcs_transaction - 30 02 01 16 00 00 > [ 571.038791] start_kcs_transaction - 30 02 01 17 00 00 > [ 571.039957] start_kcs_transaction - 30 02 01 18 00 00 > -- > Henrik Korkuc > > > ------------------------------------------------------------------------------ > > > _______________________________________________ > Openipmi-developer mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/openipmi-developer ------------------------------------------------------------------------------ _______________________________________________ Openipmi-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openipmi-developer
