Re: [Ganglia-developers] Building from SVN

2008-06-20 Thread Carlo Marcelo Arenas Belon
On Thu, Jun 19, 2008 at 05:24:03PM -0500, TheRonbo wrote: Anyway, I've not used subversion previously... If anyone has links or simple instructions to download build this puppy... I'd appreciate it. the instructions to build an snapshot yourself are available in the file

Re: [Ganglia-developers] It's time to release 3.1...

2008-06-20 Thread Carlo Marcelo Arenas Belon
On Thu, Jun 19, 2008 at 01:53:28PM -0600, Brad Nicholes wrote: On 6/19/2008 at 2:04 AM, in message [EMAIL PROTECTED], Carlo Marcelo Arenas Belon [EMAIL PROTECTED] wrote: On Tue, Jun 17, 2008 at 09:33:26AM -0600, Brad Nicholes wrote: Brad, by the time you made this statement : * AIX

[Ganglia-developers] [RFT] libganglia: rename scoreboard.h to avoid namespace conflict with apache

2008-06-20 Thread Carlo Marcelo Arenas Belon
The following proposed patch for stable 3.1, fixes building in Solaris when using the libapr that is provided with the installed apache2 because of a header conflict between the internal ganglia header scoreboard.h and the header with the same name from apache. It renames ganglia's version of the

[Ganglia-developers] disabling multicast (was Re: AIX with 3.1.0.1361)

2008-06-20 Thread Carlo Marcelo Arenas Belon
On Tue, Jun 17, 2008 at 02:03:40PM +0200, Ulf wrote: But I' ve the following non AIX related bug. On Ganglia 3.0.x it was possible to disable mcast, like this: the following configuration changes change the setup from multicast collection to unicast collection with a collector in

Re: [Ganglia-developers] [RFT] libganglia: rename scoreboard.h to avoid namespace conflict with apache

2008-06-20 Thread Carlo Marcelo Arenas Belon
Mainly a problem with recent versions of OpenSolaris that provide apache 2.2 through SUNW provided packages like : * Solaris Express Developer Edition * OpenSolaris 2008.05 (AKA Indiana) * Solaris Express Nevada Not exclusive of Solaris, as the conflict will be triggered also in other platforms

[Ganglia-developers] [RFT] gmetad: keep const qualifier for name/value in EXTRA_ELEMENT processing

2008-06-20 Thread Carlo Marcelo Arenas Belon
The following proposed patch for stable 3.1, fixes two warnings introduced with r1355 when the constant strings for name and value are being assigned from the attr array to be used as part of the processing for EXTRA_ELEMENT. process_xml.c: In function 'startElement_EXTRA_ELEMENT':

Re: [Ganglia-developers] RSS of gmetad.py

2008-06-20 Thread Gilad Raphaelli
Have you guys compared rrdtool versions? I haven't been able to track it down but it seems like the 1.3 python bindings have a leak in update (and graph). There was also an issue with fetch that should be corrected in svn now. Gil - Original Message From: Brad Nicholes [EMAIL

Re: [Ganglia-developers] It's time to release 3.1...

2008-06-20 Thread Jarod Wilson
Bernard Li wrote: Hi Jarod: On Wed, Jun 18, 2008 at 9:32 AM, Jarod Wilson [EMAIL PROTECTED] wrote: Almost. If you do a simple './configure', you wind up with libdir=/usr/lib on x86_64 and ppc64. That's actually fairly common though, and most distros that use lib64 know to pass in

Re: [Ganglia-developers] [RFT] libganglia: rename scoreboard.h toavoid namespace conflict with apache

2008-06-20 Thread Carlo Marcelo Arenas Belon
On Fri, Jun 20, 2008 at 10:44:05AM -0600, Brad Nicholes wrote: On 6/20/2008 at 4:20 AM, in message [EMAIL PROTECTED], Carlo Marcelo Arenas Belon [EMAIL PROTECTED] wrote: Mainly a problem with recent versions of OpenSolaris that provide apache 2.2 through SUNW provided packages like : *

Re: [Ganglia-developers] It's time to release 3.1...

2008-06-20 Thread Bernard Li
Hi Jarod: On Wed, Jun 18, 2008 at 9:32 AM, Jarod Wilson [EMAIL PROTECTED] wrote: Almost. If you do a simple './configure', you wind up with libdir=/usr/lib on x86_64 and ppc64. That's actually fairly common though, and most distros that use lib64 know to pass in --libdir= on the configure

[Ganglia-developers] [RFT] web: remove redirect hack for grid pulldown navigation

2008-06-20 Thread Carlo Marcelo Arenas Belon
The following proposed patch for stable 3.1, corrects the redirection logic used when navigating to different grids from the main page using either the pulldown or the links to each grid. It obsoletes the hacks pulled from trunk when the 3.1 branch was created and that are identified by changes