Comment 14 for bug 763390

Revision history for this message
L Martins (odranoel75) wrote :

Hi I hope this helps, but after a bit of investigation, I found that my hibernation stopped working because of IPMI. For some reason, modprobe was stuck on the openipmi module, causing the system to hang on either shutdown or hibernation. The current work around was to disable the following services:

ipmievd and openipmi

I did that by simply moving the /etc/init.d files as follows:

mv /etc/init.d/ipmievd /etc/init.d/ipmievd-bak

mv /etc/init.d/openipmi /etc/init.d/openipmi-bak

I hope this helps...