Has there been any progress on this.

I still have the same problem on both kernel 4.15 and 5.4.

I still have to modify logrotate to limit logging or more recently I
have tried stopping the logging of any errors which was not as simple as
I expected as rsyslog uses socket activation under systemd. So whenever
there is a log message coming in, rsyslog will be started on demand. The
unit is named syslog.socket. So to stop the rsyslog service one needs to
stop both units:

systemctl stop syslog.socket rsyslog.service

or completely to disable logging from the next boot by:

systemctl disable syslog.socket rsyslog.service

None of these are satisfactory long term solutions

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1738736

Title:
  ACPI error message flooding syslog

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1738736/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to