Re: [Pacemaker] [Problem]A compilation error of Pacemaker1.1.

2010-08-06 Thread renayama19661014
Hi Andrew, > This looks to be the problem. > Doesn't look like @sysconfdir@ was expanded correctly in configure. > > How did you build? Sorry I appointed same build before. I appointed sysconfdir=/etc, and the problem was settled. Thanks! Hideo Yamauchi. --- Andrew Beekhof wrote: > On

Re: [Pacemaker] [Problem]A compilation error of Pacemaker1.1.

2010-08-05 Thread Andrew Beekhof
On Fri, Aug 6, 2010 at 4:11 AM, wrote: > [r...@srv01 ~]# service pacemaker start > + desc='Pacemaker Cluster Manager' > + prog=pacemakerd > + PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/sbin > + '[' -d /usr/etc/sysconfig ']' > + '[' -d /usr/etc/default ']' This looks to be the problem. Doesn't look

Re: [Pacemaker] [Problem]A compilation error of Pacemaker1.1.

2010-08-05 Thread renayama19661014
Hi Andrew, Thank you for comment. > Sorry, I gave you the wrong information yesterday. > Apparently working on GUIs for two weeks is enough to rot one's brain ;-) > > Since I've also been talking to other people about this, I've taken > the time to write it up here: > > http://theclusterguy.c

Re: [Pacemaker] [Problem]A compilation error of Pacemaker1.1.

2010-08-05 Thread Andrew Beekhof
On Thu, Aug 5, 2010 at 3:38 AM, wrote: [snip] > > When I combinate pacemaker1.1 and corosync together, is not any setting else > necessary? Sorry, I gave you the wrong information yesterday. Apparently working on GUIs for two weeks is enough to rot one's brain ;-) Since I've also been talking

Re: [Pacemaker] [Problem]A compilation error of Pacemaker1.1.

2010-08-04 Thread renayama19661014
Hi Andrew, Let me ask you a question. I deleted service from corosync.conf. I started service of pacemaker after having started corosync. However, two clusters do not consist of a node. * srv01 [r...@srv01 ~]# ps -ef | grep heartbeat root 4 0 0 10:25 ?00:00:00 /usr/lib/hea

Re: [Pacemaker] [Problem]A compilation error of Pacemaker1.1.

2010-08-04 Thread renayama19661014
Hi Andrew, > Fixed: >http://hg.clusterlabs.org/pacemaker/1.1/rev/6bad7c6bbe7d Thanks! Best Regards, Hideo Yamauchi. --- Andrew Beekhof wrote: > On Wed, Aug 4, 2010 at 10:08 AM, Andrew Beekhof wrote: > > On Wed, Aug 4, 2010 at 6:34 AM, � wrote: > > >> [r...@srv01 Pacemaker-1-1-5ce5b34cf3

Re: [Pacemaker] [Problem]A compilation error of Pacemaker1.1.

2010-08-04 Thread Andrew Beekhof
On Wed, Aug 4, 2010 at 10:08 AM, Andrew Beekhof wrote: > On Wed, Aug 4, 2010 at 6:34 AM,   wrote: >> [r...@srv01 Pacemaker-1-1-5ce5b34cf3ab]# ./autogen.sh && ./configure >> --prefix=$PREFIX >> --localstatedir=/var --with-lcrso-dir=$LCRSODIR >> >> [r...@srv01 Pacemaker-1-1-5ce5b34cf3ab]# make ins

Re: [Pacemaker] [Problem]A compilation error of Pacemaker1.1.

2010-08-04 Thread Andrew Beekhof
On Wed, Aug 4, 2010 at 6:34 AM, wrote: > Hi, > > I compiled Pacemaker1.1. > > But, the next error happened. > > [r...@srv01 Pacemaker-1-1-5ce5b34cf3ab]# export PREFIX=/usr;export > LCRSODIR=$PREFIX/libexec/lcrso;export CLUSTER_USER=hacluster;export > CLUSTER_GROUP=haclient > > [r...@srv01 Pacema

[Pacemaker] [Problem]A compilation error of Pacemaker1.1.

2010-08-03 Thread renayama19661014
Hi, I compiled Pacemaker1.1. But, the next error happened. [r...@srv01 Pacemaker-1-1-5ce5b34cf3ab]# export PREFIX=/usr;export LCRSODIR=$PREFIX/libexec/lcrso;export CLUSTER_USER=hacluster;export CLUSTER_GROUP=haclient [r...@srv01 Pacemaker-1-1-5ce5b34cf3ab]# ./autogen.sh && ./configure --pref