Package: release.debian.org Severity: normal Tags: buster User: release.debian....@packages.debian.org Usertags: pu
Due to missing Default-Start runlevels, corosync-qdevice cannot be enabled after installation: # systemctl enable corosync-qdevice Synchronizing state of corosync-qdevice.service with SysV service script with /lib/systemd/systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install enable corosync-qdevice update-rc.d: error: corosync-qdevice Default-Start contains no runlevels, aborting. diff -Nru corosync-qdevice-3.0.0/debian/changelog corosync-qdevice-3.0.0/debian/changelog --- corosync-qdevice-3.0.0/debian/changelog 2019-02-04 00:33:24.000000000 +0100 +++ corosync-qdevice-3.0.0/debian/changelog 2020-04-07 23:10:01.000000000 +0200 @@ -1,3 +1,9 @@ +corosync-qdevice (3.0.0-4+deb10u1) buster; urgency=medium + + * [8de35d1] Set Default-Start runlevels for corosync-qdevice (Closes: #932346) + + -- Valentin Vidic <vvi...@debian.org> Tue, 07 Apr 2020 23:10:01 +0200 + corosync-qdevice (3.0.0-4) unstable; urgency=medium * [c680521] Revert "Require pacemaker for qdevice autopkgtest" diff -Nru corosync-qdevice-3.0.0/debian/corosync-qdevice.init corosync-qdevice-3.0.0/debian/corosync-qdevice.init --- corosync-qdevice-3.0.0/debian/corosync-qdevice.init 2019-01-03 09:18:31.000000000 +0100 +++ corosync-qdevice-3.0.0/debian/corosync-qdevice.init 2020-04-07 22:52:15.000000000 +0200 @@ -7,7 +7,7 @@ # Provides: corosync-qdevice # Required-Start: $remote_fs $syslog corosync # Required-Stop: $remote_fs $syslog corosync -# Default-Start: +# Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Corosync Qdevice daemon # Description: Starts and stops Corosync Qdevice daemon.