[Kernel-packages] [Bug 1284334] Re: (regression?) openipmi fails to start on kernels 3.13.0-11-generic and 3.13.0-12-generic

2014-08-26 Thread Kent Baxley
The OpenIPMI portion of this issue now seems to be fixed in Utopic Trusty and I will try and verify the fix for Precise: https://bugs.launchpad.net/ubuntu/+source/openipmi/+bug/1309860 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to

[Kernel-packages] [Bug 1284334] Re: (regression?) openipmi fails to start on kernels 3.13.0-11-generic and 3.13.0-12-generic

2014-04-05 Thread Tim Gardner
This is why we set it =y in the first place: http://kernel.ubuntu.com/git?p=ubuntu/ubuntu- trusty.git;a=commit;h=b0457d402649381ab0dd9a40b54f5bf1d35931b9 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1284334] Re: (regression?) openipmi fails to start on kernels 3.13.0-11-generic and 3.13.0-12-generic

2014-04-04 Thread Dan van der Ster
CONFIG_IPMI_HANDLER is still y in3.13.0-20, so this is still broken. This is the workaround I'm using at the moment: # diff /etc/init.d/openipmi.orig /etc/init.d/openipmi 324,326c324,326 modprobe ipmi_msghandler /dev/null 21 modules_loaded ipmi_msghandler [ ${OnePlusLoaded}

[Kernel-packages] [Bug 1284334] Re: (regression?) openipmi fails to start on kernels 3.13.0-11-generic and 3.13.0-12-generic

2014-03-18 Thread Joseph Salisbury
** Tags removed: kernel-key ** Tags added: kernel-da-key -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1284334 Title: (regression?) openipmi fails to start on kernels 3.13.0-11-generic

[Kernel-packages] [Bug 1284334] Re: (regression?) openipmi fails to start on kernels 3.13.0-11-generic and 3.13.0-12-generic

2014-03-04 Thread Joseph Salisbury
It sounds like this bug didn't exists in Ubuntu 3.13.0-8. That kernel was based off of upstream 3.13.2. That may indicate that this bug was introduced by upstream stable 3.13.3 or 3.13.4. If you have time, can you also test the following two kernels: 3.13.3:

[Kernel-packages] [Bug 1284334] Re: (regression?) openipmi fails to start on kernels 3.13.0-11-generic and 3.13.0-12-generic

2014-03-04 Thread Joseph Salisbury
All of the mainline kernels are built with CONFIG_IPMI_HANDLER set to m, so I assume testing will not reproduce the bug for any of the upstream kernels. We now know that the change of CONFIG_IPMI_HANDLER from m to y in Trusty is what causes this bug. -- You received this bug notification

[Kernel-packages] [Bug 1284334] Re: (regression?) openipmi fails to start on kernels 3.13.0-11-generic and 3.13.0-12-generic

2014-03-04 Thread Kent Baxley
Ok. I'll not test those if that's the case. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1284334 Title: (regression?) openipmi fails to start on kernels 3.13.0-11-generic and

[Kernel-packages] [Bug 1284334] Re: (regression?) openipmi fails to start on kernels 3.13.0-11-generic and 3.13.0-12-generic

2014-03-03 Thread Joseph Salisbury
In trusty, the CONFIG_IPMI_HANDLER option is set to Y: config.common.ubuntu:CONFIG_ACPI_IPMI=m config.common.ubuntu:CONFIG_IPMI_DEVICE_INTERFACE=m config.common.ubuntu:CONFIG_IPMI_HANDLER=y config.common.ubuntu:# CONFIG_IPMI_PANIC_EVENT is not set config.common.ubuntu:CONFIG_IPMI_POWEROFF=m

[Kernel-packages] [Bug 1284334] Re: (regression?) openipmi fails to start on kernels 3.13.0-11-generic and 3.13.0-12-generic

2014-03-03 Thread Joseph Salisbury
Yes, you are correct. The latest Saucy kernel does have IPMI as a module. Here is the config entries for Saucy 3.11.0-18.32: config.common.ubuntu:CONFIG_ACPI_IPMI=m config.common.ubuntu:CONFIG_IPMI_DEVICE_INTERFACE=m config.common.ubuntu:CONFIG_IPMI_HANDLER=m config.common.ubuntu:#

[Kernel-packages] [Bug 1284334] Re: (regression?) openipmi fails to start on kernels 3.13.0-11-generic and 3.13.0-12-generic

2014-03-03 Thread Kent Baxley
Hi Joseph, Thanks. I can check the 3.14rc1 kernel and see. I'll also be glad to try out a test kernel from you with the handler set back to module. I'll let you know as soon as I find something out with 3.14rc1 -- You received this bug notification because you are a member of Kernel

