You spotted two bugs, actually. :) Fixed with these two changesets: http://hg.linux-ha.org/dev/rev/1b9fb03de53b http://hg.linux-ha.org/agents/rev/ed833f33cd23
One minor request: patches should always be directed (or at least CC'd)
to the -dev list. Thanks!
Cheers,
Florian
On 2010-01-28 01:37, Bernd Schubert wrote:
> Update to recent heartbeat/pacemaker causes error messages on heartbeat
> startup:
>
> /etc/init.d/heartbeat: line 241: /ResourceManager: No such file or directory
>
>
>
> r...@mds1 other-rpm]# diff -u /etc/init.d/heartbeat.old /etc/init.d/heartbeat
> --- /etc/init.d/heartbeat.old 2010-01-28 01:53:06.000000000 +0100
> +++ /etc/init.d/heartbeat 2010-01-28 01:53:50.000000000 +0100
> @@ -134,7 +134,7 @@
>
> CrmEnabled() {
> case `ha_parameter crm | tr '[A-Z]' '[a-z]'` in
> - y|yes|enable|on|true|1|manual) true;;
> + y|yes|enable|on|true|1|manual|respawn) true;;
> *) false;;
> esac
> }
>
>
>
> Thanks,
> Bernd
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
