On Fri, Jun 08, 2012 at 10:11:53AM -0300, Guilsson Guilsson wrote: > My two firewalls with HA worked like a charm across several versions > since Fedora 9. > Just after upgrading to Fedora 17, they REBOOT CONTINUALLY. > > > # for a in heartbeat heartbeat-libs resource-agents; do rpm -q $a; done > > heartbeat-3.0.4-1.fc17.2.i686 > > heartbeat-libs-3.0.4-1.fc17.2.i686 > > resource-agents-3.9.2-2.fc17.1.i686 > > Investigating the problem I noticed an execution of: > > ifconfig eth1:0: > (notice the colon at end of interface name) wich results in ha-log these > lines:
Worked around in resource-agents 3.9.3. commit: https://github.com/ClusterLabs/resource-agents/commit/dbe0f24 Though I'd really had used ifname=${ifname%:} ... -- : Lars Ellenberg : LINBIT | Your Way to High Availability : DRBD/HA support and consulting http://www.linbit.com _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
