Hi,

On Fri, Mar 12, 2010 at 12:25:04PM -0600, Alex Dean wrote:
> I've build glue, resource agents, heartbeat, and pacemaker following
> the instructions athttp://clusterlabs.org/wiki/Install#From_Source
> 
> glue : ./configure --prefix=/usr --sysconfdir=/etc --with-daemon-
> user=hacluster --with-daemon-group=haclient
> resource agents : ./configure --prefix=/usr --sysconfdir=/etc
> heartbeat : ./configure --prefix=/usr --sysconfdir=/etc
> pacemaker : ./configure --prefix=/usr --sysconfdir=/etc
> --with-lcrso-dir=/usr/libexec/lcrso --enable-fatal-warnings=no
> 
> When I run '/etc/init.d/heartbeat start' (using a v1 configuration),
> I see the following error:
>  /etc/init.d/heartbeat: line 241: /usr/share/resource-agents/
> ResourceManager: No such file or directory
> 
> Line 241 of /etc/init.d/heartbeat is :
> '$HA_NOARCHBIN/ResourceManager verifyallidle'
> 
> HA_NOARCHBIN is set in shellfuncs (installed by agents) : '$
> {HA_NOARCHBIN:=/usr/share/resource-agents}'
> 
> but ResourceManager (installed by heartbeat) is actually in
> /usr/share/heartbeat.
> 
> Have I configured something incorrectly, or is this a bug?  Is there
> some additional option I need to set in the resource agents or
> heartbeat configure line to get them to cooperate?

It's a bug which has been fixed in the meantime. HA_NOARCHBIN
should be set to /usr/share/heartbeat.  You can set the variable
before starting heartbeat (perhaps in /etc/profile) to
/usr/share/heartbeat.

Thanks,

Dejan

> thanks,
> alex



> _______________________________________________
> Linux-HA mailing list
> [email protected]
> http://lists.linux-ha.org/mailman/listinfo/linux-ha
> See also: http://linux-ha.org/ReportingProblems

_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to