#730535 retry_bind needed for TCP too

Package:
ganglia-monitor
Source:
ganglia
Description:
cluster monitoring toolkit - node daemon
Submitter:
Daniel Pocock
Date:
2013-11-26 10:06:06 UTC
Severity:
normal
#730535#5
Date:
2013-11-26 10:02:50 UTC
From:
To:
In some systems, Ganglia fails to start at boot, logging a message like
the following:

/usr/sbin/gmond[2854]: Unable to create tcp_accept_channel. Exiting.#012


In this particular case, it was a Xen Cloud Platform (XCP) dom0 host.
XCP configures the IP addresses on the NICs in a non-standard manner,
they are not configured by the normal networking boot scripts.  gmond
has tried to start before the NICs were configured.

The retry_bind option was added for UDP channels and it can probably be
added to the TCP config as well to solve this issue.