Comment 5 for bug 1861881

Revision history for this message
Clemens Fuchslocher (clemens-fuchslocher) wrote :

This bug is not fixed in Ubuntu 20.04 LTS?

* Ubuntu 20.04 LTS
* tomcat9 9.0.31-1ubuntu0.1
* https://packages.ubuntu.com/focal/tomcat9
* https://changelogs.ubuntu.com/changelogs/pool/universe/t/tomcat9/tomcat9_9.0.31-1ubuntu0.1/changelog

* Ubuntu 21.04
* tomcat9 9.0.43-1
* https://packages.ubuntu.com/hirsute/tomcat9
* https://changelogs.ubuntu.com/changelogs/pool/universe/t/tomcat9/tomcat9_9.0.43-1/changelog

Without this fix, rsyslog floods the logs with messages about "resumed (module 'builtin:omfile')" and "suspended (module 'builtin:omfile')".

One day before the directory permission was fixed:

| $ journalctl --unit rsyslog --since "1 day ago" | wc -l
| 56291
|
| $ journalctl --unit rsyslog --since "1 day ago"
| ...
| Jul 22 22:43:13 erecruiting rsyslogd: action 'action-11-builtin:omfile' resumed (module 'builtin:omfile') [v8.2001.0 try https://www.rsyslog.com/e/2359 ]
| Jul 22 22:43:13 erecruiting rsyslogd: action 'action-11-builtin:omfile' suspended (module 'builtin:omfile'), retry 0. There should be messages before this one giving the reason for
| ...

One day after the directory permission was fixed:

| $ journalctl --unit rsyslog --since "1 day ago" | wc -l
| 2