<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi All,<div class=""><br class=""></div><div class="">After I successfully upgraded Pacemaker from 1.1.14 to 1.1.18 and corosync from 2.3.35 to 2.4.4 on Ubuntu 14.04 I am trying to repeat the same scenario on Ubuntu 16.04.</div><div class="">As my previous scenario I am using Docker for test purpose before move to Bare metal.</div><div class="">The scenario worked properly after I downloaded the correct dependencies versions.</div><div class=""><br class=""></div><div class="">The only problem I experienced is that in my procedure install I set corosync and pacemaker to run at startup updating the init.d scripts with this commands:</div><div class=""><br class=""></div><div class="">update-rc.d corosync defaults</div><div class="">update-rc.d pacemaker defaults 80 80</div><div class=""><br class=""></div><div class="">I noticed that links in /etc/rc<run level> are not created.</div><div class=""><br class=""></div><div class="">I have also the following errors on second update-rc.d command:</div><div class=""><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><b class="">insserv: Service corosync has to be enabled to start service pacemaker</b></span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><b class="">insserv: exiting now!</b></span></div></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class=""></span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">I was able to solve the issue manually replacing these lines in /etc/init.d/corosync and </span>/etc/init.d/pacemaker:</div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class=""><div style="margin: 0px; font-stretch: normal; line-height: normal; color: rgb(82, 48, 225);" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""># Default-Start:</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal; color: rgb(82, 48, 225);" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""># Default-Stop:</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal; color: rgb(82, 48, 225);" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class=""></span></div><div style="margin: 0px; font-stretch: normal; line-height: normal; color: rgb(82, 48, 225);" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><div style="color: rgb(0, 0, 0); margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures;" class="">with this:</span></div><div style="color: rgb(0, 0, 0); margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="color: rgb(82, 48, 225);" class=""># Default-Start:        2 3 4 5</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""># Default-Stop:         0 1 6</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class=""></span></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><div style="color: rgb(0, 0, 0); margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures;" class="">I didn’t understand if this is a bug of corosync or pacemaker or simply there is a dependency missing on Ubuntu 16.04 that was installed by default on 14.04. I found other discussion on this forum about this problem but it’s not clear the solution.</span></div><div style="color: rgb(0, 0, 0); margin: 0px; font-stretch: normal; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures;" class="">Thanks in advance for support.</span></div><div style="color: rgb(0, 0, 0); margin: 0px; font-stretch: normal; line-height: normal;" class=""><br class=""></div><div style="color: rgb(0, 0, 0); margin: 0px; font-stretch: normal; line-height: normal;" class=""></div></div></span></div></div></body></html>