Lines Matching refs:LOG_ERR

163 	syslog(LOG_ERR, "Out of memory handling string on %d", lineno);  in handle_longstr()
171 syslog(LOG_ERR, "Out of memory handling longstr on %d", lineno); in handle_longstr()
177 syslog(LOG_ERR, "Out of memory handling longstr on %d", lineno); in handle_longstr()
189 syslog(LOG_ERR, "%s (starting at %s) on line %d", err, errpos, in handle_longstr()
273 syslog(LOG_ERR, "Out of memory handling tracefile on %d", lineno); in handle_tracefile()
279 syslog(LOG_ERR, "Out of memory handling tracefile on %d", lineno); in handle_tracefile()
286 syslog(LOG_ERR, "Out of memory handling tracefile on %d", lineno); in handle_tracefile()
306 syslog(LOG_ERR, "Tracefile %s not found, it will be ignored", name); in find_tracefile()
335 syslog(LOG_ERR, "Out of memory handling rs485 config on %d", lineno); in handle_rs485conf()
342 syslog(LOG_ERR, "Out of memory handling rs485 config on %d", lineno); in handle_rs485conf()
351 syslog(LOG_ERR, "Couldn't parse RS485 config on %d", lineno); in handle_rs485conf()
357 syslog(LOG_ERR, "RTS_ON_SEND parameter can be 0 or 1 on %d", lineno); in handle_rs485conf()
362 syslog(LOG_ERR, "RX_DURING_TX parameter can be 0 or 1 on %d", lineno); in handle_rs485conf()
398 syslog(LOG_ERR, "RS485 configuration %s not found, it will be ignored", name); in find_rs485conf()
438 syslog(LOG_ERR, "%s on line %d", buf, *((int *) e->data)); in syslog_eprint()
664 syslog(LOG_ERR, "No default value on %d", lineno); in handle_new_default()
677 syslog(LOG_ERR, "Invalid integer value on %d", lineno); in handle_new_default()
681 syslog(LOG_ERR, "Integer value out of range on %d, " in handle_new_default()
700 syslog(LOG_ERR, "Invalid integer value on %d", lineno); in handle_new_default()
706 syslog(LOG_ERR, "Invalid enumeration value on %d", lineno); in handle_new_default()
715 syslog(LOG_ERR, "Out of memory processing default string on" in handle_new_default()
727 syslog(LOG_ERR, "unknown default name '%s' on %d", name, lineno); in handle_new_default()
812 syslog(LOG_ERR, "No banner name given on line %d", lineno); in handle_config_line()
823 syslog(LOG_ERR, "No signature given on line %d", lineno); in handle_config_line()
834 syslog(LOG_ERR, "No open string name given on line %d", lineno); in handle_config_line()
845 syslog(LOG_ERR, "No close string name given on line %d", lineno); in handle_config_line()
856 syslog(LOG_ERR, "No close on string name given on line %d", lineno); in handle_config_line()
867 syslog(LOG_ERR, "No device name given on line %d", lineno); in handle_config_line()
878 syslog(LOG_ERR, "No tracefile name given on line %d", lineno); in handle_config_line()
882 syslog(LOG_ERR, "No tracefile given on line %d", lineno); in handle_config_line()
898 syslog(LOG_ERR, "Could not allocate memory for CONTROLPORT"); in handle_config_line()
909 syslog(LOG_ERR, "No signature given on line %d", lineno); in handle_config_line()
913 syslog(LOG_ERR, "No RS485 configuration given on line %d", lineno); in handle_config_line()
925 syslog(LOG_ERR, "No default name given on line %d", lineno); in handle_config_line()
936 syslog(LOG_ERR, "No rotator name given on line %d", lineno); in handle_config_line()
947 syslog(LOG_ERR, "No LED name given on line %d", lineno); in handle_config_line()
951 syslog(LOG_ERR, "No LED given on line %d", lineno); in handle_config_line()
961 syslog(LOG_ERR, "No state given on line %d", lineno); in handle_config_line()
977 syslog(LOG_ERR, "No timeout given on line %d", lineno); in handle_config_line()
983 syslog(LOG_ERR, "No device name given on line %d", lineno); in handle_config_line()
1026 syslog(LOG_ERR, "Unable to allocate input buffer"); in readconfig()
1034 syslog(LOG_ERR, "Unable to open config file '%s': %m", filename); in readconfig()
1050 syslog(LOG_ERR, "Unable to reallocate input buffer"); in readconfig()