[Bug 1318317] Re: openipmi startup script removes kernel modules
Jeremy Kerr
jk at ozlabs.org
Fri Feb 26 06:08:54 UTC 2016
Nish: looks good to me:
[jk at hab2 ~]$ sudo service openipmi stop
[jk at hab2 ~]$ sudo modprobe ipmi_devintf
[jk at hab2 ~]$ lsmod | grep ipmi
ipmi_devintf 13227 0
ipmi_powernv 5657 0
ipmi_msghandler 51494 2 ipmi_powernv,ipmi_devintf
[jk at hab2 ~]$ sudo service openipmi start
Job for openipmi.service failed. See "systemctl status openipmi.service" and "journalctl -xe" for details.
[jk at hab2 ~]$ lsmod | grep ipmi
ipmi_devintf 13227 0
ipmi_powernv 5657 0
ipmi_msghandler 51494 2 ipmi_powernv,ipmi_devintf
[jk at hab2 ~]$
- even though the openipmi service itelf fails, it doesn't take down
everyone else's access to /dev/ipmiX
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to the bug report.
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
More information about the Ubuntu-server-bugs
mailing list