[Bug 1318317] Re: openipmi startup script removes kernel modules

2019-03-06 Thread Cesar Pulido
I'm on 18.10 amd64 with 2.0.25-2ubuntu1, 4.18.0-15-generic. systemd shows 'Failed to start LSB: OpenIPMI Driver init script.' on boot. $ dpkg -l | grep openipmi ii libopenipmi0 2.0.25-2ubuntu1

[Bug 1318317] Re: openipmi startup script removes kernel modules

2018-12-21 Thread PabloAB
FTR: lsmod | grep ipmi ipmi_devintf 20480 0 ipmi_msghandler53248 1 ipmi_devintf And service won't start, as comment #11: "Failed to start LSB: OpenIPMI Driver init script". -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1318317] Re: openipmi startup script removes kernel modules

2018-12-16 Thread PabloAB
Not sure if same bug but I'm on 18.04 with openipmi 2.0.22-1.1ubuntu2.1, 4.15.0-42-generic kernel on Asus UX303UB and openipmi.service fail to start: "Failed to start LSB: OpenIPMI Driver init script", as in https://askubuntu.com/q/898012/349837. -- You received this bug notification because you

[Bug 1318317] Re: openipmi startup script removes kernel modules

2016-06-06 Thread Launchpad Bug Tracker
This bug was fixed in the package openipmi - 2.0.18-0ubuntu7.2 --- openipmi (2.0.18-0ubuntu7.2) trusty; urgency=medium * debian/openipmi.init: Do not unload all modules if some configured HW modules are not successfully loaded. Backported from Xenial. -LP: #1318317 --

[Bug 1318317] Re: openipmi startup script removes kernel modules

2016-06-02 Thread Breno Leitão
Jeremy is on vacation, but I just tested this version on -proposed, and it seems to be working fine: ubuntu@ubuntu1404:~$ lsmod | grep ipmi ipmi_watchdog 22705 0 ipmi_poweroff 11629 0 ipmi_devintf 13347 0 ipmi_msghandler51294 3 ipmi_devintf,ipmi_poweroff,

[Bug 1318317] Re: openipmi startup script removes kernel modules

2016-05-24 Thread Nish Aravamudan
@Jeremy, could you test once more with the above version of openipmi in Trusty, to verify the SRU -- which will then allow it to propogate to -updates? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/131

[Bug 1318317] Re: openipmi startup script removes kernel modules

2016-04-22 Thread Timo Aaltonen
Hello Oliver, or anyone else affected, Accepted openipmi into trusty-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/openipmi/2.0.18-0ubuntu7.2 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See http

[Bug 1318317] Re: openipmi startup script removes kernel modules

2016-04-14 Thread Michael Terry
Nish, I uploaded this to trusty-proposed. Let's wait for SRU process now. Thanks for the patch! ** Changed in: openipmi (Ubuntu Trusty) Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bu

[Bug 1318317] Re: openipmi startup script removes kernel modules

2016-03-19 Thread Nish Aravamudan
** Patch added: "openipmi_2.0.18-0ubuntu7.1.2.0.18-0ubuntu7.2.debdiff" https://bugs.launchpad.net/ubuntu/+source/openipmi/+bug/1318317/+attachment/4603771/+files/openipmi_2.0.18-0ubuntu7.1.2.0.18-0ubuntu7.2.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1318317] Re: openipmi startup script removes kernel modules

2016-03-19 Thread Nish Aravamudan
** Description changed: I need some IPMI kernel modules, so I load them during startup. This worked quite well until I upgraded to Ubuntu 14.04. As you can see I have the modules in /etc/modules: # grep ipmi /etc/modules ipmi_watchdog ipmi_devintf ipmi_poweroff ipmi_si R

[Bug 1318317] Re: openipmi startup script removes kernel modules

2016-03-18 Thread C de-Avillez
** Also affects: openipmi (Ubuntu Trusty) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1318317 Title: openipmi startup script removes kernel modules To

[Bug 1318317] Re: openipmi startup script removes kernel modules

