ipmitool / test

0 stars 0 forks source link

Event receiver not enabled in OpenIPMI interface #83

Open AlexanderAmelkin opened 7 years ago

AlexanderAmelkin commented 7 years ago

Reported by: benjaminfair Original Ticket: ipmitool/bugs/488

The event receiver is disabled rather than enabled in the OpenIPMI interface because the IPMICTL_SET_GETS_EVENTS_CMD ioctl is called with an argument of 0 instead of 1.

This means that only IPMI backends that are driven by their own timer/interrupts will generate events.

AlexanderAmelkin commented 7 years ago

This patch fixes the problem.

Original comment by: benjaminfair

AlexanderAmelkin commented 7 years ago

Any update on this?

Original comment by: brendanhiggins

AlexanderAmelkin commented 7 years ago

Ping.

Original comment by: brendanhiggins