This bug was fixed in the package openipmi - 2.0.18-0ubuntu3.1
---
openipmi (2.0.18-0ubuntu3.1) precise; urgency=medium
* Detect that a module is built into the kernel.
Backported from Utopic.
-LP: #1309860
-- Tim GardnerTue, 24 Jun 2014 14:01:33 -0600
** Changed in: o
Verified on precise with both the stock precise kernel as well as the
hwe-Trusty kernel. In both cases the openipmi service started without
issues.
Thanks!
** Tags removed: verification-needed
** Tags added: verification-done
--
You received this bug notification because you are a member of Ub
** Branch linked: lp:~ubuntu-branches/ubuntu/precise/openipmi/precise-
proposed
--
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 notific
Hello Anthony, or anyone else affected,
Accepted openipmi into precise-proposed. The package will build now and
be available at
http://launchpad.net/ubuntu/+source/openipmi/2.0.18-0ubuntu3.1 in a few
hours, and then in the -proposed repository.
Please help us by testing this new package. See
htt
** Changed in: openipmi (Ubuntu Precise)
Status: In Progress => Fix Committed
--
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 no
** Also affects: openipmi (Ubuntu Precise)
Importance: Undecided
Status: New
** Changed in: openipmi (Ubuntu Precise)
Status: New => In Progress
** Changed in: openipmi (Ubuntu Precise)
Assignee: (unassigned) => Tim Gardner (timg-tpi)
--
You received this bug notification
This fix needs to be back ported to precise for users on the 3.13 kernel
in that distribution.
--
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
This bug was fixed in the package openipmi - 2.0.18-0ubuntu7.1
---
openipmi (2.0.18-0ubuntu7.1) trusty; urgency=medium
* Detect that a module is built into the kernel.
Backported from Utopic.
-LP: #1309860
-- Tim GardnerTue, 20 May 2014 11:15:44 -0700
** Changed in: op
I can verify that openipmi_2.0.18-0ubuntu7.1 from trusty backports seems to fix
the problem.
tag verification-done
** Tags removed: verification-needed
** Tags added: verification-done
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to
** Branch linked: lp:ubuntu/trusty-proposed/openipmi
--
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
Hello Anthony, or anyone else affected,
Accepted openipmi into trusty-proposed. The package will build now and
be available at
http://launchpad.net/ubuntu/+source/openipmi/2.0.18-0ubuntu7.1 in a few
hours, and then in the -proposed repository.
Please help us by testing this new package. See
http
SRU Description:
openipmi won't start correctly because it does not detect that the ipmi
module is built into the kernel.
Patch Description: Detect that the module name exists within the kernel
namespace.
** Attachment added: "Detect that a module is built into the kernel"
https://bugs.laun
** Changed in: openipmi (Ubuntu Trusty)
Status: Fix Committed => In Progress
--
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 not
** Changed in: openipmi (Ubuntu Trusty)
Status: In Progress => Fix Committed
--
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 not
This bug was fixed in the package openipmi - 2.0.18-0ubuntu8
---
openipmi (2.0.18-0ubuntu8) utopic; urgency=medium
* Detect that a module is built into the kernel.
-LP: #1309860
-- Tim GardnerTue, 20 May 2014 11:15:44 -0700
** Changed in: openipmi (Ubuntu Utopic)
St
** Branch linked: lp:ubuntu/utopic-proposed/openipmi
--
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
** Also affects: openipmi (Ubuntu Utopic)
Importance: Undecided
Assignee: Tim Gardner (timg-tpi)
Status: In Progress
** Changed in: openipmi (Ubuntu Utopic)
Status: In Progress => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Server
The attachment "patch from centos" seems to be a patch. If it isn't,
please remove the "patch" flag from the attachment, remove the "patch"
tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the
team.
[This is an automated message performed by a Launchpad user owned by
~brian-murr
This is a patch to the bug. This is extracted from the current openipmi
centos package.
It handles the fact the the IPMI modules may now be built into the
kernel.
** Patch added: "Patch to bug"
https://bugs.launchpad.net/ubuntu/trusty/+source/openipmi/+bug/1309860/+attachment/4103133/+files/o
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
Rather then removing the module handling code, how about wrapping it
with:
if ! grep ipmi_alloc_smi_msg /proc/kallsyms
then
...
fi
That way openipmi will continue to work with kernels where
ipmi_msghandler is still modular.
--
You received this bug notification because you are a member of Ubu
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 Ubu
--- 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_
Just the diff please, e.g., 'diff -r -u original modified patch.txt'
--
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 abou
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
Please attach your patch and I'll see if it adheres to Ubuntu SRU
policy.
** Package changed: linux (Ubuntu Trusty) => openipmi (Ubuntu Trusty)
** Changed in: openipmi (Ubuntu Trusty)
Status: Invalid => In Progress
--
You received this bug notification because you are a member of Ubuntu
26 matches
Mail list logo