Re: [Ganglia-developers] server.c accept() 2.6.0 issue on Darwin

2004-04-15 Thread Brooks Davis
On Wed, Apr 14, 2004 at 11:08:26PM -0400, Josh Durham wrote: > Well, I figured out the cause of the problem, but not too sure how to > fix it. > > IPv6, which is enabled by default in OS X, seems to be breaking some of > the stuff. I'm not sure how the libunp is behaving differently than > the

Re: [Ganglia-developers] server.c accept() 2.6.0 issue on Darwin

2004-04-14 Thread Josh Durham
Well, I figured out the cause of the problem, but not too sure how to fix it. IPv6, which is enabled by default in OS X, seems to be breaking some of the stuff. I'm not sure how the libunp is behaving differently than the 2.5.5 behavior, but it turning off IPv6 fixes the problem. Even doing

[Ganglia-developers] server.c accept() 2.6.0 issue on Darwin

2004-04-12 Thread Josh Durham
For some reason, the accept() in gmond/server.c is null for client.addr.sin_addr.s_addr. The inet_ntop() returns 0.0.0.0 as the host - from localhost or externally. Any ideas? I just tested 2.5.5 on Darwin, and it works fine. The only difference I see is the barrier_barrier() stuff, but I d