Hi, I've configured rsyslog to use relp as transport protocol. sw version: rsyslog-relp-3.21.3-4 and rsyslog-3.21.3-4.
in the log I see these messages: 2009-03-16T16:12:10.769408+01:00 zeus-log01-2 rsyslogd: [origin software="rsyslogd" swVersion="3.21.3" x-pid="3239" x-info="http://www.rsyslog.com"] restart 2009-03-16T16:12:10.769447+01:00 zeus-log01-2 rsyslogd: error -2077 trying to add listener 2009-03-16T16:12:10.769458+01:00 zeus-log01-2 rsyslogd: the last error occured in /data/etc/rsyslog/rsyslog.conf, line 6 2009-03-16T16:12:10.769470+01:00 zeus-log01-2 rsyslogd: the last error occured in /data/etc/rsyslog/rsyslog.conf, line 7 The config line in question read: ------snip # Global $ModLoad imudp.so $ModLoad imtcp.so $ModLoad imrelp.so $UDPServerRun 514 $InputTCPServerRun 514 <-- line 6 $InputRELPServerRun 2514 <-- line 7 $DirCreateMode 0755 -------snap netstat -an| grep 514 shows all configured udp and tcp ports open. So where can I find a description of error -2077? Thanks in advance Thomas _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com

