Is it addressed by the patch I posted earlier?
(http://www.mail-archive.com/ipmitool-devel@lists.sourceforge.net/msg00031.html)
It's also possible that the BMC firmware doesn't understand a retry packet
if a packet is resent when the BMC received the first packet (i.e. the ack
packet got dropped on the network).  If you do ipmitool -C 0 and do the
sol session in ethereal, you can look at the behavior at the time of
failure.  If using ipmitool-1.8.8 plus the patch above, and still see the
behavior, I'd watch for an instance where the client sends a packet, sees
no ack, and retries.  Verify the retry has an incremented session sequence
number, but the SOL sequence should be the same.  If that is the case and
the BMC still treats the two attempts as unique attempts rather than
recognizing the retry, you have a BMC firmware bug.

> [ please keep me in Cc: I'm not subscribed to the list ]
>
> Hi,
> I'm using ipmitool (tested 1.8.6 and 1.8.8, and looked at CVS for relevant
> changes) to talk to a supermicro BMC2 board (with the last RMCP+ firmware
> available from vendor). SOL works, but if I type characters too fast,
> some of them are duplicated: for example I type boot and I end up with
> booottt (the first char is never duplicated). I added debug code to the
> SOL and lanplus code, and couldn't find a place where the characters are
> sent twice (ipmi_lanplus_send_sol() gets the rifgt string, and it's not
> the
> "chars_to_resend" loop in ipmi_lanplus_send_sol() that cause this).
> If I type slowly, leaving about half a second between chars, I don't have
> the issue.
> Did someone else notice this, with different hardware ? Any idea where to
> look at ?
>
> Another issue is that while the 3ware 9550 BIOS screen is displayed I
> get a lot of garbage, coming in packets of about 60 chars every few 100s
> of
> milliseconds. But this may not be ipmitool's fault, although I don't have
> this when using console redirection to com0 with a serial terminal,
> instead of
> the IPMI card.
>
> --
> Manuel Bouyer, LIP6, Universite Paris VI.           [EMAIL PROTECTED]
>      NetBSD: 26 ans d'experience feront toujours la difference
> --
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> opinions on IT & business topics through brief surveys -- and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Ipmitool-devel mailing list
> Ipmitool-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ipmitool-devel
>



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Ipmitool-devel mailing list
Ipmitool-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipmitool-devel

Reply via email to