g3 succesfully compiled and installed , make check test passed normal .but
gmetad try to "setuid nobody" :
this is error message , "Fri Jul 18 23:06:34 2003: daemon_init: You must be
root to setuid to "nobody".
Exiting."
please point to me , there in code i can discard this option (setuid nobody).
in ganglia-2 it was in config but in g3 i didn't seen config yet.
i looked at code and its think tis in line 256 :
255 {
256 g3_daemon_init( argv[0], args_info.user_arg, 0 );
257 g3_msg("gmetad started in daemon mode");
258 }
but make check test passed succesfully , THATS GOOD .