From a9dd91ffef732873765d9df669914c314f6c6fbe Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 13 Jun 2008 10:49:20 +0200 Subject: [PATCH] also report ssh timeouts Signed-off-by: Nico Schottelius --- tools/ccollect_analyse_logs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/ccollect_analyse_logs.sh b/tools/ccollect_analyse_logs.sh index ddcbec8..7ff9916 100755 --- a/tools/ccollect_analyse_logs.sh +++ b/tools/ccollect_analyse_logs.sh @@ -69,6 +69,7 @@ if [ "$search_err" ]; then set -- "$@" "-e" 'cannot send long-named file "' set -- "$@" "-e" 'ERROR: .* failed verification -- update discarded.$' set -- "$@" "-e" 'Host key verification failed.' + set -- "$@" "-e" 'ssh: connect to host .*: Connection timed out' set -- "$@" "-e" 'rsync error: unexplained error (code 255)' set -- "$@" "-e" 'rsync: connection unexpectedly closed' fi