From: mhoellein Date: Fri, 7 Dec 2018 08:15:30 +0000 (+0100) Subject: committing changes in /etc after apt run X-Git-Url: https://git.hoellein.online/?a=commitdiff_plain;h=9fb9ec99bc4bf69d76ad641ce363f1e8ff98b90d;p=homeserver committing changes in /etc after apt run Package changes: +autossh 1.4e-4 amd64 --- diff --git a/.etckeeper b/.etckeeper index 3b4cd14c..9d10177b 100755 --- a/.etckeeper +++ b/.etckeeper @@ -3389,6 +3389,7 @@ maybe chmod 0644 'logcheck/ignore.d.server/ntpdate' maybe chmod 0644 'logcheck/ignore.d.server/rsyslog' maybe chmod 0644 'logcheck/ignore.d.server/x2goserver' maybe chmod 0755 'logcheck/ignore.d.workstation' +maybe chmod 0644 'logcheck/ignore.d.workstation/autossh' maybe chmod 0644 'logcheck/ignore.d.workstation/fetchmail' maybe chmod 0644 'logcheck/ignore.d.workstation/mysql-server-5_5' maybe chmod 0644 'logcheck/ignore.d.workstation/mysql-server-5_7' diff --git a/logcheck/ignore.d.workstation/autossh b/logcheck/ignore.d.workstation/autossh new file mode 100644 index 00000000..adac880d --- /dev/null +++ b/logcheck/ignore.d.workstation/autossh @@ -0,0 +1,6 @@ +^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ autossh\[[[:digit:]]+\]: starting ssh \(count [[:digit:]]+\)$ +^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ autossh\[[[:digit:]]+\]: ssh child pid is [[:digit:]]+$ +^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ autossh\[[[:digit:]]+\]: ssh exited prematurely with status [[:digit:]]+; autossh exiting$ +^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ autossh\[[[:digit:]]+\]: received signal to exit \([[:digit:]]+\)$ +^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ autossh\[[[:digit:]]+\]: timeout polling to accept read connection$ +^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ autossh\[[[:digit:]]+\]: port down, restarting ssh$