|
Hi Ray, thanks for the response. I've tracked down the issue as far as some sort of conflict between the following scripts in /etc/rcS.d: S59corosync S70screen-cleanup S80bootmisc.sh S85urandom S90console-screen.sh With the startup sequence given above, the problem seems to occur close to 100% of time (actually, I've never seen an actual correct startup of corosync after boot). I believe that the problem seems to revolve around the sockets that corosync uses in /var/run/*, thus I am assuming that one of the scripts that executes after corosync in that sequence messes up some of the /var/run/* files that it needs to communicate back-and-forth between all of it's children. I've looked through the scripts (although not really closely) and haven't been able to find the culprit. However, I have managed to "fix" (work-around) the problem by moving S59corosync to S95corosync. i.e., mv /etc/rcS.d/S59corosync /etc/rcS.d/S95corosync Since doing that on my system(s), I've rebooted 10 times, and corosync (and all of it's children) have come up correctly all ten times. I'm moving on to another problem with the corosync init.d scripts now: "/etc/init.d/corosync stop" seems to fail 100% of the time, and I believe it to be related to timeouts (i.e. the init script simply isn't giving corosync enough time to shutdown), I'll post back to this list once I have more information on that. I haven't encountered the problem where corosync fails during a manual start -- it has only been automatic/on-boot starts that have caused problems, and those only when it was at /etc/rcS.d/S59corosync. Thanks. Ray Pitmon wrote: Hi Remi, |
_______________________________________________ Mailing list: https://launchpad.net/~ubuntu-ha Post to : [email protected] Unsubscribe : https://launchpad.net/~ubuntu-ha More help : https://help.launchpad.net/ListHelp


