Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Linux-HA: Users

Cluster glue IPCSocket error

 

 

Linux-HA users RSS feed   Index | Next | Previous | View Threaded


heitor.lessa at hotmail

Jul 27, 2012, 5:06 AM

Post #1 of 9 (352 views)
Permalink
Cluster glue IPCSocket error

Hi,
I was creating a documentation regarding dependencies and everything that must be done before start to install cluster stack from source, but even yesterday following same steps went ok, today using same CentOS version (5.8) patches did not work as expected.
I got stuck in IPC socket error and could not figure out what is happening, also tried older and latest code but with no success. Can someone please put some light here?
# make
[...]ipcsocket.c: In function 'verify_creds':ipcsocket.c:2257: warning: cast to pointer from integer of different sizeipcsocket.c:2261: warning: cast to pointer from integer of different sizegmake[2]: *** [ipcsocket.lo] Error 1gmake[2]: Leaving directory `/root/cluster_stack/Reusable-Cluster-Components-glue--18489f275f75/lib/clplumbing'gmake[1]: *** [install-recursive] Error 1gmake[1]: Leaving directory `/root/cluster_stack/Reusable-Cluster-Components-glue--18489f275f75/lib'make: *** [install-recursive] Error 1

automake (GNU automake) 1.12libtool (GNU libtool) 2.4.2autoconf (GNU Autoconf) 2.65m4 (GNU M4) 1.4.16pkg-config 0.26glib2.12libaio-0.3
Thanks in advance.



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


dejanmm at fastmail

Aug 8, 2012, 5:53 AM

Post #2 of 9 (335 views)
Permalink
Re: Cluster glue IPCSocket error [In reply to]

Hi,

On Fri, Jul 27, 2012 at 12:06:05PM +0000, Heitor Lessa wrote:
>
> Hi,
> I was creating a documentation regarding dependencies and everything that must be done before start to install cluster stack from source, but even yesterday following same steps went ok, today using same CentOS version (5.8) patches did not work as expected.
> I got stuck in IPC socket error and could not figure out what is happening, also tried older and latest code but with no success. Can someone please put some light here?
> # make
> [...]ipcsocket.c: In function 'verify_creds':ipcsocket.c:2257: warning: cast to pointer from integer of different sizeipcsocket.c:2261: warning: cast to pointer from integer of different sizegmake[2]: *** [ipcsocket.lo] Error 1gmake[2]: Leaving directory `/root/cluster_stack/Reusable-Cluster-Components-glue--18489f275f75/lib/clplumbing'gmake[1]: *** [install-recursive] Error 1gmake[1]: Leaving directory `/root/cluster_stack/Reusable-Cluster-Components-glue--18489f275f75/lib'make: *** [install-recursive] Error 1
>
> automake (GNU automake) 1.12libtool (GNU libtool) 2.4.2autoconf (GNU Autoconf) 2.65m4 (GNU M4) 1.4.16pkg-config 0.26glib2.12libaio-0.3
> Thanks in advance.

This already came up before. Take a look here:

http://lists.linux-ha.org/pipermail/linux-ha/2007-September/027621.html

Thanks,

Dejan

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


heitor.lessa at hotmail

Aug 13, 2012, 7:10 AM

Post #3 of 9 (316 views)
Permalink
Re: Cluster glue IPCSocket error [In reply to]

Thanks Dejan !

To solve the problem just issued:
# yum remove glib2-devel# yum install glib2-devel.x86_64 -y
CentOS 5.8


> Date: Wed, 8 Aug 2012 14:53:12 +0200
> From: dejanmm [at] fastmail
> To: linux-ha [at] lists
> Subject: Re: [Linux-HA] Cluster glue IPCSocket error
>
> Hi,
>
> On Fri, Jul 27, 2012 at 12:06:05PM +0000, Heitor Lessa wrote:
> >
> > Hi,
> > I was creating a documentation regarding dependencies and everything that must be done before start to install cluster stack from source, but even yesterday following same steps went ok, today using same CentOS version (5.8) patches did not work as expected.
> > I got stuck in IPC socket error and could not figure out what is happening, also tried older and latest code but with no success. Can someone please put some light here?
> > # make
> > [...]ipcsocket.c: In function 'verify_creds':ipcsocket.c:2257: warning: cast to pointer from integer of different sizeipcsocket.c:2261: warning: cast to pointer from integer of different sizegmake[2]: *** [ipcsocket.lo] Error 1gmake[2]: Leaving directory `/root/cluster_stack/Reusable-Cluster-Components-glue--18489f275f75/lib/clplumbing'gmake[1]: *** [install-recursive] Error 1gmake[1]: Leaving directory `/root/cluster_stack/Reusable-Cluster-Components-glue--18489f275f75/lib'make: *** [install-recursive] Error 1
> >
> > automake (GNU automake) 1.12libtool (GNU libtool) 2.4.2autoconf (GNU Autoconf) 2.65m4 (GNU M4) 1.4.16pkg-config 0.26glib2.12libaio-0.3
> > Thanks in advance.
>
> This already came up before. Take a look here:
>
> http://lists.linux-ha.org/pipermail/linux-ha/2007-September/027621.html
>
> Thanks,
>
> Dejan
>
> >
> >
> > _______________________________________________
> > Linux-HA mailing list
> > Linux-HA [at] lists
> > http://lists.linux-ha.org/mailman/listinfo/linux-ha
> > See also: http://linux-ha.org/ReportingProblems
> _______________________________________________
> Linux-HA mailing list
> Linux-HA [at] lists
> http://lists.linux-ha.org/mailman/listinfo/linux-ha
> See also: http://linux-ha.org/ReportingProblems

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


