[Debian-ha-maintainers] Bug#587565: start shorewall before corosync (and pacemaker)

Raoul Bhatia [IPAX] r.bhatia at ipax.at
Tue Jun 29 20:04:03 UTC 2010


Package: corosync
Version: 1.2.1-1
Severity: normal

hi,

using debian squeeze with the dependencies enabled boot, i encounter a
problem when corosync is started before shorewall.

in this case, the corosync/pacemaker start fails and the node does
not work. when i issue "killall -9 corosync; /etc/init.d/corosync start"
the node comes online without any issue.


when i add shorewall to the required services for corosync by applying
the following patch, everything works as expected:

diff -r d469edfbfe8d init.d/.depend.boot
--- a/init.d/.depend.boot       Tue Jun 29 21:57:40 2010 +0200
+++ b/init.d/.depend.boot       Tue Jun 29 21:58:24 2010 +0200
@@ -16,7 +16,7 @@
 hwclock.sh: checkroot.sh bootlogd
 urandom: mountall.sh mountoverflowtmp mountnfs.sh mountnfs-bootclean.sh
 shorewall: networking ifupdown mountall.sh mountoverflowtmp mountnfs.sh
mountnfs-bootclean.sh
-corosync: networking ifupdown mountall.sh mountoverflowtmp mountnfs.sh
mountnfs-bootclean.sh
+corosync: networking ifupdown mountall.sh mountoverflowtmp mountnfs.sh
mountnfs-bootclean.sh shorewall
 checkroot.sh: scsitools-pre.sh hwclockfirst.sh mountdevsubfs.sh
hostname.sh keymap.sh hdparm bootlogd
 lvm2: mountdevsubfs.sh udev mdadm-raid bootlogd
 checkfs.sh: lvm2 checkroot.sh mtab.sh scsitools.sh


as i do not know enough about the dependency-enabled startup sequence,
i kindly ask you to resolve this "issue".

(if this should be related to shorewall, please re-assign)

thanks,
raoul





More information about the Debian-ha-maintainers mailing list