Re: [Ipmitool-devel] lanplus problem

2013-03-29 Thread Dick.Detweiler
It has been my experience that some Dell BMC's require you to specify the cipher suite even though ipmitool says it defaults to cipher suite 3. Try adding -C 3 or -C 0 and see if it helps. Richard Detweiler | T 256-261-6550 From: Rob Cakebread [mailto:cakebr...@gmail.com] Sent: Friday, March

Re: [Ipmitool-devel] [ ipmitool-Bugs-3571570 ] delloem exec file won't handle more than one command

2013-03-27 Thread Dick.Detweiler
OK - will let you know what we find. Thanks Z, Richard Detweiler | T 256-261-6550 -Original Message- From: Zdenek Styblik [mailto:zdenek.styb...@gmail.com] Sent: Wednesday, March 27, 2013 7:07 AM To: Detweiler, Dick [NETPWR/AVOCENT/AL] Cc: ipmitool-devel@lists.sourceforge.net Subject:

[Ipmitool-devel] [ ipmitool-Bugs-3571570 ] delloem exec file won't handle more than one command

2013-03-27 Thread Dick.Detweiler
Hi all, Styblik indicates via a comment yesterday that the patches I submitted last September for this issue will not be added to ipmitool saying " I'm afraid fix will be, well, complicated." I believe the patches I sent were a complete fix. We have been using them since September without iss

Re: [Ipmitool-devel] New Bug #3571570 - delloem exec file won't handle more than one command

2012-09-26 Thread Dick.Detweiler
It is definitely a quick hack around. I am providing our changes as a guide to whoever might address the issue for a future ipmitool release. Richard Detweiler | T 256-261-6550 -Original Message- From: Zdenek Styblik [mailto:zdenek.styb...@gmail.com] Sent: Wednesday, September 26, 201

[Ipmitool-devel] New Bug #3571570 - delloem exec file won't handle more than one command

2012-09-25 Thread Dick.Detweiler
Hello, We found a problem in handling more than one command in the delloem command block. The bug in sourceforge contains a fix that works for us as an attachment. ipmitool version: 1.8.12 operating system reproduced on: OpenEmbedded Linux How to reproduce: Create an exec file with the lines:

Re: [Ipmitool-devel] 'Sel set time' off by an hour if executed from an exec file.

2012-09-18 Thread Dick.Detweiler
Bug 3568976 "set sel time acts differently between command line and exec" opened at sf.net. Richard Detweiler | T 256-261-6550 -Original Message- From: Zdenek Styblik [mailto:zdenek.styb...@gmail.com] Sent: Tuesday, September 18, 2012 6:22 AM To: Detweiler, Dick [NETPWR/AVOCENT/AL] Cc

[Ipmitool-devel] 'Sel set time' off by an hour if executed from an exec file.

2012-09-17 Thread Dick.Detweiler
Hello all, I lead a group that uses ipmitool in server control software we write and maintain. We have uncovered a curious issue with ipmitool's 'sel set time' and 'exec' commands. This is using ipmitool version 1.8.10. I have looked through the change logs for 1.8.11 and 12 and not seen thi

[Ipmitool-devel] Error in lanplus.c

2011-03-26 Thread Dick.Detweiler
Hi all, I was going through the lanplus code ensuring I didn't mess things up with some changes I was making and ran across this at line 3552 of lanplus.c in version 1.8.10: 3550:if (ipmi_get_auth_capabilities_cmd(intf, &auth_cap)) { 3551:sleep(1); 3552:i

[Ipmitool-devel] ipmitool lanplus API?

2011-03-14 Thread Dick.Detweiler
Hello, I am part of a team maintaining an application that uses ipmitool and its lanplus interface to monitor several servers. Ipmitool is invoked via a system() call with the command line which include redirection of stdout and stderr. We have significant investment in the parsing of the ou