On 8/30/07, Dominik Klein <[EMAIL PROTECTED]> wrote: > And again I have to reply to myself. Sorry. > > I can see both processes running and I can see both ping groups being > pinged (using tcpdump). So it's not that the processes are not run, just > that the attribute is not (cannot?) be set.
the nodes will be pinged regardless of whether pingd runs or not - pingd gets the information from heartbeat. there are two problems: 1) both pingd processes are using the same name to connect to HA, so only the first one is able to connect (http://old.linux-foundation.org/developer_bugzilla/show_bug.cgi?id=1701) 2) HA doesn't actually tell its clients when signon fails (http://old.linux-foundation.org/developer_bugzilla/show_bug.cgi?id=1700) once 2) is fixed, i can then fix 1) in such a way that it wont break for most people (who only run a single copy of pingd per node) _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
