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] 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

[Ganglia-general] Trouble launching gmond

2003-05-05 Thread David Bickle
Hi, I am trying to get gmond running on my 20 processor SunFire 6800. It all appears to compile nicely with the --enable-sparc64 configure switch but the application refuses to launch. Is there something I'm missing? What are the recommended configure options for machine of this type? Thanks in

RE: [Ganglia-general] Trouble launching gmond

2003-05-05 Thread Ken MacInnis
- kmacinni at umich dot edu -Original Message- From: [EMAIL PROTECTED] [mailto:ganglia-general- [EMAIL PROTECTED] On Behalf Of David Bickle Sent: Monday, May 05, 2003 11:08 AM To: ganglia-general@lists.sourceforge.net Subject: [Ganglia-general] Trouble launching gmond Hi, I am trying