Changes between Version 2 and Version 3 of RaspberryPiSurveillanceMonitor
- Timestamp:
- Jun 5, 2017, 8:17:33 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RaspberryPiSurveillanceMonitor
v2 v3 64 64 * * * * * root /root/kill_stuck_omxplayer.sh | logger 65 65 }}} 66 67 = rsyslog issues = 68 My log was flooding with messages like this: 69 {{{ 70 Jun 5 10:08:31 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Mon Jun 5 10:10:01 2017 [try http://www.rsyslog.com/e/2007 ] 71 }}} 72 73 Looking at the [https://www.raspberrypi.org/forums/viewtopic.php?f=91&t=122601| RaspberryPi Forum] it was caused by messages not being read from file:/dev/xconsole To fix this edit file:/etc/rsyslog.conf and comment out the block sending the entries: 74 {{{ 75 daemon.*;mail.*;\ 76 news.err;\ 77 *.=debug;*.=info;\ 78 *.=notice;*.=warn |/dev/xconsole 79 }}}