We see the same on OpenPower machines. Since we don't use the ipmi_si
interface, the openipmi init script fails, which removes modules which
we do need.

root@g43L:~# grep -B2 IPMI_SI /etc/default/openipmi
# Enable standard hardware interfaces (KCS, BT, SMIC)
# You probably want this enabled.
IPMI_SI=yes
root@g43L:~# modprobe ipmi_devintf
root@g43L:~# lsmod | grep ipmi
ipmi_devintf           13355  0 
ipmi_powernv            5657  0 
ipmi_msghandler        51374  2 ipmi_powernv,ipmi_devintf
root@g43L:~# service openipmi start
 * Starting ipmi drivers
   ...fail!
   ...done.
root@g43L:~# lsmod | grep ipmi
ipmi_powernv            5657  0 
ipmi_msghandler        51374  1 ipmi_powernv
root@g43L:~# 

This breaks any system daemon that requires in-band IPMI.

Workaround is to set IPMI_SI="no" in /etc/default/openipmi.

** Tags added: taco-screen-team

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1318317

Title:
  openipmi startup script removes kernel modules

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openipmi/+bug/1318317/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to