2016-03-15 Thread Launchpad Bug Tracker
This bug was fixed in the package openipmi - 2.0.18-0ubuntu11 --- openipmi (2.0.18-0ubuntu11) xenial; urgency=medium * debian/openipmi.init: Do not unload all modules if some configured HW modules are not successfully loaded (LP: #1318317). -- Nishanth Aravamudan Thu, 03 Mar

[Bug 1318317] Re: openipmi startup script removes kernel modules

2016-03-15 Thread Nish Aravamudan
I have also sent the same patch upstream, with no response yet: https://sourceforge.net/p/openipmi/mailman/message/34928697/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1318317 Title: openipmi sta

Re: [Bug 1318317] Re: openipmi startup script removes kernel modules

2016-03-10 Thread Nish Aravamudan
On 11.03.2016 [02:30:46 -], Jeremy Kerr wrote: > (That's with your fixed package installed. Without, we see the > ipmi_devintf module being removed) Great, thanks! I'll ask for the fix to get merged and then submit an SRU for 14.04. ** Changed in: openipmi (Ubuntu) Status: Confirmed =

[Bug 1318317] Re: openipmi startup script removes kernel modules

2016-03-10 Thread Jeremy Kerr
Looks good on 16.04 too: $ sudo modprobe ipmi_devintf $ sudo service openipmi start Job for openipmi.service failed because the control process exited with error code. See "systemctl status openipmi.service" and "journalctl -xe" for details. $ lsmod | grep ipmi ipmi_devintf 13691 0 ipm

[Bug 1318317] Re: openipmi startup script removes kernel modules

2016-03-10 Thread Jeremy Kerr
(That's with your fixed package installed. Without, we see the ipmi_devintf module being removed) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1318317 Title: openipmi startup script removes kernel

Re: [Bug 1318317] Re: openipmi startup script removes kernel modules

2016-03-09 Thread Nish Aravamudan
On Mar 9, 2016 19:15, "Jeremy Kerr" wrote: > > @Nish: I tested against 14.04. We can take a look at 16.04 too, if you > like. That'd be great, as we need to get it into 16.04 before we can get it into 14.04. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1318317] Re: openipmi startup script removes kernel modules

2016-03-09 Thread Jeremy Kerr
@Nish: I tested against 14.04. We can take a look at 16.04 too, if you like. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1318317 Title: openipmi startup script removes kernel modules To manage no

[Bug 1318317] Re: openipmi startup script removes kernel modules

2016-03-03 Thread Nish Aravamudan
openipmi (2.0.18-0ubuntu10) xenial; urgency=medium * debian/openipmi.init: Do not unload all modules if some configured HW modules are not successfully loaded (LP: #1318317). -- Nishanth Aravamudan Thu, 03 Mar 2016 16:55:22 -0800 ** Patch added: "openipmi_2.0.18-0ubuntu9.2.0.18-0ubuntu1

[Bug 1318317] Re: openipmi startup script removes kernel modules

2016-03-03 Thread Nish Aravamudan
@Breno, once the fix has been accepted for 16.04, I will request a SRU for 14.04. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1318317 Title: openipmi startup script removes kernel modules To mana

[Bug 1318317] Re: openipmi startup script removes kernel modules

2016-03-03 Thread Nish Aravamudan
** Changed in: openipmi (Ubuntu) Milestone: None => ubuntu-16.04 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1318317 Title: openipmi startup script removes kernel modules To manage notificati

[Bug 1318317] Re: openipmi startup script removes kernel modules

2016-02-29 Thread Nish Aravamudan
@Breno, yes, I think that's correct. @Jeremy, were you able to test in both 16.04 and 14.04? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1318317 Title: openipmi startup script removes kernel modu

[Bug 1318317] Re: openipmi startup script removes kernel modules

2016-02-29 Thread Breno Leitão
Nish, I understand that this bug should be targeted for 16.04 as for 14.04. Is it your understanding also? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1318317 Title: openipmi startup script remov

[Bug 1318317] Re: openipmi startup script removes kernel modules

2016-02-25 Thread Jeremy Kerr
Nish: looks good to me: [jk@hab2 ~]$ sudo service openipmi stop [jk@hab2 ~]$ sudo modprobe ipmi_devintf [jk@hab2 ~]$ lsmod | grep ipmi ipmi_devintf 13227 0 ipmi_powernv5657 0 ipmi_msghandler51494 2 ipmi_powernv,ipmi_devintf [jk@hab2 ~]$ sudo service openipmi star

[Bug 1318317] Re: openipmi startup script removes kernel modules

2016-02-22 Thread Jeremy Kerr
Hi Nish, I'll give it a try, thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1318317 Title: openipmi startup script removes kernel modules To manage notifications about this bug go to: https

[Bug 1318317] Re: openipmi startup script removes kernel modules

2016-01-13 Thread Nish Aravamudan
Jeremy, have you had a chance to test the updated version(s)? Thanks, Nish -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1318317 Title: openipmi startup script removes kernel modules To manage not

[Bug 1318317] Re: openipmi startup script removes kernel modules

2016-01-06 Thread Nish Aravamudan
I've uploaded an alternative change to my PPA, builds are going now, which only does not unload all modules in the error path. The difference is, to minimize the impact to people that might be depending on the error path *not* loading more modules, I've put the return lines back in. So I'd like a

[Bug 1318317] Re: openipmi startup script removes kernel modules

2016-01-05 Thread Nish Aravamudan
Right, that is because "you" (slash the default) have specified in the openmpi configuration file (/etc/default/openmpi) that IPMI_SI is needed on your system. Thus, when it fails to load successfully, it is still flagged as: # no bits set = no errors # bit 0 set = minimum modules aren't loaded #

[Bug 1318317] Re: openipmi startup script removes kernel modules

2016-01-05 Thread Jeremy Kerr
thanks Nish! I just installed that package: [jk@fstn2-p1 sources.list.d]$ sudo apt-get remove --purge openipmi Reading package lists... Done Building dependency tree Reading state information... Done The following packages will be REMOVED: openipmi* 0 to upgrade, 0 to newly install, 1 to

[Bug 1318317] Re: openipmi startup script removes kernel modules

2015-12-23 Thread Nish Aravamudan
Nevermind, my apologies -- I was just impatient. Please use the original PPA (described at https://launchpad.net/~nacc/+archive/ubuntu/lp1318317) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1318317

[Bug 1318317] Re: openipmi startup script removes kernel modules

2015-12-23 Thread Nish Aravamudan
Sorry, had some issues with that PPA, there is a new one at: https://launchpad.net/~nacc/+archive/ubuntu/lp1318317-1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1318317 Title: openipmi startup scr

[Bug 1318317] Re: openipmi startup script removes kernel modules

2015-12-23 Thread Nish Aravamudan
I've setup a PPA for x86 at: https://launchpad.net/~nacc/+archive/ubuntu/lp1318317, with some packages for testing on trusty & xenial. Still figuring out how to setup the PPA for ppc6el. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1318317] Re: openipmi startup script removes kernel modules

2015-12-18 Thread Ubuntu Foundations Team Bug Bot
The attachment "lp1318317.v1.patch" 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-mur

[Bug 1318317] Re: openipmi startup script removes kernel modules

2015-12-18 Thread Nish Aravamudan
Jeremy, Does this patch have any effect on your OpenPower system? Thanks, Nish ** Patch added: "lp1318317.v1.patch" https://bugs.launchpad.net/ubuntu/+source/openipmi/+bug/1318317/+attachment/4537144/+files/lp1318317.v1.patch -- You received this bug notification because you are a member o

[Bug 1318317] Re: openipmi startup script removes kernel modules

2015-12-18 Thread Nish Aravamudan
** Changed in: openipmi (Ubuntu) Assignee: Taco Screen team (taco-screen-team) => Nish Aravamudan (nacc) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1318317 Title: openipmi startup script rem

[Bug 1318317] Re: openipmi startup script removes kernel modules

2015-12-17 Thread Nish Aravamudan
Oliver, Tore & Jeremy, I'm taking a look at this issue now, and just wanted to confirm that you've not modified /etc/default/openipmi in your setups (except as the noted workaround by Jeremy)? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ub

[Bug 1318317] Re: openipmi startup script removes kernel modules

2015-12-09 Thread Jon Grimm
** Changed in: openipmi (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1318317 Title: openipmi startup script removes kernel modules To manage notifications

[Bug 1318317] Re: openipmi startup script removes kernel modules

2015-12-07 Thread Jeremy Kerr
>From comment #3: > This breaks any system daemon that requires in-band IPMI. To provide a little more detail here: the opal-prd daemon, necessary for runtime system management on OpenPOWER machines, may communicate with the BMC using IPMI. As part of that daemon's initialisation, it ensures that

[Bug 1318317] Re: openipmi startup script removes kernel modules

2015-12-04 Thread Breno Leitão
** Changed in: openipmi (Ubuntu) Assignee: (unassigned) => Taco Screen team (taco-screen-team) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1318317 Title: openipmi startup script removes kerne

[Bug 1318317] Re: openipmi startup script removes kernel modules

2015-12-04 Thread Jeremy Kerr
We see the same on OpenPower machines. Since we don't use the ipmi_si interface, the openipmi init script fails, which removes modules which we do need. root@g43L:~# grep -B2 IPMI_SI /etc/default/openipmi # Enable standard hardware interfaces (KCS, BT, SMIC) # You probably want this enabled. IPMI_

[Bug 1318317] Re: openipmi startup script removes kernel modules

2014-07-22 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: openipmi (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1318317 Title: o

[Bug 1318317] Re: openipmi startup script removes kernel modules

2014-07-22 Thread Tore Anderson
This affects me, too. After boot, the necessary ipmi_{si,devintf} modules aren't loaded, so ipmitool and related monitoring doesn't work. However this bug cannot possibly be in the "ejabberd" package, so I'm reassigning it to "openipmi". ** Package changed: ejabberd (Ubuntu) => openipmi (Ubuntu)