[Piuparts-commits] [SCM] piuparts git repository branch, develop, updated. 0.47-3-gf5b672e

Andreas Beckmann debian at abeckmann.de
Mon Oct 1 11:20:08 UTC 2012


The following commit has been merged in the develop branch:
commit f5b672e94ab09c2a6b8e3de48278db9c68b27bd8
Author: Andreas Beckmann <debian at abeckmann.de>
Date:   Sat Sep 29 15:17:57 2012 +0200

    known_problems/db_setup_error: detect another failure
    
    "unable to connect to mysql server" (lower case this time)
    
    Signed-off-by: Andreas Beckmann <debian at abeckmann.de>

diff --git a/known_problems/db_setup_error.conf b/known_problems/db_setup_error.conf
index 5c898c3..57d922b 100644
--- a/known_problems/db_setup_error.conf
+++ b/known_problems/db_setup_error.conf
@@ -1,7 +1,7 @@
 #
 # detect packages with failed to install due to problems configuring the db - see #595652
 #
-COMMAND='grep -E "(dbconfig-common: .* configure: aborted.|updating database schema for .*...command failed with code 0|psql: could not connect to server: No such file or directory|DBI connect.* failed: could not connect to server|pg_pconnect\(\): Unable to connect to PostgreSQL server|Unable to connect to MySQL server)"'
+COMMAND='grep -E "(dbconfig-common: .* configure: aborted.|updating database schema for .*...command failed with code 0|psql: could not connect to server: No such file or directory|DBI connect.* failed: could not connect to server|pg_pconnect\(\): Unable to connect to PostgreSQL server|Unable to connect to MySQL server|unable to connect to mysql server)"'
 WHERE='fail bugged affected'
 ISSUE=0
 HEADER='Packages with failed logs because installation failed because no database could be conected.'

-- 
piuparts git repository



More information about the Piuparts-commits mailing list