On Wed, Jul 11, 2018 at 08:01:46PM +0200, Salvatore D'angelo wrote: > Yes, but doing what you suggested the system find that sysV is > installed and try to leverage on update-rc.d scripts and the failure > occurs: > > root@pg1:~# systemctl enable corosync > corosync.service is not a native service, redirecting to systemd-sysv-install > Executing /lib/systemd/systemd-sysv-install enable corosync > update-rc.d: error: corosync Default-Start contains no runlevels, aborting. > > the only fix I found was to manipulate manually the header of > /etc/init.d/corosync adding the rows mentioned below. > But this is not a clean approach to solve the issue. > > What pacemaker suggest for newer distributions?
You can try using init scripts from the Debian/Ubuntu packages for corosync and pacemaker as they have the runlevel info included. Another option is to get the systemd service files working and than remove the init scripts. -- Valentin _______________________________________________ Users mailing list: Users@clusterlabs.org https://lists.clusterlabs.org/mailman/listinfo/users Project Home: http://www.clusterlabs.org Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf Bugs: http://bugs.clusterlabs.org