Hi,

thanks for the quick reply!

> Have you tried stracing the process to see what it's doing?

I am currently in the process of doing so. It does not seem actually to
hang, it seems like an endless loop of this:
        
        --- SIGCHLD (Child exited) @ 0 (0) ---
        rt_sigaction(SIGINT, {0x1, [], 0}, {0x804f779, [], SA_INTERRUPT}, 8) = 0
        rt_sigaction(SIGQUIT, {0x1, [], 0}, {SIG_DFL, [], 0}, 8) = 0
        rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
        clone(child_stack=0, flags=CLONE_PARENT_SETTID|SIGCHLD, 
parent_tidptr=0xbfd8ac14) = 30550
        waitpid(30550, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 30550
        rt_sigaction(SIGINT, {0x804f779, [], SA_INTERRUPT}, NULL, 8) = 0
        rt_sigaction(SIGQUIT, {SIG_DFL, [], 0}, NULL, 8) = 0
        rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0

> Also, can you till do `nc localhost 8649` to get the XML stream?

No, I can't get any reply (nc hangs). Still, I can see gmond listening
when using lsof. The ganglia command line tool hangs as well...

> How many nodes are you monitoring?

~48

> I assume you meant 3.1.2

Yes, sorry for the typo...

> you might also want to try to update to 3.1.7 which is our latest version.

Ok, I'll have a look. As I am using rocks, it's pretty tightly
integrated with their stuff. I'll have a look if I can rebuild their
srpms easily with 3.1.7 (or has anyone done this already?)

Thanks
Arne


------------------------------------------------------------------------------
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
_______________________________________________
Ganglia-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ganglia-general

Reply via email to