Lines Matching refs:LOG_ERR

127     log_log(LOG_ERR,"%s:%d: Log: wrong number of arguments",filename,lnr);  in parse_option_log()
136 log_log(LOG_ERR,"%s:%d: Log: wrong loglevel '%s'",filename,lnr,opts[2]); in parse_option_log()
149 log_log(LOG_ERR,"%s:%d: Log: wrong argument '%s'",filename,lnr,opts[1]); in parse_option_log()
172 log_log(LOG_ERR,"cannot open config file (%s): %s",filename,strerror(errno)); in read_configfile()
184 log_log(LOG_ERR,"%s:%d: line too long or last line missing newline",filename,lnr); in read_configfile()
197 log_log(LOG_ERR,"%s:%d: RootJail: wrong number of arguments",filename,lnr); in read_configfile()
203 … log_log(LOG_ERR,"%s:%d: RootJail: '%s' must be an absolute path or 'none'",filename,lnr,opts[1]); in read_configfile()
209 log_log(LOG_ERR,"%s:%d: RootJail: can only be specified once",filename,lnr); in read_configfile()
220 log_log(LOG_ERR,"%s:%d: Nice: wrong number of arguments",filename,lnr); in read_configfile()
227 log_log(LOG_ERR,"%s:%d: Nice: wrong argument '%s'",filename,lnr,opts[1]); in read_configfile()
235 log_log(LOG_ERR,"%s:%d: Uid: wrong number of arguments",filename,lnr); in read_configfile()
240 log_log(LOG_ERR,"%s:%d: Uid: wrong argument '%s'",filename,lnr,opts[1]); in read_configfile()
248 log_log(LOG_ERR,"%s:%d: Gid: wrong number of arguments",filename,lnr); in read_configfile()
253 log_log(LOG_ERR,"%s:%d: Gid: wrong argument '%s'",filename,lnr,opts[1]); in read_configfile()
281 log_log(LOG_ERR,"%s:%d: Listen: wrong argument '%s'",filename,lnr,opts[1]); in read_configfile()
291 log_log(LOG_ERR,"%s:%d: Listen: wrong number of arguments",filename,lnr); in read_configfile()
299 log_log(LOG_ERR,"%s:%d: MaxConnections: wrong number of arguments",filename,lnr); in read_configfile()
305 log_log(LOG_ERR,"%s:%d: MaxConnections: wrong argument '%s'",filename,lnr,opts[1]); in read_configfile()
313 log_log(LOG_ERR,"%s:%d: Repos: wrong number of arguments",filename,lnr); in read_configfile()
319 log_log(LOG_ERR,"%s:%d: Repos: '%s' must be an absolute path",filename,lnr,opts[1]); in read_configfile()
333 log_log(LOG_ERR,"%s:%d: PidFile: wrong number of arguments",filename,lnr); in read_configfile()
339 log_log(LOG_ERR,"%s:%d: PidFile: '%s' must be an absolute path",filename,lnr,opts[1]); in read_configfile()
344 log_log(LOG_ERR,"%s:%d: PidFile: can only be specified once",filename,lnr); in read_configfile()
356 log_log(LOG_ERR,"%s:%d: CvsCommand: wrong number of arguments",filename,lnr); in read_configfile()
362 log_log(LOG_ERR,"%s:%d: CvsCommand: '%s' must be an absolute path",filename,lnr,opts[1]); in read_configfile()
368 log_log(LOG_ERR,"%s:%d: CvsCommand: can only be specified once",filename,lnr); in read_configfile()
380 log_log(LOG_ERR,"%s:%d: CvsArgs: wrong number of arguments",filename,lnr); in read_configfile()
396 log_log(LOG_ERR,"%s:%d: Limit: wrong number of arguments",filename,lnr); in read_configfile()
418 log_log(LOG_ERR,"%s:%d: Limit: wrong value '%s'",filename,lnr,opts[2]); in read_configfile()
434 log_log(LOG_ERR,"%s:%d: Limit: wrong value '%s'",filename,lnr,opts[2]); in read_configfile()
440 log_log(LOG_ERR,"%s:%d: Limit: wrong value '%s'",filename,lnr,opts[2]); in read_configfile()
445 log_log(LOG_ERR,"%s:%d: Limit: unknown or unsupported resource '%s'",filename,lnr,opts[1]); in read_configfile()
451 log_log(LOG_ERR,"%s:%d: Limit: not supported on this system",filename,lnr); in read_configfile()
461 log_log(LOG_ERR,"%s:%d: Capabilities: wrong number of arguments",filename,lnr); in read_configfile()
467 log_log(LOG_ERR,"%s:%d: Capabilities: can only be specified once",filename,lnr); in read_configfile()
471 … log_log(LOG_ERR,"%s:%d: Capabilities: wrong value '%s': %s",filename,lnr,opts[1],strerror(errno)); in read_configfile()
480 log_log(LOG_ERR,"%s:%d: Umask: wrong number of arguments",filename,lnr); in read_configfile()
487 log_log(LOG_ERR,"%s:%d: Umask: wrong argument '%s'",filename,lnr,opts[1]); in read_configfile()
495 log_log(LOG_ERR,"%s:%d: unrecognized line",filename,lnr); in read_configfile()
502 log_log(LOG_ERR,"%s: contains no 'Repos' statements",filename); in read_configfile()