Hi linux-ha team, I was reading project documentation, and I guess I found an typo error.
On page: http://www.linux-ha.org/doc/s-heartbeat-authkeys.html You can see the example code: ( echo -ne "auth 1\n1 sha1 "; \ dd if=/dev/urandom bs=512 count=1 | openssl md5 ) \ > /etc/ha.d/authkeys chmod 0600 /etc/ha.d/authkeys Since key algorithm is declared as "sha1", probably you should adjust your openssl settings accordingly. Or change from sha1 to md5. -- []´s Helio Loureiro http://helio.loureiro.eng.br http://hloureiro.multiply.com http://twitter.com/helioloureiro _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
