Just to be specific, my approach for solving this particular behavior in
lanplus was to simply move the while (try<session_retry) bit above the
packet building code within the ipmi_lanplus_send_payload function.  It
was the easiest approach to me, but whatever you end up doing, keep in
mind the retry loop as patched now rebuilds the packet per retry. 
Ultimately, it seems like the exact same approach as his patch for lan, so
between his lan.c patch and the patch you already commited for lanplus, I
think it's all good now for those two access methods.

> As part of my big SOL patch I sent a while ago, It should generically deal
> with lanplus packets correctly in this regard.  Didn't touch the plain lan
> half of it though.
>
>> On 8/24/06, Steffen Grunewald <[EMAIL PROTECTED]> wrote:
>>>
>>> On Wed, Aug 23, 2006 at 10:00:54AM -0700, Duncan Laurie wrote:
>>> > >ipmi_sol.c: In function `ipmi_sol_payload_access':
>>> > >ipmi_sol.c:111: error: `IPMI_SET_USER_PAYLOAD_ACCESS' undeclared
>>> > >(first use in this function)
>>> > Oops, forgot a header file in the checkin.  I fixed that and the
>>> spelling
>>> > mistake in ipmi_chassis.c.
>>>
>>> Builds now, thanks.
>>> BTW, Duncan, did you have a look at the fix suggested with bug
>>> #1526764,
>>> to
>>> properly handle packet numbers on retransmit? I couldn't find this in
>>> the
>>> current sources...
>>
>>
>>
>> Hmm, I used to get notifications from sourceforge about these but those
>> have
>> stopped coming so it looks like I'm behind.  The patch for lan interface
>> looks right and I'll make sure the lanplus interface gets fixed as well.
>> (and look at the other bugs/patches on SF)
>>
>>
>> Another question: anyone ever heard of KVM over IPMI? (SuperMicro
>> SIMSO+)
>>> Will there be support by ipmitool? Suggestions welcome...
>>
>>
>>
>> KVM could be implemented on top of IPMIv2 by encapsulating the traffic
>> in
>> OEM payloads much like SOL is handled, but I have not heard of anyone
>> actually doing it this way yet.  I am most familiar with the
>> KVM-over-lan
>> interface on the Sun Fire X4000 series products and it uses different
>> (proprietary, customized, etc) protocols that are used by a java client.
>>
>> -duncan
>> -------------------------------------------------------------------------
>> Using Tomcat but need to do more? Need to support web services,
>> security?
>> Get stuff done quickly with pre-integrated technology to make your job
>> easier
>> Download IBM WebSphere Application Server v.1.0.1 based on Apache
>> Geronimo
>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642_______________________________________________
>> Ipmitool-devel mailing list
>> Ipmitool-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/ipmitool-devel
>>
>
>
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job
> easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Ipmitool-devel mailing list
> Ipmitool-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ipmitool-devel
>



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Ipmitool-devel mailing list
Ipmitool-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipmitool-devel

Reply via email to