Comment 0 for bug 1788322

Revision history for this message
chris pollock (cpollock) wrote :

I'm not sure this is a bug but instead is a configuration option missing in the /etc/rsyslog.conf.

This is on a Ubuntu 18.04.1LTS system that was upgraded last week from
16.04.5LTS. The version of rsyslog installed is:

apt-cache policy rsyslog
rsyslog:
  Installed: 8.32.0-1ubuntu4
  Candidate: 8.32.0-1ubuntu4

lsb_release -rd
Description: Ubuntu 18.04.1 LTS
Release: 18.04

The complete output is here:

https://pastebin.com/AxYYQaw5

I went to the links noted. The first one http://www.rsyslog.com/e/2359
from what I can read tells me that whatever action is referenced it was
resumed. I assume in this case it refers to this "resumed (module
'builtin:omfile'" The 2nd link http://www.rsyslog.com/e/2007 seems to
give me a fix for this. I've looked for what is mentioned in the 2nd
link in my /etc/rsyslog.conf file and in my /etc/rsyslog.d/50-
default.conf:

The 2nd link refers to this:

"A frequent case for this error message on Debian-based distributions
(like raspbian) is that rsyslog.conf contains the instruction to write
to the xconsole pipe, but this pipe is never read. If so, you can
simply delete these lines to remove the error message. These lines are
usually found at the end of rsyslog.conf."

My current /etc/rsyslog.conf file is here https://pastebin.com/WZVhryNW

If I need to add some lines to the .conf file I'm not sure what they
should be.