TheOnlyChosenOne
March 10th, 2014, 09:16 PM
Hi
I followed the tutorial on http://www.rsyslog.com/sending-messages-to-a-remote-syslog-server/ for the client and http://www.rsyslog.com/receiving-messages-from-a-remote-system/ for the remote server. But now I get the next error when restarting rsyslog on the remote server:
2014-03-10T20:37:46.010976+01:00 nsa rsyslogd: [origin software="rsyslogd" swVersion="5.8.6" x-pid="17832" x-info="http://www.rsyslog.com"] exiting on signal 15.
2014-03-10T20:37:46.046152+01:00 nsa rsyslogd: [origin software="rsyslogd" swVersion="5.8.6" x-pid="17866" x-info="http://www.rsyslog.com"] start
2014-03-10T20:37:46.045704+01:00 nsa rsyslogd-3000: unknown priority name "" [try http://www.rsyslog.com/e/3000 ]
2014-03-10T20:37:46.045844+01:00 nsa rsyslogd: the last error occured in /etc/rsyslog.conf, line 2:"module(load="imtcp") # needs to be done just once "
2014-03-10T20:37:46.045850+01:00 nsa rsyslogd: warning: selector line without actions will be discarded
2014-03-10T20:37:46.045863+01:00 nsa rsyslogd-3000: unknown priority name "" [try http://www.rsyslog.com/e/3000 ]
2014-03-10T20:37:46.045867+01:00 nsa rsyslogd: the last error occured in /etc/rsyslog.conf, line 3:"input(type="imtcp" port="514")"
2014-03-10T20:37:46.045880+01:00 nsa rsyslogd: warning: selector line without actions will be discarded
2014-03-10T20:37:46.046100+01:00 nsa rsyslogd-2124: CONFIG ERROR: could not interpret master config file '/etc/rsyslog.conf'. [try http://www.rsyslog.com/e/2124 ]
The tutorials don't say which config file has to be edited, or a new config file has to be made. I just replaced the /etc/rsyslog.conf on both servers with the given examples.
I followed the tutorial on http://www.rsyslog.com/sending-messages-to-a-remote-syslog-server/ for the client and http://www.rsyslog.com/receiving-messages-from-a-remote-system/ for the remote server. But now I get the next error when restarting rsyslog on the remote server:
2014-03-10T20:37:46.010976+01:00 nsa rsyslogd: [origin software="rsyslogd" swVersion="5.8.6" x-pid="17832" x-info="http://www.rsyslog.com"] exiting on signal 15.
2014-03-10T20:37:46.046152+01:00 nsa rsyslogd: [origin software="rsyslogd" swVersion="5.8.6" x-pid="17866" x-info="http://www.rsyslog.com"] start
2014-03-10T20:37:46.045704+01:00 nsa rsyslogd-3000: unknown priority name "" [try http://www.rsyslog.com/e/3000 ]
2014-03-10T20:37:46.045844+01:00 nsa rsyslogd: the last error occured in /etc/rsyslog.conf, line 2:"module(load="imtcp") # needs to be done just once "
2014-03-10T20:37:46.045850+01:00 nsa rsyslogd: warning: selector line without actions will be discarded
2014-03-10T20:37:46.045863+01:00 nsa rsyslogd-3000: unknown priority name "" [try http://www.rsyslog.com/e/3000 ]
2014-03-10T20:37:46.045867+01:00 nsa rsyslogd: the last error occured in /etc/rsyslog.conf, line 3:"input(type="imtcp" port="514")"
2014-03-10T20:37:46.045880+01:00 nsa rsyslogd: warning: selector line without actions will be discarded
2014-03-10T20:37:46.046100+01:00 nsa rsyslogd-2124: CONFIG ERROR: could not interpret master config file '/etc/rsyslog.conf'. [try http://www.rsyslog.com/e/2124 ]
The tutorials don't say which config file has to be edited, or a new config file has to be made. I just replaced the /etc/rsyslog.conf on both servers with the given examples.