Activity log for bug #1596474

Date Who What changed Old value New value Message
2016-06-27 09:52:35 Alex bug added bug
2016-06-27 09:54:44 Alex description I tried to add openipmi service to autostart i have got following error: /bin/systemctl enable openipmi openipmi.service is not a native service, redirecting to systemd-sysv-install Executing /lib/systemd/systemd-sysv-install enable openipmi update-rc.d: error: openipmi Default-Start contains no runlevels, aborting. echo $? 1 update-rc.d openipmi enable update-rc.d: error: openipmi Default-Start contains no runlevels, aborting. grep Default-Start /etc/init.d/openipmi # Default-Start: lsb_release -rd Description: Ubuntu 16.04 LTS Release: 16.04 apt-cache policy openipmi openipmi: Installed: 2.0.18-0ubuntu11 Candidate: 2.0.18-0ubuntu11 Version table: *** 2.0.18-0ubuntu11 500 500 mirror://<OUR CORPORATE UP-TO-DATE MIRROR>/ubuntu/lists/archive.ubuntu.com-list-<OUR CORPORATE ID> xenial/main amd64 Packages 100 /var/lib/dpkg/status Angle brackets and text inside changed manually. After changing /etc/init.d/openipmi line above to # Default-Start: 2 3 4 5 problem was solved. I tried to add openipmi service to autostart and I've got following error: /bin/systemctl enable openipmi openipmi.service is not a native service, redirecting to systemd-sysv-install Executing /lib/systemd/systemd-sysv-install enable openipmi update-rc.d: error: openipmi Default-Start contains no runlevels, aborting. echo $? 1 update-rc.d openipmi enable update-rc.d: error: openipmi Default-Start contains no runlevels, aborting. grep Default-Start /etc/init.d/openipmi # Default-Start: lsb_release -rd Description: Ubuntu 16.04 LTS Release: 16.04 apt-cache policy openipmi openipmi:   Installed: 2.0.18-0ubuntu11   Candidate: 2.0.18-0ubuntu11   Version table:  *** 2.0.18-0ubuntu11 500         500 mirror://<OUR CORPORATE UP-TO-DATE MIRROR>/ubuntu/lists/archive.ubuntu.com-list-<OUR CORPORATE ID> xenial/main amd64 Packages         100 /var/lib/dpkg/status Angle brackets and text inside changed manually while bug reporting. After changing /etc/init.d/openipmi line above to # Default-Start: 2 3 4 5 problem was solved.
2016-06-29 12:23:13 Robie Basak bug added subscriber Ubuntu Server Team
2016-06-29 12:23:20 Robie Basak tags autoload autostart init-scripts init.d openipmi sysv autoload autostart bitesize init-scripts init.d openipmi server-next sysv
2016-06-29 12:23:41 Robie Basak openipmi (Ubuntu): importance Undecided High
2016-06-29 22:00:36 Nish Aravamudan nominated for series Ubuntu Xenial
2016-06-29 22:00:41 Nish Aravamudan openipmi (Ubuntu): assignee Nish Aravamudan (nacc)
2016-06-29 22:12:19 Nish Aravamudan attachment added attachment https://bugs.launchpad.net/bugs/1596474/+attachment/4692500/+files/attachment
2016-06-29 22:12:39 Nish Aravamudan bug watch added http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=829037
2016-06-29 22:12:39 Nish Aravamudan bug task added openipmi (Debian)
2016-06-29 22:17:14 Nish Aravamudan description I tried to add openipmi service to autostart and I've got following error: /bin/systemctl enable openipmi openipmi.service is not a native service, redirecting to systemd-sysv-install Executing /lib/systemd/systemd-sysv-install enable openipmi update-rc.d: error: openipmi Default-Start contains no runlevels, aborting. echo $? 1 update-rc.d openipmi enable update-rc.d: error: openipmi Default-Start contains no runlevels, aborting. grep Default-Start /etc/init.d/openipmi # Default-Start: lsb_release -rd Description: Ubuntu 16.04 LTS Release: 16.04 apt-cache policy openipmi openipmi:   Installed: 2.0.18-0ubuntu11   Candidate: 2.0.18-0ubuntu11   Version table:  *** 2.0.18-0ubuntu11 500         500 mirror://<OUR CORPORATE UP-TO-DATE MIRROR>/ubuntu/lists/archive.ubuntu.com-list-<OUR CORPORATE ID> xenial/main amd64 Packages         100 /var/lib/dpkg/status Angle brackets and text inside changed manually while bug reporting. After changing /etc/init.d/openipmi line above to # Default-Start: 2 3 4 5 problem was solved. [Impact] * Attempting to set the openipmi service to autostart (or any other systemd manipulation of that service) results in: /bin/systemctl enable openipmi openipmi.service is not a native service, redirecting to systemd-sysv-install Executing /lib/systemd/systemd-sysv-install enable openipmi update-rc.d: error: openipmi Default-Start contains no runlevels, aborting. * The fix specifies the common default values for Default-Start and Default-Stop in the init-script. [Test Case] * Install openipmi and execute `systemctl enable openipmi`. A successful execution indicates the issue has been fixed. [Regression Potential] * Currently, the init-script provides no Default-Start or Default-Stop value. I believe the chance for regression by adding these is very low, as they are expected to be specified by systemd (at least). I tried to add openipmi service to autostart and I've got following error: /bin/systemctl enable openipmi openipmi.service is not a native service, redirecting to systemd-sysv-install Executing /lib/systemd/systemd-sysv-install enable openipmi update-rc.d: error: openipmi Default-Start contains no runlevels, aborting. echo $? 1 update-rc.d openipmi enable update-rc.d: error: openipmi Default-Start contains no runlevels, aborting. grep Default-Start /etc/init.d/openipmi # Default-Start: lsb_release -rd Description: Ubuntu 16.04 LTS Release: 16.04 apt-cache policy openipmi openipmi:   Installed: 2.0.18-0ubuntu11   Candidate: 2.0.18-0ubuntu11   Version table:  *** 2.0.18-0ubuntu11 500         500 mirror://<OUR CORPORATE UP-TO-DATE MIRROR>/ubuntu/lists/archive.ubuntu.com-list-<OUR CORPORATE ID> xenial/main amd64 Packages         100 /var/lib/dpkg/status Angle brackets and text inside changed manually while bug reporting. After changing /etc/init.d/openipmi line above to # Default-Start: 2 3 4 5 problem was solved.
2016-06-29 22:26:10 Nish Aravamudan openipmi (Ubuntu): status New Triaged
2016-06-30 07:57:10 Martin Pitt bug task added openipmi (Ubuntu Xenial)
2016-06-30 19:23:16 PeterSouter bug added subscriber PeterSouter
2016-06-30 21:31:23 Bug Watch Updater openipmi (Debian): status Unknown Confirmed
2016-07-06 21:00:25 Nish Aravamudan openipmi (Ubuntu): status Triaged In Progress
2016-07-06 21:00:27 Nish Aravamudan openipmi (Ubuntu Xenial): status New In Progress
2016-09-13 20:28:46 Launchpad Janitor openipmi (Ubuntu): status In Progress Fix Released
2016-09-13 21:41:48 Nish Aravamudan openipmi (Ubuntu): assignee Nish Aravamudan (nacc)
2016-09-13 21:41:50 Nish Aravamudan openipmi (Ubuntu Xenial): assignee Nish Aravamudan (nacc)
2016-09-14 12:20:39 Chris J Arges openipmi (Ubuntu Xenial): status In Progress Fix Committed
2016-09-14 12:20:43 Chris J Arges bug added subscriber Ubuntu Stable Release Updates Team
2016-09-14 12:20:50 Chris J Arges bug added subscriber SRU Verification
2016-09-14 12:20:57 Chris J Arges tags autoload autostart bitesize init-scripts init.d openipmi server-next sysv autoload autostart bitesize init-scripts init.d openipmi server-next sysv verification-needed
2016-09-15 11:01:44 PeterSouter tags autoload autostart bitesize init-scripts init.d openipmi server-next sysv verification-needed autoload autostart bitesize init-scripts init.d openipmi server-next sysv verification-done
2016-09-21 21:36:53 Launchpad Janitor merge proposal linked https://code.launchpad.net/~nacc/ubuntu/+source/openipmi/+git/openipmi/+merge/297709
2016-09-29 17:11:23 Launchpad Janitor openipmi (Ubuntu Xenial): status Fix Committed Fix Released
2016-09-29 17:11:34 Brian Murray removed subscriber Ubuntu Stable Release Updates Team
2018-02-23 19:50:53 Nish Aravamudan openipmi (Ubuntu Xenial): assignee Nish Aravamudan (nacc)
2018-02-23 19:59:51 David Britton removed subscriber Ubuntu Server Team
2018-05-19 04:03:13 Bug Watch Updater openipmi (Debian): status Confirmed Fix Released