[Piuparts-commits] [piuparts] 07/09: detect-piuparts-issues: add/update some database issues

Holger Levsen holger at moszumanska.debian.org
Tue Feb 10 12:18:08 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch develop
in repository piuparts.

commit 62344b6a575eac167d2c38cf339cd0a941f9f229
Author: Andreas Beckmann <anbe at debian.org>
Date:   Tue Feb 10 11:40:57 2015 +0100

    detect-piuparts-issues: add/update some database issues
    
    seen in various capitalization
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
---
 master-bin/detect_piuparts_issues.in | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/master-bin/detect_piuparts_issues.in b/master-bin/detect_piuparts_issues.in
index a5db4cb..3d0c5a2 100755
--- a/master-bin/detect_piuparts_issues.in
+++ b/master-bin/detect_piuparts_issues.in
@@ -51,10 +51,12 @@ for SECTION in $SECTIONS ; do
 		# Python errors from maintainer scripts etc. would be indented by 2 spaces, so don't match here.
 		rgrep -l -e 'update-binfmts: warning: unable to close /proc/sys/fs/binfmt_misc/register: Invalid argument' $MASTER/$SECTION/$subdir >> $FILE
 		rgrep -l -e 'userdel: user .* is currently logged in' $MASTER/$SECTION/$subdir >> $FILE
-		rgrep -l -e 'invoke-rc.d: initscript mysql, action "start" failed.' $MASTER/$SECTION/$subdir >> $FILE
-		rgrep -l -e 'invoke-rc.d: initscript postgresql, action "start" failed.' $MASTER/$SECTION/$subdir >> $FILE
+		rgrep -l -i -e 'invoke-rc.d: initscript mysql, action "start" failed.' $MASTER/$SECTION/$subdir >> $FILE
+		rgrep -l -i -e 'invoke-rc.d: initscript postgresql, action "start" failed.' $MASTER/$SECTION/$subdir >> $FILE
+		rgrep -l -i -e 'FATAL:  could not create shared memory segment: No space left on device' $MASTER/$SECTION/$subdir >> $FILE
 		rgrep -l -e 'No database found online on port 5432' $MASTER/$SECTION/$subdir >> $FILE
 		rgrep -l -e 'unable to connect to postgresql server' $MASTER/$SECTION/$subdir >> $FILE
+		rgrep -l -e 'createuser: could not connect to database postgres: could not connect to server: No such file or directory' $MASTER/$SECTION/$subdir >> $FILE
 		rgrep -l -e 'Firebird .* server already running.' $MASTER/$SECTION/$subdir >> $FILE
 		find $MASTER/$SECTION/$subdir -name '*.log' -size 0 >> $FILE
 	done

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/piuparts/piuparts.git



More information about the Piuparts-commits mailing list