[Pacemaker] Fwd: Bug#612682: pacemaker: inconistent configuration behaviour in crm stonith:ssh setup

2011-02-09 Thread Simon Horman
Hi Pacemaker upstream people, could someone comment on this bug report. The bug report can be seen at http://bugs.debian.org/612682 CCing 612...@bugs.debian.org should append any responses to the but report. Thanks - Forwarded message from Michael Prokop - Date: Wed, 09 Feb 2011 23:34

[Pacemaker] Fwd: Bug#612678: default timeout smaller than the advised one - results in WARNING message

2011-02-09 Thread Simon Horman
Hi Pacemaker upstream people, could someone comment on this bug report. The bug report can be seen at http://bugs.debian.org/612678 CCing 612...@bugs.debian.org should append any responses to the but report. Thanks - Forwarded message from Michael Prokop - Date: Wed, 09 Feb 2011 23:23

Re: [Pacemaker] [RPM] ldirectord on clusterlabs.org (epel5)

2010-11-22 Thread Simon Horman
On Mon, Nov 22, 2010 at 11:45:56AM +1000, Thomas Guthmann wrote: > Hey guys, > > I am using ldirectord and pacemaker from the clusterlabs epel5 repo. > However the latest ldirectord 1.0.3 can't be installed on a el5 > (centos5 in my case). Yum whinges about the following : > > ERROR with rpm_ch

Re: [Pacemaker] [Linux-HA] Revenge of the cluster-glue clplumbing ABI change (a public service announcement)

2010-08-17 Thread Simon Horman
On Wed, Jul 21, 2010 at 01:41:09AM -0600, Tim Serong wrote: > Hi All, > > A while ago (April, from memory), there was an ABI change in > clplumbing in cluster-glue. Presumably this went mostly unnoticed > in general usage, however I have twice seen systems where the cluster > could not run becaus

Re: [Pacemaker] Proposing patch for ld --as-needed

2010-07-26 Thread Simon Horman
On Mon, Jul 26, 2010 at 09:32:20AM +0200, Andrew Beekhof wrote: > On Mon, Jul 26, 2010 at 9:26 AM, Simon Horman wrote: > > On Thu, Jul 22, 2010 at 05:05:07PM +0900, Simon Horman wrote: > >> > # This patch sets the build processs 'ld --as-needed' compliant > >

Re: [Pacemaker] Proposing patch for ld --as-needed

2010-07-26 Thread Simon Horman
On Thu, Jul 22, 2010 at 05:05:07PM +0900, Simon Horman wrote: > > # This patch sets the build processs 'ld --as-needed' compliant > > # > > # First chunck corrects the linking order so that libpe_status is linked > > # after libpengine. This is needed becau

Re: [Pacemaker] Proposing patch for ld --as-needed

2010-07-22 Thread Simon Horman
> # This patch sets the build processs 'ld --as-needed' compliant > # > # First chunck corrects the linking order so that libpe_status is linked > # after libpengine. This is needed because the linker evaluates statements > # sequentially starting from the inner most lib and libpengine uses functio

Re: [Pacemaker] Proposing patch for ld --as-needed

2010-07-21 Thread Simon Horman
On Wed, Jul 21, 2010 at 09:40:10PM +0200, Ultrabug wrote: > On Wednesday 21 July 2010 03:49:42 Simon Horman wrote: > > On Tue, Jul 20, 2010 at 05:35:01PM +0200, Ultrabug wrote: > > > - Original Message - > > > From: Simon Horman > > > To: The Pacemaker

Re: [Pacemaker] [PATCH] low: remove .cvsignore files

2010-07-20 Thread Simon Horman
On Wed, Jul 21, 2010 at 10:51:25AM +0900, Simon Horman wrote: > On Wed, Jul 14, 2010 at 04:51:53PM +0200, Andrew Beekhof wrote: > > Handy for syncing code using rsync (for quick builds), but yeah, time > > for these to die. > > Ping. Are you planing to commit this change?

Re: [Pacemaker] [PATCH] low: remove .cvsignore files

2010-07-20 Thread Simon Horman
On Wed, Jul 14, 2010 at 04:51:53PM +0200, Andrew Beekhof wrote: > Handy for syncing code using rsync (for quick builds), but yeah, time > for these to die. Ping. Are you planing to commit this change? ___ Pacemaker mailing list: Pacemaker@oss.clusterla

Re: [Pacemaker] Proposing patch for ld --as-needed

