[Cluster-devel] conga/luci/plone-custom conga_ajax.js

2007-11-12 Thread rmccabe
CVSROOT:/cvs/cluster Module name:conga Changes by: [EMAIL PROTECTED] 2007-11-12 17:10:43 Modified files: luci/plone-custom: conga_ajax.js Log message: support async POST requests Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/cong

[Cluster-devel] cluster/cman/tests Makefile msgtest.c

2007-11-12 Thread pcaulfield
CVSROOT:/cvs/cluster Module name:cluster Branch: RHEL4 Changes by: [EMAIL PROTECTED] 2007-11-12 14:35:20 Modified files: cman/tests : Makefile Added files: cman/tests : msgtest.c Log message: Message test program for flooding cman wi

Re: [Cluster-devel] [PATCH] Hard encode paths to (u)mount.gfs*

2007-11-12 Thread Fabio Massimo Di Nitto
Marc - A. Dahlhaus [ Administration | Westermann GmbH ] wrote: > Am Montag, den 12.11.2007, 14:15 +0100 schrieb Fabio Massimo Di Nitto: >> we can hard encode the install paths for our tools into the Makefile >> systems. I have never seen anywhere a different behavior in any Linux >> distribution an

[Cluster-devel] [PATCH] Hard encode paths to (u)mount.gfs*

2007-11-12 Thread Fabio Massimo Di Nitto
Hi guys, given the very nature of mount(8) api to look only in /sbin for (u)mount helpers, we can hard encode the install paths for our tools into the Makefile systems. I have never seen anywhere a different behavior in any Linux distribution and it will make packagers life simpler. If there are

Re: [Cluster-devel] [GFS2] Git tree update

2007-11-12 Thread Fabio Massimo Di Nitto
Fabio Massimo Di Nitto wrote: > Hi Steven, > > a quick update on this issue. I am still looking into it. > > I was able to reproduce the problem in .22/.23/.24 vanilla but NOT on .22 > ubuntu > kernel that has a .22 + a pull from at the time -22-nwm. > > I start to strongly believe that the pro

[Cluster-devel] [RFC] cleaning up inconsistent usage of perl, python and sh/bash

2007-11-12 Thread Fabio Massimo Di Nitto
Hi guys, usual round of clean up.. we are way too inconsistent in the way in which we invoke perl, python, sh and bash For example: perl vs perl -w, /bin/sh vs /bin/bash and so on. I would like to address it by: - make all paths to perl configurable. There is no guarantee that the user wants t

[Cluster-devel] cluster ccs/lib/Makefile gfs/libgfs/Makefile g ...

2007-11-12 Thread fabbione
CVSROOT:/cvs/cluster Module name:cluster Changes by: [EMAIL PROTECTED] 2007-11-12 08:17:00 Modified files: ccs/lib: Makefile gfs/libgfs : Makefile gfs2/libgfs2 : Makefile group/lib : Makefile rgmanager/src/clulib:

[Cluster-devel] cluster/make defines.mk.input

2007-11-12 Thread fabbione
CVSROOT:/cvs/cluster Module name:cluster Changes by: [EMAIL PROTECTED] 2007-11-12 08:06:38 Modified files: make : defines.mk.input Log message: The new Makefile system never invokes LD directly (and this is a good thing). Patches: http://sourcewa

[Cluster-devel] cluster csnap/src/Makefile fence/fenced/Makefi ...

2007-11-12 Thread fabbione
CVSROOT:/cvs/cluster Module name:cluster Changes by: [EMAIL PROTECTED] 2007-11-12 08:02:11 Modified files: csnap/src : Makefile fence/fenced : Makefile make : defines.mk.input Log message: Clean up STRIP usage. It is not co