Closed thijstriemstra closed 6 years ago
When I tail /var/log/messages it shows this line every now and then:
/var/log/messages
Mar 6 22:36:10 myhostname rsyslogd-2007: action 'action 17' suspended, next retry is Tue Mar 6 22:37:40 2018 [try http://www.rsyslog.com/e/2007 ]
Turns out this is a RPI related issue (see https://blog.dantup.com/2016/04/removing-rsyslog-spam-on-raspberry-pi-raspbian-jessie/) and it also damages the lifespan of the sd-card (with unnecessary writes).
This command fixed it for me:
sudo sed -i '/# The named pipe \/dev\/xconsole/,$d' /etc/rsyslog.conf
Also see https://github.com/RPi-Distro/repo/issues/28.
Hmm this might be related to the dhcp server I installed there because I don't see it on other rpi's. Closing.
When I tail
/var/log/messages
it shows this line every now and then:Turns out this is a RPI related issue (see https://blog.dantup.com/2016/04/removing-rsyslog-spam-on-raspberry-pi-raspbian-jessie/) and it also damages the lifespan of the sd-card (with unnecessary writes).
This command fixed it for me:
Also see https://github.com/RPi-Distro/repo/issues/28.