2010-07-20 Thread Simon Horman
On Tue, Jul 20, 2010 at 05:35:01PM +0200, Ultrabug wrote: > - Original Message - > From: Simon Horman > To: The Pacemaker cluster resource manager > Sent: Tue, 20 Jul 2010 05:10:32 +0200 (CEST) > Subject: Re: [Pacemaker] Proposing patch for ld --as-needed > > On Sa

Re: [Pacemaker] Proposing patch for ld --as-needed

2010-07-19 Thread Simon Horman
On Sat, Jul 17, 2010 at 01:12:20PM +0200, Ultrabug wrote: > Dear list, > > I would like to ask you about a possible upstream modification regarding the > -- > as-needed ld flag for which we Gentoo users need to patch the pacemaker > sources > to get it compile. > > I'm attaching the patch whic

[Pacemaker] [PATCH] low: remove .cvsignore files

2010-07-14 Thread Simon Horman
# HG changeset patch # User Simon Horman # Date 1279093189 -32400 # Node ID d5babedab4ea558b86d79c4a6daeb6cba01ca8ae # Parent 7499efa9c2a3f8c5c6396dc6c3631e9f3898547e low: remove .cvsignore files diff -r 7499efa9c2a3 -r d5babedab4ea .cvsignore --- a/.cvsignoreWed Jan 07 15:02:59 2009

Re: [Pacemaker] /.crm_help_index file (in system root aka /)

2010-07-13 Thread Simon Horman
On Tue, Jul 13, 2010 at 08:47:47PM +0100, Maros Timko wrote: > > Date: Tue, 13 Jul 2010 13:42:00 +0200 > > From: Lars Ellenberg > > To: pacemaker@oss.clusterlabs.org > > Subject: Re: [Pacemaker] /.crm_help_index file (in system root aka /) > > Message-ID: <20100713114200.gc4...@barkeeper1-xen.linb

Re: [Pacemaker] [patch v2] low: remove various bashisms

2010-07-13 Thread Simon Horman
On Tue, Jul 13, 2010 at 04:03:49PM +0200, Dejan Muhamedagic wrote: > Hi Horms, > > This patch was pushed to the stable-1.0 repository. BTW, the > ocf-tester part was not, because it lives in agents, and anyway > that particular line got changed in the meantime. I guess that > you need to do update

Re: [Pacemaker] [PATCH 2 of 2] low: remove various bashisms

2010-07-12 Thread Simon Horman
On Mon, Jul 12, 2010 at 12:13:45PM +0200, Lars Ellenberg wrote: > On Mon, Jul 12, 2010 at 10:01:08AM +0900, Simon Horman wrote: > > > # because its friday, I'll give you some irrelevant input, > > > # doing it all in one pipe. feel free to ignore ;-) > > >

[Pacemaker] [patch v2] low: remove various bashisms

2010-07-12 Thread Simon Horman
# HG changeset patch # User Simon Horman # Date 1278925288 -32400 # Node ID e78d5591acbc9b76e85d8e31b410dea5bfe8e574 # Parent 110d056193472fa64ffabd3069d5ed20d32b01c2 low: remove various bashisms --- v2 Address concerns raised by Dejan Muhamedagic * Use awk -F'; ' instead of awk

Re: [Pacemaker] [PATCH 2 of 2] low: remove various bashisms

2010-07-12 Thread Simon Horman
On Mon, Jul 12, 2010 at 10:40:22AM +0200, Dejan Muhamedagic wrote: > Hi, > > On Mon, Jul 12, 2010 at 09:54:01AM +0900, Simon Horman wrote: > > On Fri, Jul 09, 2010 at 04:05:13PM +0200, Dejan Muhamedagic wrote: > > > Hi, > > > > > > On Thu, Jul 08, 20

Re: [Pacemaker] [PATCH 1 of 2] low: Use awk instead of bash to calculate memory and disk sizes

2010-07-11 Thread Simon Horman
On Fri, Jul 09, 2010 at 03:57:17PM +0200, Dejan Muhamedagic wrote: > Hi Horms, > > Amazing work :) If nobody objects, I'll apply the patch. There don't seem to be any objections. Could you put this in and we can deal with your concerns with the 2nd patch separately? _

Re: [Pacemaker] [PATCH 2 of 2] low: remove various bashisms

2010-07-11 Thread Simon Horman
Hi Lars, On Fri, Jul 09, 2010 at 05:06:10PM +0200, Lars Ellenberg wrote: > On Fri, Jul 09, 2010 at 04:05:13PM +0200, Dejan Muhamedagic wrote: > > Hi, > > > > On Thu, Jul 08, 2010 at 03:16:03PM +0900, Simon Horman wrote: > > > # HG changeset patch > >

