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
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:
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
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
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:
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
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
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
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