[Kernel-packages] [Bug 1284334] Re: (regression?) openipmi fails to start on kernels 3.13.0-11-generic and 3.13.0-12-generic

2014-03-03 Thread Joseph Salisbury
Also, you can confirm the IPMI config options on a running system by executing: cat /boot/config-$(uname -r) | grep IPMI -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1284334 Title:

[Kernel-packages] [Bug 1284334] Re: (regression?) openipmi fails to start on kernels 3.13.0-11-generic and 3.13.0-12-generic

2014-03-03 Thread Joseph Salisbury
I built a Trusty test kernel with CONFIG_IPMI_HANDLER=m. The test kernel can be downloaded from: http://kernel.ubuntu.com/~jsalisbury/lp1284334/ Can you test this kernel to see if it exhibits the bug or not? You will need to install both the linux-image and linux-image-extra .deb packages. --

[Kernel-packages] [Bug 1284334] Re: (regression?) openipmi fails to start on kernels 3.13.0-11-generic and 3.13.0-12-generic

2014-03-03 Thread Kent Baxley
Trusty 3.13.0-14-generic config shows IPMI_HANDLER option set to Y: CONFIG_ACPI_IPMI=m CONFIG_IPMI_HANDLER=y # CONFIG_IPMI_PANIC_EVENT is not set CONFIG_IPMI_DEVICE_INTERFACE=m CONFIG_IPMI_SI=m CONFIG_IPMI_WATCHDOG=m CONFIG_IPMI_POWEROFF=m ..with the 3.13.0-8 kernel it is set to m, and this was

[Kernel-packages] [Bug 1284334] Re: (regression?) openipmi fails to start on kernels 3.13.0-11-generic and 3.13.0-12-generic

2014-02-28 Thread Kent Baxley
Any updates on this? -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1284334 Title: (regression?) openipmi fails to start on kernels 3.13.0-11-generic and 3.13.0-12-generic Status in

[Kernel-packages] [Bug 1284334] Re: (regression?) openipmi fails to start on kernels 3.13.0-11-generic and 3.13.0-12-generic

2014-02-25 Thread Joseph Salisbury
Can you provide the apport output from 3.13.0-8 for comparison? The ipmi_si driver is built into the kernel in 3.13.0-11 and -12. It could be the driver gets started but user-space expects it always to be a module. -- You received this bug notification because you are a member of Kernel

[Kernel-packages] [Bug 1284334] Re: (regression?) openipmi fails to start on kernels 3.13.0-11-generic and 3.13.0-12-generic

2014-02-25 Thread Kent Baxley
Here's the apport when booted to 3.13.0-8. I'm wondering if that is indeed the case. I saw a changelog for the -11 kernel stating IPMI modules were set to 'y'. ** Attachment added: openipmi-38.apport

[Kernel-packages] [Bug 1284334] Re: (regression?) openipmi fails to start on kernels 3.13.0-11-generic and 3.13.0-12-generic

2014-02-25 Thread Kent Baxley
Also just tested the 3.13.5 from mainline and noticed that openipmi does not start there, either. Same symptoms. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1284334 Title:

[Kernel-packages] [Bug 1284334] Re: (regression?) openipmi fails to start on kernels 3.13.0-11-generic and 3.13.0-12-generic

2014-02-24 Thread Kent Baxley
This is the kernel that worked for me: http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.14-rc4-trusty/ I can also go back and test the others until I find one that breaks. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1284334] Re: (regression?) openipmi fails to start on kernels 3.13.0-11-generic and 3.13.0-12-generic

2014-02-24 Thread Kent Baxley
I've uploaded the .apport file, since the server can't get out to the internet very easily. Let me know if you need anything else. ** Attachment added: openipmi.apport https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1284334/+attachment/3994996/+files/openipmi.apport ** Changed in:

[Kernel-packages] [Bug 1284334] Re: (regression?) openipmi fails to start on kernels 3.13.0-11-generic and 3.13.0-12-generic

2014-02-24 Thread Joseph Salisbury
** Changed in: linux (Ubuntu) Importance: Undecided = High ** Tags added: kernel-key trusty ** Changed in: linux (Ubuntu) Status: Confirmed = Triaged -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1284334] Re: (regression?) openipmi fails to start on kernels 3.13.0-11-generic and 3.13.0-12-generic

2014-02-24 Thread Joseph Salisbury
The Trusty 3.13.0-12 kernel has been rebased to upstream 3.13.4. However, 3.13.5 is already available. Can you see if this bug is already fixed in 3.13.5: http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.13.5-trusty/ -- You received this bug notification because you are a member of Kernel