Re: [Pacemaker] [PATCH 2 of 2] low: remove various bashisms

2010-07-11 Thread Simon Horman
On Fri, Jul 09, 2010 at 04:05:13PM +0200, Dejan Muhamedagic wrote: > Hi, > > On Thu, Jul 08, 2010 at 03:16:03PM +0900, Simon Horman wrote: > > # HG changeset patch > > # User Simon Horman > > # Date 1278569313 -32400 > > # Node ID 48a51108d0d181ecb21c

[Pacemaker] [PATCH 2 of 2] low: remove various bashisms

2010-07-07 Thread Simon Horman
# HG changeset patch # User Simon Horman # Date 1278569313 -32400 # Node ID 48a51108d0d181ecb21c3289d3bc86b46f77f622 # Parent 110d056193472fa64ffabd3069d5ed20d32b01c2 low: remove various bashisms As reported by Debian's devscripts's checkbashisms. Signed-off-by: Simon Horman

[Pacemaker] [PATCH 0 of 2] remove bashisms

2010-07-07 Thread Simon Horman
Hi, together the following two patches remove all the bashims that Debian's devscripts's checkbashisms flags which I think make sense. This should allow Debian bug #581132 to be closed. http://bugs.debian.org/581132 ___ Pacemaker mailing list: Pacemak

[Pacemaker] [PATCH 1 of 2] low: Use awk instead of bash to calculate memory and disk sizes

2010-07-07 Thread Simon Horman
# HG changeset patch # User Simon Horman # Date 1278569160 -32400 # Node ID 110d056193472fa64ffabd3069d5ed20d32b01c2 # Parent e823bf55e0d875bcd9dc1668f24547345b9bdf81 low: Use awk instead of bash to calculate memory and disk sizes The initial motivation for this work was to remove bashisms

Re: [Pacemaker] SysInfo_mem_units()

2010-07-07 Thread Simon Horman
On Wed, Jul 07, 2010 at 11:16:21AM +0200, Andrew Beekhof wrote: > On Wed, Jul 7, 2010 at 8:53 AM, Simon Horman wrote: > > On Wed, Jul 07, 2010 at 08:27:17AM +0200, Andrew Beekhof wrote: > >> On Wed, Jul 7, 2010 at 6:17 AM, Simon Horman wrote: > >> > Hi, > >>

Re: [Pacemaker] SysInfo_mem_units()

