[Ganglia-general] Ganglia installation problem

2003-05-07 Thread Krishna Kumar
Hi, I tried to install ganglia on my AIX machine.. All my installations are under my home directory /home2/globus/XXX I installed the RRDTOOLS am having the librrd.a rrd.h files.. I'm running the whole installation as a different user (globus) not as ROOT. When I do the ./configure

[Ganglia-general] webfrontend 2.5.3 with gmetad 2.5.0?

2003-05-07 Thread keith poirier
After installing the ganglia webfrontend 2.5.3 to a different directory on an apache server (2.5.0 on main web) the links on the node snapshot are displayed incorrectly - the link below is missing index.php https://localhost:1/ganglia-webfrontend/?c=mpp2h=m184m=load_oner=hours=descending

Re: [Ganglia-general] Ganglia installation problem

2003-05-07 Thread matt massie
you can change where the ./configure script looks for include files and libraries (if they are in non-standard locations). this is a general autconf trick which might be helpful compiling other packages too. % CFLAGS=-I/home2/globus/XXX/include \ CPPFLAGS=-I/home2/globus/XXX/include \

Re: [Ganglia-general] Trouble launching gmond

2003-05-07 Thread steven wagner
Ken MacInnis wrote: On Wed, 7 May 2003, David Bickle wrote: Still having problems I've compiled gcc 3.2.2 from source with the CPU=sparc64. I'm running Solaris 8. I have also compiled ganglia with --enable-sparc64. gmond still won't launch for some reason. Check this: bash-2.03$ file

RE: [Ganglia-general] Gmond on Solaris 2.6/2.8

2003-05-07 Thread Ng Hee Khiang
The following is the debug output from running gmond on solaris 2.6 gmond start -d 99 pthread_attr_init creating cluster hash for 1024 nodes hash_create size = 1024 hash-size is 1031 gmond initialized cluster hash Using interface hme0 mcast listening on 239.2.11.71 8699 XML listening on port

Re: [Ganglia-general] Trouble launching gmond

2003-05-07 Thread steven wagner
Isn't this in the FAQ by now? Guess not. kvm_open() typically fails for one of two reasons: 1. You're running gmond as a regular user (this won't work). 2. You linked in a 32-bit version of libkvm which is trying to open the symbol table of a 64-bit kernel. 3. Something horribly, horribly