[Piuparts-commits] [SCM] piuparts git repository branch, piatti.git, updated. 4d2c7abb7c5a5a8ae3a0e51c77b65c605e0eb457
Holger Levsen
holger at layer-acht.org
Sun Jan 22 12:25:16 UTC 2012
The following commit has been merged in the piatti.git branch:
commit b515619506cf85786f74fbc5b2ee64122d7242e4
Author: Holger Levsen <holger at layer-acht.org>
Date: Sat Jan 14 12:51:48 2012 +0100
add another regex for failing to connect to a database server
diff --git a/home/piupartsm/bin/known_problems/db_setup_error.conf b/home/piupartsm/bin/known_problems/db_setup_error.conf
index e5fad98..e8c2259 100755
--- a/home/piupartsm/bin/known_problems/db_setup_error.conf
+++ b/home/piupartsm/bin/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)"'
+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)"'
WHERE='fail bugged'
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