2010-07-06 Thread Simon Horman
On Wed, Jul 07, 2010 at 08:27:17AM +0200, Andrew Beekhof wrote: > On Wed, Jul 7, 2010 at 6:17 AM, Simon Horman wrote: > > Hi, > > > > I am currently pondering the SysInfo_mem_units() function > > of sources/SysInfo (with a view to turning it into awk to > > avoi

[Pacemaker] SysInfo_mem_units()

2010-07-06 Thread Simon Horman
Hi, I am currently pondering the SysInfo_mem_units() function of sources/SysInfo (with a view to turning it into awk to avoid bashisms[1]). Basically the function seems to look at the unit of the input, leave it as if if the unit is G, divide it by 1024 if its M[bB]? or divide it by 1024^2 if the

[Pacemaker] [patch] low: unset CFLAGS in a dash-friendly way

2010-07-05 Thread Simon Horman
# HG changeset patch # User Simon Horman # Date 1278317844 -32400 # Node ID e823bf55e0d875bcd9dc1668f24547345b9bdf81 # Parent 7499efa9c2a3f8c5c6396dc6c3631e9f3898547e low: unset CFLAGS in a dash-friendly way According to the dash man page, the only way to unexport a variable is to unset it

Re: [Pacemaker] [PATCH] SNMP for net-snmp5.3

2010-03-09 Thread Simon Horman
On Wed, Mar 10, 2010 at 02:57:12PM +0900, sato yuki wrote: > Hello all. > > This patch is thing to snmp version of net-snmp-5.3. > I want to for the RHEL5 default version. > > How about this patch? This looks reasonable to me. > diff -r 5e66e2b7b953 configure.ac > --- a/configure.acTue Mar

[Pacemaker] [Announce] #debian-ha

2010-03-01 Thread Simon Horman
Hi, I have established the #debian-ha channel on irc.freenode.net. I hope that this can aid in the co-ordination of packaging of Linux-HA, Pacemaker and OpenAIS for Debian. ___ Pacemaker mailing list Pacemaker@oss.clusterlabs.org http://oss.clusterlabs

Re: [Pacemaker] hb_delnode: No such file or directory on debian

2010-02-21 Thread Simon Horman
On Wed, Feb 17, 2010 at 03:45:45PM +0100, Dejan Muhamedagic wrote: > Hi, > > On Wed, Feb 17, 2010 at 03:09:58PM +0100, r...@free.fr wrote: > > Hi, > > > > On debian Lenny, pacemaker and heartbeat from > > http://people.debian.org/~madkiss/ha : > > > > crm(live)# node > > crm(live)node# de

Re: [Pacemaker] unexpected quorum votes in new debian packages

2010-02-08 Thread Simon Horman
On Mon, Feb 08, 2010 at 10:35:41AM +0100, Andrew Beekhof wrote: > On Sun, Feb 7, 2010 at 6:24 PM, Michael Schwartzkopff > wrote: > > Hi, > > > > I tried on amd64 and had no problems. Same setup: > > plain debian on virtual box with > > apt-get install pacemaker > > > > from people.debian.org/~mad

Re: [Pacemaker] Problems building pacemaker on debian

2009-10-16 Thread Simon Horman
On Fri, Oct 16, 2009 at 10:30:22PM +0200, Michael Schwartzkopff wrote: > Hi, > > I am trying to create a debian package from the latest pacemaker sources. > Some > problems I found: > > 1) > debian/rules > - chmod -x `pwd`/debian/pacemaker-openais/usr/lib/lcrso/pacemaker.lcrso > + chmod -x `pwd

Re: [Pacemaker] [Linux-ha-dev] Debian packaging input welcome: repositories set up at hg.linbit.com

2009-10-03 Thread Simon Horman
On Sat, Oct 03, 2009 at 11:38:02AM +0200, Florian Haas wrote: > On 10/03/2009 10:48 AM, Simon Horman wrote: > >> There is _no guarantee_ that the staging repositories will always be up > >> to date with the latest and greatest found at hg.linux-ha.org or > >> hg.clu

Re: [Pacemaker] [Linux-ha-dev] Debian packaging input welcome: repositories set up at hg.linbit.com

2009-10-03 Thread Simon Horman
On Thu, Oct 01, 2009 at 04:54:13PM +0200, Florian Haas wrote: > Hello everyone, > > as you know, Martin Loschwitz (madkiss) has picked up the torch for > building and maintaining Debian packages for Pacemaker, Heartbeat, Glue, > and Agents. He's been doing most of the work in a private checkout th

Re: [Pacemaker] Announcing Pacemaker 1.0.5 packages for Debian (with cluster-glue coming all along)

2009-09-15 Thread Simon Horman
On Tue, Sep 15, 2009 at 06:07:35PM +0200, Martin Gerhard Loschwitz wrote: > Hi folks, > > after such a long time of (apparent) inactivity by me, I am happy to > announce the availability of Pacemaker 1.0.5 packages for Debian Sid > and Lenny. > > Along with them comes the new upstream infrastruct

Re: [Pacemaker] [RfC] Redesigned Debian HA packages, try 1

2009-04-16 Thread Simon Horman
Hi, Has there been any progress with getting these packages into experimental? -- Simon Horman VA Linux Systems Japan K.K., Sydney, Australia Satellite Office H: www.vergenet.net/~horms/ W: www.valinux.co.jp/en ___ Pacemaker mailing

[Pacemaker] [patch v2] nic and netmask are swapped by haresources2cib.py

2009-04-14 Thread Simon Horman
Hi, this patch fixes a problem reported by Thomas Liske whereby haresources2cib.py swaps the values of netmask and nic. As per Thomas's original email, found at http://bugs.debian.org/520898 The haresources file contains: foo w.x.y.z/25/eth0:1 drbdisk::r0 [..] Running ../haresources2cib.py --s

Re: [Pacemaker] [patch] nic and netmask are swapped by haresources2cib.py

2009-04-14 Thread Simon Horman
On Tue, Apr 14, 2009 at 06:43:08PM +1000, Simon Horman wrote: > On Tue, Apr 14, 2009 at 10:34:11AM +0200, Andrew Beekhof wrote: > > Same for IPaddr2? > > Likely, I will check. Yes, I will send an updated patch. -- Simon Horman VA Linux Systems Japan K.K., Sydney, Australia S

Re: [Pacemaker] [patch] nic and netmask are swapped by haresources2cib.py

2009-04-14 Thread Simon Horman
On Tue, Apr 14, 2009 at 10:34:11AM +0200, Andrew Beekhof wrote: > Same for IPaddr2? Likely, I will check. -- Simon Horman VA Linux Systems Japan K.K., Sydney, Australia Satellite Office H: www.vergenet.net/~horms/ W: www.valinux.co.jp

[Pacemaker] [patch] nic and netmask are swapped by haresources2cib.py

2009-04-14 Thread Simon Horman
Hi, this patch fixes a problem reported by Thomas Liske whereby haresources2cib.py swaps the values of netmask and nic. As per Thomas's original email, found at http://bugs.debian.org/520898 The haresources file contains: foo w.x.y.z/25/eth0:1 drbdisk::r0 [..] Running ../haresources2cib.py --s

Re: [Pacemaker] [RfC] Redesigned Debian HA packages, try 1

2009-03-22 Thread Simon Horman
well, subsequently to unstable. -- Simon Horman VA Linux Systems Japan K.K., Sydney, Australia Satellite Office H: www.vergenet.net/~horms/ W: www.valinux.co.jp/en ___ Pacemaker mailing list Pacemaker@oss.clusterlabs.org http://oss.clusterlab

Re: [Pacemaker] Heartbeat 2.99.2+sles11-rc3 and Pacemaker 1.0.2 packages for Debian (experimental)

2009-03-05 Thread Simon Horman
On Mon, Feb 23, 2009 at 09:14:11AM +0100, Andrew Beekhof wrote: > On Sat, Feb 21, 2009 at 00:59, Simon Horman wrote: > > Hi, > > > > I have heartbeat 2.99.2+sles11-rc3-1 and pacemaker 1.0.2-2 packages > > prepared for Debian Experimental. They should install on to

[Pacemaker] Heartbeat 2.99.2+sles11-rc3 and Pacemaker 1.0.2 packages for Debian (experimental)

2009-02-20 Thread Simon Horman
to do about this. In particular, is this a problem? Thanks -- Simon Horman VA Linux Systems Japan K.K., Sydney, Australia Satellite Office H: www.vergenet.net/~horms/ W: www.valinux.co.jp/en pengine: [27031]: ERROR: IDREF attribute rsc references an unknown ID "bs

Re: [Pacemaker] ANNOUNCE: Pacemaker 1.0.2 now available (maintenance release)

2009-02-19 Thread Simon Horman
On Wed, Feb 18, 2009 at 10:05:48AM +1100, Simon Horman wrote: > On Tue, Feb 17, 2009 at 11:47:59AM +0100, Raoul Bhatia [IPAX] wrote: > > hello simon, > > > > thanks for your work! > > > > Simon Horman wrote: > > > I have made preliminary packages for De

Re: [Pacemaker] ANNOUNCE: Pacemaker 1.0.2 now available (maintenance release)

2009-02-17 Thread Simon Horman
On Tue, Feb 17, 2009 at 11:47:59AM +0100, Raoul Bhatia [IPAX] wrote: > hello simon, > > thanks for your work! > > Simon Horman wrote: > > I have made preliminary packages for Debian experimental, > > which should work with Debian unstable (sid). They are > > als

Re: [Pacemaker] ANNOUNCE: Pacemaker 1.0.2 now available (maintenance release)

2009-02-16 Thread Simon Horman
load these packages to Debian experimental, and if all goes well, migrate them do Debian unstable (sid) in about a month. Packages for Debian old-stable (etch) are available from http://software.opensuse.org/download/server:/ha-clustering I am not directly involved in preparing the packages that a

[Pacemaker] Debian Package Status

2009-01-30 Thread Simon Horman
). For Lenny I am doing maintenance on 2.1.3, and that will continue for the lifetime of Lenny. Lastly, I7m going to be away from my desk from this evening until Wednesday morning, so please excuse any delays that may cause. -- Simon Horman VA Linux Systems Japan K.K., Sydney, Australia Satel

[Pacemaker] Packaging pacemaker-pygui for Debian

2009-01-29 Thread Simon Horman
significantly more up to date than 1.4. -- Simon Horman VA Linux Systems Japan K.K., Sydney, Australia Satellite Office H: www.vergenet.net/~horms/ W: www.valinux.co.jp/en ___ Pacemaker mailing list Pacemaker@oss.clusterlabs.org http

[Pacemaker] [PATCH] pacemaker-pygui: Include saf/ais_membership.h in LHAMembershipTable.c

2009-01-29 Thread Simon Horman
function) make[1]: *** [LHAMembershipTable.o] Error 1 make[1]: Leaving directory `/home/horms/projects/linux-ha/debian/experimental/pacemaker-pygui-1.4/Pacemaker-Python-GUI-7aee676cadd8/snmp_subagent' make: *** [all-recursive] Error 1 Signed-off-by: Simon Horman Index: pygui/snmp_subagent/LHA