[Openipmi-developer] ipmi_event_call_handler on an event from a discrete sensor returns EINVAL

2007-04-03 Thread Jesse Stockall
With the Swig generated perl wrappers calling $event-call_handler($self); for an event from a discrete sensor returns EINVAL Call sequence: ipmi_event_call_handler calls ipmi_mc_pointer_cb (event.c:474) ipmi_mc_pointer_cb calls ipmi_domain_pointer_cb (mc.c:2523) ipmi_domain_pointer_cb calls the

Re: [Openipmi-developer] ipmi_event_call_handler on an event from a discrete sensor returns EINVAL

2007-04-03 Thread Corey Minyard
That may be the case for OEM events (which have no standard defined MC) or events from boards that are no longer in the system. If that's the case, it's normal. If the MC the event is from is still valid, then there's a problem. I can't reproduce, it seems to work fine for me. -Corey Jesse