On Thu, May 05, 2005 at 12:48:01PM -0500, Kauffman, Tom wrote:
Running with "--no-ares" cured the problem; I'll just leave it this way until I do the rebuild sometime next month.
Thanks, that is really nice to know. I'll take a look at the C-ARES code, but I'll probably just report it to the guy doing that library.
Reading somewhat between the lines, I'm assuming this is normal:
2005-05-05 12:32:16 Task bbnet started with PID 26979 2005-05-05 12:33:18 Task bbdisplay started with PID 26999 2005-05-05 12:34:20 Task bbdisplay started with PID 27004 2005-05-05 12:35:20 Task bbdisplay started with PID 27026 2005-05-05 12:36:24 Task bbdisplay started with PID 27028 2005-05-05 12:37:18 Task bbcombotest started with PID 27031 2005-05-05 12:37:18 Task bbnet started with PID 27032 2005-05-05 12:37:28 Task bbdisplay started with PID 27039
bbdisplay firing up once per minute to build the displays, and bbnet running every five minutes to run the network tests.
Yep, that is the default setup. bbdisplay runs once a minute, because you're likely to get updates throughout the 5 minute period from your client hosts, and it is nice to see them (almost) as soon as they appear.
You can tweak the frequency for each task in hobbitlaunch.cfg (the "INTERVAL" setting).
Henrik