dejanmm at fastmail

Aug 13, 2012, 7:36 AM

Post #4 of 9 (318 views)
Permalink
Re: Cluster glue IPCSocket error [In reply to]

Hi,

On Mon, Aug 13, 2012 at 02:10:59PM +0000, Heitor Lessa wrote:
> Thanks Dejan !
>
> To solve the problem just issued:
> # yum remove glib2-devel# yum install glib2-devel.x86_64 -y
> CentOS 5.8

That's quite unexpected. Just out of curiosity: how did you
figure that out? Anyway, doesn't yum know which architecture are
you running?

Thanks,

Dejan

> > Date: Wed, 8 Aug 2012 14:53:12 +0200
> > From: dejanmm [at] fastmail
> > To: linux-ha [at] lists
> > Subject: Re: [Linux-HA] Cluster glue IPCSocket error
> >
> > Hi,
> >
> > On Fri, Jul 27, 2012 at 12:06:05PM +0000, Heitor Lessa wrote:
> > >
> > > Hi,
> > > I was creating a documentation regarding dependencies and everything that must be done before start to install cluster stack from source, but even yesterday following same steps went ok, today using same CentOS version (5.8) patches did not work as expected.
> > > I got stuck in IPC socket error and could not figure out what is happening, also tried older and latest code but with no success. Can someone please put some light here?
> > > # make
> > > [...]ipcsocket.c: In function 'verify_creds':ipcsocket.c:2257: warning: cast to pointer from integer of different sizeipcsocket.c:2261: warning: cast to pointer from integer of different sizegmake[2]: *** [ipcsocket.lo] Error 1gmake[2]: Leaving directory `/root/cluster_stack/Reusable-Cluster-Components-glue--18489f275f75/lib/clplumbing'gmake[1]: *** [install-recursive] Error 1gmake[1]: Leaving directory `/root/cluster_stack/Reusable-Cluster-Components-glue--18489f275f75/lib'make: *** [install-recursive] Error 1
> > >
> > > automake (GNU automake) 1.12libtool (GNU libtool) 2.4.2autoconf (GNU Autoconf) 2.65m4 (GNU M4) 1.4.16pkg-config 0.26glib2.12libaio-0.3
> > > Thanks in advance.
> >
> > This already came up before. Take a look here:
> >
> > http://lists.linux-ha.org/pipermail/linux-ha/2007-September/027621.html
> >
> > Thanks,
> >
> > Dejan
> >
> > >
> > >
> > > _______________________________________________
> > > Linux-HA mailing list
> > > Linux-HA [at] lists
> > > http://lists.linux-ha.org/mailman/listinfo/linux-ha
> > > See also: http://linux-ha.org/ReportingProblems
> > _______________________________________________
> > Linux-HA mailing list
> > Linux-HA [at] lists
> > http://lists.linux-ha.org/mailman/listinfo/linux-ha
> > See also: http://linux-ha.org/ReportingProblems
>
> _______________________________________________
> Linux-HA mailing list
> Linux-HA [at] lists
> http://lists.linux-ha.org/mailman/listinfo/linux-ha
> See also: http://linux-ha.org/ReportingProblems
_______________________________________________
Linux-HA mailing list
Linux-HA [at] lists
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems


heitor.lessa at hotmail

Aug 13, 2012, 8:01 AM

Post #5 of 9 (319 views)
Permalink
Re: Cluster glue IPCSocket error [In reply to]

Exactly Dejan.
Unfortunately this happen only with pacemaker repo, but if you have a look at the output of uname command everything is ok:
Linux ha_web1 2.6.18-308.8.2.el5xen #1 SMP Tue Jun 12 10:39:28 EDT 2012 x86_64 x86_64 x86_64 GNU/Linux
I was having a look at make output and figure out that possibly there were another lib in i386 overriding one in x86_64. Then looking at my procedure I have been creating I found out that glib2-devel was installed using normally without specifying its arch, which got me a big problem with e2fsprogs-devel (needed also for cluster stack).

I think it might help another ones, but apart from Development Tools group I had to install these ones:
glib2-devel.x86_64libxml2-devel.x86_64libaio-devel.x86_64bzip2-devel.x86_64e2fsprogs-devel.x8_64libxslt.x86_64
Also upgrade automake And autoconf.



