FooDeas / raspberrypi-ua-netinst

RaspberryPi (minimal) unattended netinstaller
ISC License
220 stars 46 forks source link

rsyslogd-2007: action 'action 17' suspended #137

Closed thijstriemstra closed 6 years ago

thijstriemstra commented 6 years ago

When I tail /var/log/messages it shows this line every now and then:

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.

thijstriemstra commented 6 years ago

Hmm this might be related to the dhcp server I installed there because I don't see it on other rpi's. Closing.