[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 2>&1 - modules_loaded ipmi_msghandler - [ ${OnePlusLoaded} -ne 1 ] && unload_all_

[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 Bugs, which is subscribed to Ubuntu. https://bugs.l

[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 Bugs, which is subscribed to Ubuntu.

[Bug 1309860] [NEW] missing ipmi module

2014-04-19 Thread Anthony Caiafa
Public bug reported: Currently upgraded from 12.04 to 14.04 and am experiencing issues with start openipmi via the init.d script. I did some digging around and it appears that the package linux-image-extra-3.13.0-24-generic is missing the ipmi_msghandler.ko. It provides all other IPMI libraries

[Bug 1309860] ProcInterrupts.txt

2014-04-19 Thread Anthony Caiafa
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1309860/+attachment/4088463/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/130

[Bug 1309860] UdevDb.txt

2014-04-19 Thread Anthony Caiafa
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1309860/+attachment/4088465/+files/UdevDb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1309860 Title: mi

[Bug 1309860] Re: missing ipmi module

2014-04-19 Thread Anthony Caiafa
apport information ** Tags added: apport-collected trusty ** Description changed: Currently upgraded from 12.04 to 14.04 and am experiencing issues with start openipmi via the init.d script. I did some digging around and it appears that the package linux-image-extra-3.13.0-24-generic

[Bug 1309860] ProcModules.txt

2014-04-19 Thread Anthony Caiafa
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1309860/+attachment/4088464/+files/ProcModules.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1309860

[Bug 1309860] ProcCpuinfo.txt

2014-04-19 Thread Anthony Caiafa
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1309860/+attachment/4088461/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1309860

[Bug 1309860] ProcEnviron.txt

2014-04-19 Thread Anthony Caiafa
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1309860/+attachment/4088462/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1309860

[Bug 1309860] UdevLog.txt

2014-04-19 Thread Anthony Caiafa
apport information ** Attachment added: "UdevLog.txt" https://bugs.launchpad.net/bugs/1309860/+attachment/4088466/+files/UdevLog.txt ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is s

[Bug 1309860] Lspci.txt

2014-04-19 Thread Anthony Caiafa
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1309860/+attachment/4088460/+files/Lspci.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1309860 Title: miss

[Bug 1309860] CurrentDmesg.txt

2014-04-19 Thread Anthony Caiafa
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1309860/+attachment/4088459/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1309860

[Bug 1309860] Re: missing ipmi module

2014-04-21 Thread Anthony Caiafa
hey ok so it looks like its an issue with the openipmi init.d script which calls for modprobe of the ipmi_msghandler in the start function. Since the file is no longer in the location the init.d script fails. I was able to rewrite it to avoid doing that so i wonder if we can have the maintainer upd

[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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1309860 Title: missing i