Lines Matching refs:err_report

173 extern void err_report(int fd, const char *fmt, ...);
357 err_report(errfd, "ERROR: logging directory is required\n"); in parse_arguments()
362 err_report(errfd, "WARNING: running as super-user!"); in parse_arguments()
516 err_report(errfd, "INFO: changed process user id to '%s'", username); in change_user()
547 err_report(errfd, "INFO: starting the server..."); in open_log_files()
570 err_report(errfd, "WARN: started only %d processes out of %d", i, in start_processes()
614 err_report(errfd, "WARN: watchdog: process %d (pid %d) exited" in start_processes()
617 err_report(errfd, "WARN: watchdog: process %d (pid %d) terminated" in start_processes()
620 err_report(errfd, "WARN: watchdog: process %d (pid %d) stopped" in start_processes()
623 err_report(errfd, "WARN: watchdog: process %d (pid %d) terminated:" in start_processes()
662 err_report(errfd, "INFO: watchdog: caught SIGHUP"); in wdog_sighandler()
674 err_report(errfd, "INFO: watchdog: caught SIGTERM, terminating"); in wdog_sighandler()
678 err_report(errfd, "INFO: watchdog: caught SIGUSR1"); in wdog_sighandler()
681 err_report(errfd, "INFO: watchdog: caught signal %d", signo); in wdog_sighandler()
753 err_report(errfd, "INFO: process %d (pid %d): caught SIGHUP," in process_signals()
777 err_report(errfd, "INFO: process %d (pid %d): caught SIGTERM," in process_signals()
783 err_report(errfd, "INFO: process %d (pid %d): caught SIGUSR1", in process_signals()
789 err_report(errfd, "INFO: process %d (pid %d): caught signal %d", in process_signals()
829 err_report(errfd, "INFO: process %d (pid %d): starting %d threads" in start_threads()
959 err_report(errfd, "INFO: process %d (pid %d): configuration loaded", in load_configs()