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