This applies to the HS ZEE S2 ... and the linux build provided by HomeSeer
A ton of message were being written to the /var/log/messages and /var/log/syslog file. Left unchecked, this could impact performance and the memory card life ...
These messages were written about every 90 seconds or so, and there where thousands:
To stop these error messages do the following:
- ssh into the ZEE and login as homeseer and sudo
- edit the file: /etc/rsyslog.conf
- comment out the last lines in this file so they become:
(Bug has been filed: https://forums.homeseer.com/bugzilla...ug.cgi?id=3605 )
A ton of message were being written to the /var/log/messages and /var/log/syslog file. Left unchecked, this could impact performance and the memory card life ...
These messages were written about every 90 seconds or so, and there where thousands:
Apr 26 11:40:33 HTZeeS2V2-4015 rsyslogd-2007: action 'action 17' suspended, next retry is Thu Apr 26 11:42:03 2018 [try http://www.rsyslog.com/e/2007 ]
Apr 26 11:42:16 HTZeeS2V2-4015 rsyslogd-2007: action 'action 17' suspended, next retry is Thu Apr 26 11:43:46 2018 [try http://www.rsyslog.com/e/2007 ]
Apr 26 11:43:50 HTZeeS2V2-4015 rsyslogd-2007: action 'action 17' suspended, next retry is Thu Apr 26 11:45:20 2018 [try http://www.rsyslog.com/e/2007 ]
Apr 26 11:42:16 HTZeeS2V2-4015 rsyslogd-2007: action 'action 17' suspended, next retry is Thu Apr 26 11:43:46 2018 [try http://www.rsyslog.com/e/2007 ]
Apr 26 11:43:50 HTZeeS2V2-4015 rsyslogd-2007: action 'action 17' suspended, next retry is Thu Apr 26 11:45:20 2018 [try http://www.rsyslog.com/e/2007 ]
To stop these error messages do the following:
- ssh into the ZEE and login as homeseer and sudo
- edit the file: /etc/rsyslog.conf
- comment out the last lines in this file so they become:
#daemon.*;mail.*;\
# news.err;\
# *.=debug;*.=info;\
# *.=notice;*.=warn |/dev/xconsole
The comments in /etc/rsyslog.conf indicate that these lines should only be uncommented when running xconsole ... something not appropriate for headless operation of a ZEE.# news.err;\
# *.=debug;*.=info;\
# *.=notice;*.=warn |/dev/xconsole
(Bug has been filed: https://forums.homeseer.com/bugzilla...ug.cgi?id=3605 )
Comment