--- projects/cms/source/ihost/ihost.c 2003/10/05 12:52:12 1.43 +++ projects/cms/source/ihost/ihost.c 2004/01/05 15:22:17 1.44 @@ -844,6 +844,12 @@ int main(int argc, char **argv){ } log_msg(LOG_INFO, "Starting ihost..."); + + log_msg(LOG_DEBUG, "Running statgrab_init()"); + if(!statgrab_init()){ + log_msg(LOG_CRIT, "statgrab_init failed (%m)"); + exit(1); + } log_msg(LOG_DEBUG,"Writing PID FILE"); @@ -859,6 +865,7 @@ int main(int argc, char **argv){ log_msg(LOG_CRIT, "failed to close PID file"); } } + /* Get the initial config from the filter manager. Should this fail, * wait, and then try again. */