>>> On 4/20/2008 at 10:00 PM, in message <[EMAIL PROTECTED]>, Carlo
Marcelo Arenas Belon <[EMAIL PROTECTED]> wrote:
> On Mon, Apr 21, 2008 at 12:53:45AM -0000, mohit jain wrote:
>> 
>>    During the configure step, i provide prefix to my account on the
>>    cluster(which does not have root access). But it does not get completely
>>    installed. I can find bin, sbin and lib folders on my account but do not
>>    find etc and other folders. When i am trying to run gmond it gives me an
>>    error that gmond.conf not found.
> 
> this might be a bug on make install, which version of ganglia did you
> install?
> 
> gmond should be able to run as non root and listen in port 8649 but you are
> going to have to fix its configuration and start/stop it manually.
> 
>>    I do not have any idea what to do. Please help me out
> 
> in your home directory (or whatever you used as --prefix for ganglia)
> 
> $ mkdir etc
> $ sbin/gmond -t > etc/gmond.conf
> $ perl -pi -e "s/setuid = yes/setuid = no/g" etc/gmond.conf
> $ sbin/gmond -c etc/gmond.conf
> 

The current make install doesn't produce the gmond.conf or gmetad.conf files.  
For now that is being done by the .spec file.  This is something that could be 
added to the make files, but it would have to make sure not to overwrite an 
existing .conf.

Brad


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Ganglia-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ganglia-general

Reply via email to