Raspbian Jessie: 'Action suspended' Einträge in der /var/log/messages unterdrücken
Sollte Ihre /var/log/messages von Raspbian Jessie ebenfalls mit den folgenden Logeinträgen überflutet werden, können Sie dies wie folgt abstellen.
Mar 19 13:22:11 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Mon Mar 19 13:23:41 2018 [try http://www.rsyslog.com/e/2007 ]
Mar 19 13:25:01 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Mon Mar 19 13:26:31 2018 [try http://www.rsyslog.com/e/2007 ]
Mar 19 13:30:01 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Mon Mar 19 13:31:31 2018 [try http://www.rsyslog.com/e/2007 ]
Mar 19 13:34:16 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Mon Mar 19 13:35:46 2018 [try http://www.rsyslog.com/e/2007 ]
Mar 19 13:25:01 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Mon Mar 19 13:26:31 2018 [try http://www.rsyslog.com/e/2007 ]
Mar 19 13:30:01 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Mon Mar 19 13:31:31 2018 [try http://www.rsyslog.com/e/2007 ]
Mar 19 13:34:16 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Mon Mar 19 13:35:46 2018 [try http://www.rsyslog.com/e/2007 ]
Öffnen Sie dazu die Konfigurationsdatei /etc/rsyslog.conf mit einem Editor.
pi@raspberrypi:~ $ sudo vi /etc/rsyslog.conf
Am Ende der Datei sollten Sie den folgenden Abschnitt vorfinden.
# The named pipe /dev/xconsole is for the `xconsole' utility. To use it,
# you must invoke `xconsole' with the `-file' option:
#
# $ xconsole -file /dev/xconsole [...]
#
# NOTE: adjust the list below, or you'll go crazy if you have a reasonably
# busy site..
#
daemon.*;mail.*;\
news.err;\
*.=debug;*.=info;\
*.=notice;*.=warn |/dev/xconsole
# you must invoke `xconsole' with the `-file' option:
#
# $ xconsole -file /dev/xconsole [...]
#
# NOTE: adjust the list below, or you'll go crazy if you have a reasonably
# busy site..
#
daemon.*;mail.*;\
news.err;\
*.=debug;*.=info;\
*.=notice;*.=warn |/dev/xconsole
Kommentieren Sie die folgenden Zeilen einfach aus.
#daemon.*;mail.*;\
# news.err;\
# *.=debug;*.=info;\
# *.=notice;*.=warn |/dev/xconsole
# news.err;\
# *.=debug;*.=info;\
# *.=notice;*.=warn |/dev/xconsole
Nachdem Sie die rsyslog.conf angepasst haben, starten Sie den rsyslog Daemon neu.
pi@raspberrypi:~ $ sudo service rsyslog restart
Dieser Eintrag wurde am 25.03.2018 erstellt.
Direkter Link zu dieser Seite: http://www.gtkdb.de/index_36_2972.html
[ Zur Startseite ] [ Zur Kategorie ]
© 2004-2021 by Georg Kainzbauer