> Date: Mon, 13 Aug 2012 16:36:19 +0200
> From: dejanmm [at] fastmail
> To: linux-ha [at] lists
> Subject: Re: [Linux-HA] Cluster glue IPCSocket error
>
> Hi,
>
> On Mon, Aug 13, 2012 at 02:10:59PM +0000, Heitor Lessa wrote:
> > Thanks Dejan !
> >
> > To solve the problem just issued:
> > # yum remove glib2-devel# yum install glib2-devel.x86_64 -y
> > CentOS 5.8
>
> That's quite unexpected. Just out of curiosity: how did you
> figure that out? Anyway, doesn't yum know which architecture are
> you running?
>
> Thanks,
>
> Dejan
>
> > > Date: Wed, 8 Aug 2012 14:53:12 +0200
> > > From: dejanmm [at] fastmail
> > > To: linux-ha [at] lists
> > > Subject: Re: [Linux-HA] Cluster glue IPCSocket error
> > >
> > > Hi,
> > >
> > > On Fri, Jul 27, 2012 at 12:06:05PM +0000, Heitor Lessa wrote:
> > > >
> > > > Hi,
> > > > I was creating a documentation regarding dependencies and everything that must be done before start to install cluster stack from source, but even yesterday following same steps went ok, today using same CentOS version (5.8) patches did not work as expected.
> > > > I got stuck in IPC socket error and could not figure out what is happening, also tried older and latest code but with no success. Can someone please put some light here?
> > > > # make
> > > > [...]ipcsocket.c: In function 'verify_creds':ipcsocket.c:2257: warning: cast to pointer from integer of different sizeipcsocket.c:2261: warning: cast to pointer from integer of different sizegmake[2]: *** [ipcsocket.lo] Error 1gmake[2]: Leaving directory `/root/cluster_stack/Reusable-Cluster-Components-glue--18489f275f75/lib/clplumbing'gmake[1]: *** [install-recursive] Error 1gmake[1]: Leaving directory `/root/cluster_stack/Reusable-Cluster-Components-glue--18489f275f75/lib'make: *** [install-recursive] Error 1
> > > >
> > > > automake (GNU automake) 1.12libtool (GNU libtool) 2.4.2autoconf (GNU Autoconf) 2.65m4 (GNU M4) 1.4.16pkg-config 0.26glib2.12libaio-0.3
> > > > Thanks in advance.
> > >
> > > This already came up before. Take a look here:
> > >
> > > http://lists.linux-ha.org/pipermail/linux-ha/2007-September/027621.html
> > >
> > > Thanks,
> > >
> > > Dejan
> > >
> > > >
> > > >
> > > > _______________________________________________
> > > > Linux-HA mailing list
> > > > Linux-HA [at] lists
> > > > http://lists.linux-ha.org/mailman/listinfo/linux-ha
> > > > See also: http://linux-ha.org/ReportingProblems
> > > _______________________________________________
> > > Linux-HA mailing list
> > > Linux-HA [at] lists
> > > http://lists.linux-ha.org/mailman/listinfo/linux-ha
> > > See also: http://linux-ha.org/ReportingProblems
> >
> > _______________________________________________
> > Linux-HA mailing list
> > Linux-HA [at] lists
> > http://lists.linux-ha.org/mailman/listinfo/linux-ha
> > See also: http://linux-ha.org/ReportingProblems
> _______________________________________________
> Linux-HA mailing list
> Linux-HA [at] lists
> http://lists.linux-ha.org/mailman/listinfo/linux-ha
> See also: http://linux-ha.org/ReportingProblems

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


dejanmm at fastmail

Aug 13, 2012, 9:07 AM

Post #6 of 9 (313 views)
Permalink
Re: Cluster glue IPCSocket error [In reply to]

On Mon, Aug 13, 2012 at 03:01:27PM +0000, Heitor Lessa wrote:
> Exactly Dejan.
> Unfortunately this happen only with pacemaker repo, but if you have a look at the output of uname command everything is ok:
> Linux ha_web1 2.6.18-308.8.2.el5xen #1 SMP Tue Jun 12 10:39:28 EDT 2012 x86_64 x86_64 x86_64 GNU/Linux
> I was having a look at make output and figure out that possibly there were another lib in i386 overriding one in x86_64. Then looking at my procedure I have been creating I found out that glib2-devel was installed using normally without specifying its arch, which got me a big problem with e2fsprogs-devel (needed also for cluster stack).
>
> I think it might help another ones, but apart from Development Tools group I had to install these ones:
> glib2-devel.x86_64libxml2-devel.x86_64libaio-devel.x86_64bzip2-devel.x86_64e2fsprogs-devel.x8_64libxslt.x86_64
> Also upgrade automake And autoconf.

OK. Actually, I got some reports/subject lines mixed :)
But thanks for reporting back what was the issue.

Dejan

> > Date: Mon, 13 Aug 2012 16:36:19 +0200
> > From: dejanmm [at] fastmail
> > To: linux-ha [at] lists
> > Subject: Re: [Linux-HA] Cluster glue IPCSocket error
> >
> > Hi,
> >
> > On Mon, Aug 13, 2012 at 02:10:59PM +0000, Heitor Lessa wrote:
> > > Thanks Dejan !
> > >
> > > To solve the problem just issued:
> > > # yum remove glib2-devel# yum install glib2-devel.x86_64 -y
> > > CentOS 5.8
> >
> > That's quite unexpected. Just out of curiosity: how did you
> > figure that out? Anyway, doesn't yum know which architecture are
> > you running?
> >
> > Thanks,
> >
> > Dejan
> >
> > > > Date: Wed, 8 Aug 2012 14:53:12 +0200
> > > > From: dejanmm [at] fastmail
> > > > To: linux-ha [at] lists
> > > > Subject: Re: [Linux-HA] Cluster glue IPCSocket error
> > > >
> > > > Hi,
> > > >
> > > > On Fri, Jul 27, 2012 at 12:06:05PM +0000, Heitor Lessa wrote:
> > > > >
> > > > > Hi,
> > > > > I was creating a documentation regarding dependencies and everything that must be done before start to install cluster stack from source, but even yesterday following same steps went ok, today using same CentOS version (5.8) patches did not work as expected.
> > > > > I got stuck in IPC socket error and could not figure out what is happening, also tried older and latest code but with no success. Can someone please put some light here?
> > > > > # make
> > > > > [...]ipcsocket.c: In function 'verify_creds':ipcsocket.c:2257: warning: cast to pointer from integer of different sizeipcsocket.c:2261: warning: cast to pointer from integer of different sizegmake[2]: *** [ipcsocket.lo] Error 1gmake[2]: Leaving directory `/root/cluster_stack/Reusable-Cluster-Components-glue--18489f275f75/lib/clplumbing'gmake[1]: *** [install-recursive] Error 1gmake[1]: Leaving directory `/root/cluster_stack/Reusable-Cluster-Components-glue--18489f275f75/lib'make: *** [install-recursive] Error 1
> > > > >
> > > > > automake (GNU automake) 1.12libtool (GNU libtool) 2.4.2autoconf (GNU Autoconf) 2.65m4 (GNU M4) 1.4.16pkg-config 0.26glib2.12libaio-0.3
> > > > > Thanks in advance.
> > > >
> > > > This already came up before. Take a look here:
> > > >
> > > > http://lists.linux-ha.org/pipermail/linux-ha/2007-September/027621.html
> > > >
> > > > Thanks,
> > > >
> > > > Dejan
> > > >
> > > > >
> > > > >
> > > > > _______________________________________________
> > > > > Linux-HA mailing list
> > > > > Linux-HA [at] lists
> > > > > http://lists.linux-ha.org/mailman/listinfo/linux-ha
> > > > > See also: http://linux-ha.org/ReportingProblems
> > > > _______________________________________________
> > > > Linux-HA mailing list
> > > > Linux-HA [at] lists
> > > > http://lists.linux-ha.org/mailman/listinfo/linux-ha
> > > > See also: http://linux-ha.org/ReportingProblems
> > >
> > > _______________________________________________
> > > Linux-HA mailing list
> > > Linux-HA [at] lists
> > > http://lists.linux-ha.org/mailman/listinfo/linux-ha
> > > See also: http://linux-ha.org/ReportingProblems
> > _______________________________________________
> > Linux-HA mailing list
> > Linux-HA [at] lists
> > http://lists.linux-ha.org/mailman/listinfo/linux-ha
> > See also: http://linux-ha.org/ReportingProblems
>
> _______________________________________________
> Linux-HA mailing list
> Linux-HA [at] lists
> http://lists.linux-ha.org/mailman/listinfo/linux-ha
> See also: http://linux-ha.org/ReportingProblems
_______________________________________________
Linux-HA mailing list
Linux-HA [at] lists
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems


heitor.lessa at hotmail

Aug 13, 2012, 9:30 AM

Post #7 of 9 (312 views)
Permalink
Re: Cluster glue IPCSocket error [In reply to]

Dejan,
I do not know if it is related, but I am getting problem now to compile Corosync.
Strangely I did the same on the first machine, so it might be another package in x86 but I bet in something with autoconf And pkg-config.

Could you put a light on this?
./configure: line 6603: syntax error near unexpected token `corosync,corosync'./configure: line 6603: `PKG_CHECK_MODULES(corosync,corosync)'
pkg-config - 0.25autoconf (GNU Autoconf) 2.66m4 (GNU M4) 1.4.15
I got loads of warnings with autoconf 2.68, then I downgrade and no errors are generated by autogen.
Thank you once again.



> Date: Mon, 13 Aug 2012 18:07:14 +0200
> From: dejanmm [at] fastmail
> To: linux-ha [at] lists
> Subject: Re: [Linux-HA] Cluster glue IPCSocket error
>
> On Mon, Aug 13, 2012 at 03:01:27PM +0000, Heitor Lessa wrote:
> > Exactly Dejan.
> > Unfortunately this happen only with pacemaker repo, but if you have a look at the output of uname command everything is ok:
> > Linux ha_web1 2.6.18-308.8.2.el5xen #1 SMP Tue Jun 12 10:39:28 EDT 2012 x86_64 x86_64 x86_64 GNU/Linux
> > I was having a look at make output and figure out that possibly there were another lib in i386 overriding one in x86_64. Then looking at my procedure I have been creating I found out that glib2-devel was installed using normally without specifying its arch, which got me a big problem with e2fsprogs-devel (needed also for cluster stack).
> >
> > I think it might help another ones, but apart from Development Tools group I had to install these ones:
> > glib2-devel.x86_64libxml2-devel.x86_64libaio-devel.x86_64bzip2-devel.x86_64e2fsprogs-devel.x8_64libxslt.x86_64
> > Also upgrade automake And autoconf.
>
> OK. Actually, I got some reports/subject lines mixed :)
> But thanks for reporting back what was the issue.
>
> Dejan
>
> > > Date: Mon, 13 Aug 2012 16:36:19 +0200
> > > From: dejanmm [at] fastmail
> > > To: linux-ha [at] lists
> > > Subject: Re: [Linux-HA] Cluster glue IPCSocket error
> > >
> > > Hi,
> > >
> > > On Mon, Aug 13, 2012 at 02:10:59PM +0000, Heitor Lessa wrote:
> > > > Thanks Dejan !
> > > >
> > > > To solve the problem just issued:
> > > > # yum remove glib2-devel# yum install glib2-devel.x86_64 -y
> > > > CentOS 5.8
> > >
> > > That's quite unexpected. Just out of curiosity: how did you
> > > figure that out? Anyway, doesn't yum know which architecture are
> > > you running?
> > >
> > > Thanks,
> > >
> > > Dejan
> > >
> > > > > Date: Wed, 8 Aug 2012 14:53:12 +0200
> > > > > From: dejanmm [at] fastmail
> > > > > To: linux-ha [at] lists
> > > > > Subject: Re: [Linux-HA] Cluster glue IPCSocket error
> > > > >
> > > > > Hi,
> > > > >
> > > > > On Fri, Jul 27, 2012 at 12:06:05PM +0000, Heitor Lessa wrote:
> > > > > >
> > > > > > Hi,
> > > > > > I was creating a documentation regarding dependencies and everything that must be done before start to install cluster stack from source, but even yesterday following same steps went ok, today using same CentOS version (5.8) patches did not work as expected.
> > > > > > I got stuck in IPC socket error and could not figure out what is happening, also tried older and latest code but with no success. Can someone please put some light here?
> > > > > > # make
> > > > > > [...]ipcsocket.c: In function 'verify_creds':ipcsocket.c:2257: warning: cast to pointer from integer of different sizeipcsocket.c:2261: warning: cast to pointer from integer of different sizegmake[2]: *** [ipcsocket.lo] Error 1gmake[2]: Leaving directory `/root/cluster_stack/Reusable-Cluster-Components-glue--18489f275f75/lib/clplumbing'gmake[1]: *** [install-recursive] Error 1gmake[1]: Leaving directory `/root/cluster_stack/Reusable-Cluster-Components-glue--18489f275f75/lib'make: *** [install-recursive] Error 1
> > > > > >
> > > > > > automake (GNU automake) 1.12libtool (GNU libtool) 2.4.2autoconf (GNU Autoconf) 2.65m4 (GNU M4) 1.4.16pkg-config 0.26glib2.12libaio-0.3
> > > > > > Thanks in advance.
> > > > >
> > > > > This already came up before. Take a look here:
> > > > >
> > > > > http://lists.linux-ha.org/pipermail/linux-ha/2007-September/027621.html
> > > > >
> > > > > Thanks,
> > > > >
> > > > > Dejan
> > > > >
> > > > > >
> > > > > >
> > > > > > _______________________________________________
> > > > > > Linux-HA mailing list
> > > > > > Linux-HA [at] lists
> > > > > > http://lists.linux-ha.org/mailman/listinfo/linux-ha
> > > > > > See also: http://linux-ha.org/ReportingProblems
> > > > > _______________________________________________
> > > > > Linux-HA mailing list
> > > > > Linux-HA [at] lists
> > > > > http://lists.linux-ha.org/mailman/listinfo/linux-ha
> > > > > See also: http://linux-ha.org/ReportingProblems
> > > >
> > > > _______________________________________________
> > > > Linux-HA mailing list
> > > > Linux-HA [at] lists
> > > > http://lists.linux-ha.org/mailman/listinfo/linux-ha
> > > > See also: http://linux-ha.org/ReportingProblems
> > > _______________________________________________
> > > Linux-HA mailing list
> > > Linux-HA [at] lists
> > > http://lists.linux-ha.org/mailman/listinfo/linux-ha
> > > See also: http://linux-ha.org/ReportingProblems
> >
> > _______________________________________________
> > Linux-HA mailing list
> > Linux-HA [at] lists
> > http://lists.linux-ha.org/mailman/listinfo/linux-ha
> > See also: http://linux-ha.org/ReportingProblems
> _______________________________________________
> Linux-HA mailing list
> Linux-HA [at] lists
> http://lists.linux-ha.org/mailman/listinfo/linux-ha
> See also: http://linux-ha.org/ReportingProblems

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


dejanmm at fastmail

Aug 14, 2012, 3:11 AM

Post #8 of 9 (304 views)
Permalink
Re: Cluster glue IPCSocket error [In reply to]

Hi,

On Mon, Aug 13, 2012 at 04:30:02PM +0000, Heitor Lessa wrote:
> Dejan,
> I do not know if it is related, but I am getting problem now to compile Corosync.
> Strangely I did the same on the first machine, so it might be another package in x86 but I bet in something with autoconf And pkg-config.
>
> Could you put a light on this?
> ./configure: line 6603: syntax error near unexpected token `corosync,corosync'./configure: line 6603: `PKG_CHECK_MODULES(corosync,corosync)'
> pkg-config - 0.25autoconf (GNU Autoconf) 2.66m4 (GNU M4) 1.4.15
> I got loads of warnings with autoconf 2.68, then I downgrade and no errors are generated by autogen.
> Thank you once again.

Looks like some the configure of corosync won't work with some
autoconf versions. I'm not sure if corosync people read this ML,
there's another ML for corosync
(http://lists.corosync.org/mailman/listinfo/discuss).

Thanks,

Dejan

>
>
> > Date: Mon, 13 Aug 2012 18:07:14 +0200
> > From: dejanmm [at] fastmail
> > To: linux-ha [at] lists
> > Subject: Re: [Linux-HA] Cluster glue IPCSocket error
> >
> > On Mon, Aug 13, 2012 at 03:01:27PM +0000, Heitor Lessa wrote:
> > > Exactly Dejan.
> > > Unfortunately this happen only with pacemaker repo, but if you have a look at the output of uname command everything is ok:
> > > Linux ha_web1 2.6.18-308.8.2.el5xen #1 SMP Tue Jun 12 10:39:28 EDT 2012 x86_64 x86_64 x86_64 GNU/Linux
> > > I was having a look at make output and figure out that possibly there were another lib in i386 overriding one in x86_64. Then looking at my procedure I have been creating I found out that glib2-devel was installed using normally without specifying its arch, which got me a big problem with e2fsprogs-devel (needed also for cluster stack).
> > >
> > > I think it might help another ones, but apart from Development Tools group I had to install these ones:
> > > glib2-devel.x86_64libxml2-devel.x86_64libaio-devel.x86_64bzip2-devel.x86_64e2fsprogs-devel.x8_64libxslt.x86_64
> > > Also upgrade automake And autoconf.
> >
> > OK. Actually, I got some reports/subject lines mixed :)
> > But thanks for reporting back what was the issue.
> >
> > Dejan
> >
> > > > Date: Mon, 13 Aug 2012 16:36:19 +0200
> > > > From: dejanmm [at] fastmail
> > > > To: linux-ha [at] lists
> > > > Subject: Re: [Linux-HA] Cluster glue IPCSocket error
> > > >
> > > > Hi,
> > > >
> > > > On Mon, Aug 13, 2012 at 02:10:59PM +0000, Heitor Lessa wrote:
> > > > > Thanks Dejan !
> > > > >
> > > > > To solve the problem just issued:
> > > > > # yum remove glib2-devel# yum install glib2-devel.x86_64 -y
> > > > > CentOS 5.8
> > > >
> > > > That's quite unexpected. Just out of curiosity: how did you
> > > > figure that out? Anyway, doesn't yum know which architecture are
> > > > you running?
> > > >
> > > > Thanks,
> > > >
> > > > Dejan
> > > >
> > > > > > Date: Wed, 8 Aug 2012 14:53:12 +0200
> > > > > > From: dejanmm [at] fastmail
> > > > > > To: linux-ha [at] lists
> > > > > > Subject: Re: [Linux-HA] Cluster glue IPCSocket error
> > > > > >
> > > > > > Hi,
> > > > > >
> > > > > > On Fri, Jul 27, 2012 at 12:06:05PM +0000, Heitor Lessa wrote:
> > > > > > >
> > > > > > > Hi,
> > > > > > > I was creating a documentation regarding dependencies and everything that must be done before start to install cluster stack from source, but even yesterday following same steps went ok, today using same CentOS version (5.8) patches did not work as expected.
> > > > > > > I got stuck in IPC socket error and could not figure out what is happening, also tried older and latest code but with no success. Can someone please put some light here?
> > > > > > > # make
> > > > > > > [...]ipcsocket.c: In function 'verify_creds':ipcsocket.c:2257: warning: cast to pointer from integer of different sizeipcsocket.c:2261: warning: cast to pointer from integer of different sizegmake[2]: *** [ipcsocket.lo] Error 1gmake[2]: Leaving directory `/root/cluster_stack/Reusable-Cluster-Components-glue--18489f275f75/lib/clplumbing'gmake[1]: *** [install-recursive] Error 1gmake[1]: Leaving directory `/root/cluster_stack/Reusable-Cluster-Components-glue--18489f275f75/lib'make: *** [install-recursive] Error 1
> > > > > > >
> > > > > > > automake (GNU automake) 1.12libtool (GNU libtool) 2.4.2autoconf (GNU Autoconf) 2.65m4 (GNU M4) 1.4.16pkg-config 0.26glib2.12libaio-0.3
> > > > > > > Thanks in advance.
> > > > > >
> > > > > > This already came up before. Take a look here:
> > > > > >
> > > > > > http://lists.linux-ha.org/pipermail/linux-ha/2007-September/027621.html
> > > > > >
> > > > > > Thanks,
> > > > > >
> > > > > > Dejan
> > > > > >
> > > > > > >
> > > > > > >
> > > > > > > _______________________________________________
> > > > > > > Linux-HA mailing list
> > > > > > > Linux-HA [at] lists
> > > > > > > http://lists.linux-ha.org/mailman/listinfo/linux-ha
> > > > > > > See also: http://linux-ha.org/ReportingProblems
> > > > > > _______________________________________________
> > > > > > Linux-HA mailing list
> > > > > > Linux-HA [at] lists
> > > > > > http://lists.linux-ha.org/mailman/listinfo/linux-ha
> > > > > > See also: http://linux-ha.org/ReportingProblems
> > > > >
> > > > > _______________________________________________
> > > > > Linux-HA mailing list
> > > > > Linux-HA [at] lists
> > > > > http://lists.linux-ha.org/mailman/listinfo/linux-ha
> > > > > See also: http://linux-ha.org/ReportingProblems
> > > > _______________________________________________
> > > > Linux-HA mailing list
> > > > Linux-HA [at] lists
> > > > http://lists.linux-ha.org/mailman/listinfo/linux-ha
> > > > See also: http://linux-ha.org/ReportingProblems
> > >
> > > _______________________________________________
> > > Linux-HA mailing list
> > > Linux-HA [at] lists
> > > http://lists.linux-ha.org/mailman/listinfo/linux-ha
> > > See also: http://linux-ha.org/ReportingProblems
> > _______________________________________________
> > Linux-HA mailing list
> > Linux-HA [at] lists
> > http://lists.linux-ha.org/mailman/listinfo/linux-ha
> > See also: http://linux-ha.org/ReportingProblems
>
> _______________________________________________
> Linux-HA mailing list
> Linux-HA [at] lists
> http://lists.linux-ha.org/mailman/listinfo/linux-ha
> See also: http://linux-ha.org/ReportingProblems
_______________________________________________
Linux-HA mailing list
Linux-HA [at] lists
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems


heitor.lessa at hotmail

Aug 14, 2012, 11:01 AM

Post #9 of 9 (315 views)
Permalink
Re: Cluster glue IPCSocket error [In reply to]

Hi Dejan,
Everything sorted and tested in more two machines using CentOS and RedHat 5 with different releases, follow below what I did and which version I used and got no problems:
# yum groupinstall "Development tools"# yum groupinstall #Development Libraries"
Installed and compiled automake 1.10.1 and autoconf 2.63 required (higher versions generates random issues)# wget http://ftp.gnu.org/gnu/automake/automake-1.10.1.tar.gz# wget http://ftp.gnu.org/gnu/autoconf/autoconf-2.63.tar.gz
Libaio dev# yum install libaio-devel
Docbook# yum install docbook-dtds.noarch docbook-simple.noarch docbook-utils.noarch docbook-style-xsl.noarch
Download Corosync 1.4
# wget ftp://ftp:downloads [at] corosync/downloads/corosync-1.4.4/corosync-1.4.4.tar.gz
Download Pacemaker 1.1.5
# wget -O pacemaker.tar.gz https://github.com/ClusterLabs/pacemaker/tarball/Pacemaker-1.1.5
Then just follow Official Wiki install from source:
http://www.clusterlabs.org/wiki/Install


PS: Issue a ldconfig and a ldconfig -v before Pacemaker compiling, otherwise some errors with PKG Modules And libipccoro and other related will be shown.
Hope it helps now everyone else with doubts concerning compilation or any errors that usually happen.

Thanks.


> Date: Tue, 14 Aug 2012 12:11:27 +0200
> From: dejanmm [at] fastmail
> To: linux-ha [at] lists
> Subject: Re: [Linux-HA] Cluster glue IPCSocket error
>
> Hi,
>
> On Mon, Aug 13, 2012 at 04:30:02PM +0000, Heitor Lessa wrote:
> > Dejan,
> > I do not know if it is related, but I am getting problem now to compile Corosync.
> > Strangely I did the same on the first machine, so it might be another package in x86 but I bet in something with autoconf And pkg-config.
> >
> > Could you put a light on this?
> > ./configure: line 6603: syntax error near unexpected token `corosync,corosync'./configure: line 6603: `PKG_CHECK_MODULES(corosync,corosync)'
> > pkg-config - 0.25autoconf (GNU Autoconf) 2.66m4 (GNU M4) 1.4.15
> > I got loads of warnings with autoconf 2.68, then I downgrade and no errors are generated by autogen.
> > Thank you once again.
>
> Looks like some the configure of corosync won't work with some
> autoconf versions. I'm not sure if corosync people read this ML,
> there's another ML for corosync
> (http://lists.corosync.org/mailman/listinfo/discuss).
>
> Thanks,
>
> Dejan
>
> >
> >
> > > Date: Mon, 13 Aug 2012 18:07:14 +0200
> > > From: dejanmm [at] fastmail
> > > To: linux-ha [at] lists
> > > Subject: Re: [Linux-HA] Cluster glue IPCSocket error
> > >
> > > On Mon, Aug 13, 2012 at 03:01:27PM +0000, Heitor Lessa wrote:
> > > > Exactly Dejan.
> > > > Unfortunately this happen only with pacemaker repo, but if you have a look at the output of uname command everything is ok:
> > > > Linux ha_web1 2.6.18-308.8.2.el5xen #1 SMP Tue Jun 12 10:39:28 EDT 2012 x86_64 x86_64 x86_64 GNU/Linux
> > > > I was having a look at make output and figure out that possibly there were another lib in i386 overriding one in x86_64. Then looking at my procedure I have been creating I found out that glib2-devel was installed using normally without specifying its arch, which got me a big problem with e2fsprogs-devel (needed also for cluster stack).
> > > >
> > > > I think it might help another ones, but apart from Development Tools group I had to install these ones:
> > > > glib2-devel.x86_64libxml2-devel.x86_64libaio-devel.x86_64bzip2-devel.x86_64e2fsprogs-devel.x8_64libxslt.x86_64
> > > > Also upgrade automake And autoconf.
> > >
> > > OK. Actually, I got some reports/subject lines mixed :)
> > > But thanks for reporting back what was the issue.
> > >
> > > Dejan
> > >
> > > > > Date: Mon, 13 Aug 2012 16:36:19 +0200
> > > > > From: dejanmm [at] fastmail
> > > > > To: linux-ha [at] lists
> > > > > Subject: Re: [Linux-HA] Cluster glue IPCSocket error
> > > > >
> > > > > Hi,
> > > > >
> > > > > On Mon, Aug 13, 2012 at 02:10:59PM +0000, Heitor Lessa wrote:
> > > > > > Thanks Dejan !
> > > > > >
> > > > > > To solve the problem just issued:
> > > > > > # yum remove glib2-devel# yum install glib2-devel.x86_64 -y
> > > > > > CentOS 5.8
> > > > >
> > > > > That's quite unexpected. Just out of curiosity: how did you
> > > > > figure that out? Anyway, doesn't yum know which architecture are
> > > > > you running?
> > > > >
> > > > > Thanks,
> > > > >
> > > > > Dejan
> > > > >
> > > > > > > Date: Wed, 8 Aug 2012 14:53:12 +0200
> > > > > > > From: dejanmm [at] fastmail
> > > > > > > To: linux-ha [at] lists
> > > > > > > Subject: Re: [Linux-HA] Cluster glue IPCSocket error
> > > > > > >
> > > > > > > Hi,
> > > > > > >
> > > > > > > On Fri, Jul 27, 2012 at 12:06:05PM +0000, Heitor Lessa wrote:
> > > > > > > >
> > > > > > > > Hi,
> > > > > > > > I was creating a documentation regarding dependencies and everything that must be done before start to install cluster stack from source, but even yesterday following same steps went ok, today using same CentOS version (5.8) patches did not work as expected.
> > > > > > > > I got stuck in IPC socket error and could not figure out what is happening, also tried older and latest code but with no success. Can someone please put some light here?
> > > > > > > > # make
> > > > > > > > [...]ipcsocket.c: In function 'verify_creds':ipcsocket.c:2257: warning: cast to pointer from integer of different sizeipcsocket.c:2261: warning: cast to pointer from integer of different sizegmake[2]: *** [ipcsocket.lo] Error 1gmake[2]: Leaving directory `/root/cluster_stack/Reusable-Cluster-Components-glue--18489f275f75/lib/clplumbing'gmake[1]: *** [install-recursive] Error 1gmake[1]: Leaving directory `/root/cluster_stack/Reusable-Cluster-Components-glue--18489f275f75/lib'make: *** [install-recursive] Error 1
> > > > > > > >
> > > > > > > > automake (GNU automake) 1.12libtool (GNU libtool) 2.4.2autoconf (GNU Autoconf) 2.65m4 (GNU M4) 1.4.16pkg-config 0.26glib2.12libaio-0.3
> > > > > > > > Thanks in advance.
> > > > > > >
> > > > > > > This already came up before. Take a look here:
> > > > > > >
> > > > > > > http://lists.linux-ha.org/pipermail/linux-ha/2007-September/027621.html
> > > > > > >
> > > > > > > Thanks,
> > > > > > >
> > > > > > > Dejan
> > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > _______________________________________________
> > > > > > > > Linux-HA mailing list
> > > > > > > > Linux-HA [at] lists
> > > > > > > > http://lists.linux-ha.org/mailman/listinfo/linux-ha
> > > > > > > > See also: http://linux-ha.org/ReportingProblems
> > > > > > > _______________________________________________
> > > > > > > Linux-HA mailing list
> > > > > > > Linux-HA [at] lists
> > > > > > > http://lists.linux-ha.org/mailman/listinfo/linux-ha
> > > > > > > See also: http://linux-ha.org/ReportingProblems
> > > > > >
> > > > > > _______________________________________________
> > > > > > Linux-HA mailing list
> > > > > > Linux-HA [at] lists
> > > > > > http://lists.linux-ha.org/mailman/listinfo/linux-ha
> > > > > > See also: http://linux-ha.org/ReportingProblems
> > > > > _______________________________________________
> > > > > Linux-HA mailing list
> > > > > Linux-HA [at] lists
> > > > > http://lists.linux-ha.org/mailman/listinfo/linux-ha
> > > > > See also: http://linux-ha.org/ReportingProblems
> > > >
> > > > _______________________________________________
> > > > Linux-HA mailing list
> > > > Linux-HA [at] lists
> > > > http://lists.linux-ha.org/mailman/listinfo/linux-ha
> > > > See also: http://linux-ha.org/ReportingProblems
> > > _______________________________________________
> > > Linux-HA mailing list
> > > Linux-HA [at] lists
> > > http://lists.linux-ha.org/mailman/listinfo/linux-ha
> > > See also: http://linux-ha.org/ReportingProblems
> >
> > _______________________________________________
> > Linux-HA mailing list
> > Linux-HA [at] lists
> > http://lists.linux-ha.org/mailman/listinfo/linux-ha
> > See also: http://linux-ha.org/ReportingProblems
> _______________________________________________
> Linux-HA mailing list
> Linux-HA [at] lists
> http://lists.linux-ha.org/mailman/listinfo/linux-ha
> See also: http://linux-ha.org/ReportingProblems

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

Linux-HA users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.