Re: [Linux-ha-dev] different bug fix for bug described in archives

2006-02-24 Thread Guochun Shi
A grep shows MSG_DONWAIT is still used in ipcsocket.c and IPV6addr.c. I will have it fixed. thanks for reminding. -Guochun Steven Dake wrote: Folks, Joe is porting openais to bsd (and Darwin). During this process, we found a problem with the portability of our ipc layer because of the fact

[Linux-ha-dev] Re: [Linux-HA] heartbeat process conundrum

2006-02-24 Thread Nate Reed
Correction. Obviously, that is not the command being used. It's system("(/etc/init.d/heartbeat restart &)"); The command below was from an old version. Thanks, Nate On Friday 24 February 2006 14:44, Nate Reed wrote: > In our cluster, Heartbeat is running mon. I have a mon alert script that >

[Linux-ha-dev] heartbeat process conundrum

2006-02-24 Thread Nate Reed
In our cluster, Heartbeat is running mon. I have a mon alert script that attempts to restart the cluster using /etc/init.d/heartbeat restart. Since mon's parent is Heartbeat, the current process gets killed before it can start a new Heartbeat process. Here is the command I'm using in Perl: sy

[Linux-ha-dev] Re: [Linux-ha-cvs] Linux-HA CVS: lib by alan from

2006-02-24 Thread Guochun Shi
there is an error from mcast.c cc1: warnings being treated as errors mcast.c: In function 'if_getaddr': mcast.c:703: warning: 'err' may be used uninitialized in this function gmake[4]: *** [mcast.lo] Error 1 linux-ha-cvs@lists.linux-ha.org wrote: linux-ha CVS committal Author : alan Host

Re: [Linux-ha-dev] Re: [Linux-HA] Solaris10 x86

2006-02-24 Thread David Lee
On Sat, 25 Feb 2006, Xun Sun wrote: > [...] > My former proposal of doing so was based on the assumption that > "/opt/csw" was a randomly chosen (by the blastwave system that I was > not aware of) place, hence the user had to explicitly specify it in > some way (CPPFLAGS) the user was already fami

[Linux-ha-dev] re: cross-build installation

2006-02-24 Thread Dan Taylor
OK, the old standby DESTDIR= works, as in: make DESTDIR=/build/tmp install Sorry to have bothered you. Disclaimer: The information contained in this transmission, including any attachments, may contain confidential information of Panasonic Avionics Corporation. This transmission is intended

[Linux-ha-dev] cross-build installation

2006-02-24 Thread Dan Taylor
I am currently developing on FedoraCore 1, using libnet version 1.1.2.1, downloaded yesterday (20060218), and trying to build heartbeat 2.0.3. The system on which it will run is NOT the build system, however. The installation should be to either a temporary directory or a loop-mounted file that w

[Linux-ha-dev] RE: Linux-HA package for solaris

2006-02-24 Thread Daharwal, Harsh
Thanks for your quick response! I remember somebody hosting such a package (for Solaris 8) on http://centaur.homeunix.net/. But that site seems to be down. I was hoping something similar were available for Sol 9. I don't mind doing it myself. My enquiry was an attempt to save me some time. It w

[Linux-ha-dev] Building distribution rpm

2006-02-24 Thread Levent Sasmazel
Folks,   I am trying to make rpm from heartbeat-1.2.3 source. ConfigureMe and make are running successfully. However, created rpm is not a standard installation rpm. It is installing heartbeat package to /usr/local. I did try ConfigureMe with make, package, install and rpm options without

RE: [Linux-ha-dev] Re: [Linux-HA] Solaris10 x86

2006-02-24 Thread Davis, Jacob
Title: RE: [Linux-ha-dev] Re: [Linux-HA] Solaris10 x86 Thank you all for the follow up information. Here is my output for "ConfigureMe configure" | grep Python.h * --- config.log:9603:configure:41161: checking /opt/csw/include/python2.3/Python.h usability config.log:9612:con

[Linux-ha-dev] different bug fix for bug described in archives

2006-02-24 Thread Steven Dake
Folks, Joe is porting openais to bsd (and Darwin). During this process, we found a problem with the portability of our ipc layer because of the fact that sendmsg doesn't honor the MSG_DONTWAIT flag. A quick google search brought up this thread with the same problem in linux-ha: http://www.gossa

[Linux-ha-dev] Does Linux-HA implement AIS interface

2006-02-24 Thread Zhang Qian
Hi All,   I find there are some header files of AIS in heartbeat package(include\saf), but I don't see any implementation about it. Could you tell me whether Linux-HA has implemented the interface defined by AIS? Thanks first!       Best regards, Zhang Qian   ___

Re: [Linux-ha-dev] Re: [Linux-HA] Solaris10 x86

2006-02-24 Thread Xun Sun
On 2/20/06, David Lee <[EMAIL PROTECTED]> wrote: > On Sat, 18 Feb 2006, Xun Sun wrote: > > > [...] > > One way to heal the problem is to add Python.h location into CPPFLAGS. > > Assuming the Python headers are installed in standard location > > (otherwise they may be at arbitrary locations and we a

Re: [Linux-ha-dev] Re: [Linux-HA] Solaris10 x86

2006-02-24 Thread David Lee
On Fri, 24 Feb 2006, Xun Sun wrote: > Sorry for the delay of reply. I was really busy these days, at the > beginning of a semester. It so happens I was busy on this last night, and again at lunchtime (UK time) and had just posted a follow-up on the bug report: http://www.osdl.org/developer_bug

Re: [Linux-ha-dev] Re: [Linux-HA] Solaris10 x86

2006-02-24 Thread Xun Sun
Hi David, Sorry for the delay of reply. I was really busy these days, at the beginning of a semester. On 2/20/06, David Lee <[EMAIL PROTECTED]> wrote: > On Sat, 18 Feb 2006, Xun Sun wrote: > > > On 2/18/06, Davis, Jacob <[EMAIL PROTECTED]> wrote: > > > > > --- > > > config.log:96