[Bug 1309860] Re: missing ipmi module

2014-04-23 Thread Anthony Caiafa
--- openipmi2014-04-23 14:01:27.283366624 +0200
+++ openipmi_patch  2014-04-23 14:09:24.740122808 +0200
@@ -321,12 +321,9 @@
 load_ipmi_modules ()
 {
   local locdelay
-  modprobe ipmi_msghandler  /dev/null 21
-  modules_loaded ipmi_msghandler
-  [ ${OnePlusLoaded} -ne 1 ]  unload_all_ipmi_modules  RETVAL=$((RETVAL | 
1))  return
   load_hw_modules
   [ $((RETVAL  1)) -eq 1 ]  unload_all_ipmi_modules  RETVAL=$((RETVAL | 
1))  return
-
+

   if [ ${DEV_IPMI} = yes ]; then
 modprobe ipmi_devintf  /dev/null 21

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openipmi in Ubuntu.
https://bugs.launchpad.net/bugs/1309860

Title:
  missing ipmi module

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1309860] Re: missing ipmi module

2014-04-23 Thread Anthony Caiafa
I did not remove it from the script where its declared in

MODULES_BASE=ipmi_msghandler
MODULES=${MODULES_INTERFACES} ${MODULES_FEATURES} ${MODULES_HW} 
${MODULES_BASE}

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openipmi in Ubuntu.
https://bugs.launchpad.net/bugs/1309860

Title:
  missing ipmi module

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1309860] Re: missing ipmi module

2014-04-23 Thread Anthony Caiafa
so i tested this exact script on an older system running 12.04 and it
still successfully loads ipmi_msghandler so the script works across
different platforms but fixes the issue on 14.04.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openipmi in Ubuntu.
https://bugs.launchpad.net/bugs/1309860

Title:
  missing ipmi module

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1309860] Re: missing ipmi module

2014-04-22 Thread Anthony Caiafa
so basically its just removing the need to load ipmi_msghandler all
together.

http://pastie.org/private/jree1yehzvcm6k7qjrh4iw

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openipmi in Ubuntu.
https://bugs.launchpad.net/bugs/1309860

Title:
  missing ipmi module

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs