[Piuparts-commits] [piuparts] 02/08: piuparts_issue: invoke-rc.d: initscript mysql, action "restart" failed.

Holger Levsen holger at layer-acht.org
Sat Jan 14 14:39:51 UTC 2017


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

holger pushed a commit to branch develop
in repository piuparts.

commit 362935d621fea1ae9c502e3216d570412730abc5
Author: Andreas Beckmann <anbe at debian.org>
Date:   Sat Jan 14 11:51:46 2017 +0100

    piuparts_issue: invoke-rc.d: initscript mysql, action "restart" failed.
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 debian/changelog                     | 2 ++
 master-bin/detect_piuparts_issues.in | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index e62aad4..dbb54fa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -38,6 +38,8 @@ piuparts (0.74) UNRELEASED; urgency=medium
     tests.
   * detect_network_issues: add "E: The repository '.*' does no longer have a
     Release file." to the detected issues.
+  * detect_piuparts_issues: Detect 'invoke-rc.d: initscript mysql, action
+    "restart" failed.'
 
   [ Holger Levsen ]
   * Apply patch by Antonio Ospite to workaround #847788 by force-unmounting
diff --git a/master-bin/detect_piuparts_issues.in b/master-bin/detect_piuparts_issues.in
index 76f431e..8734faf 100755
--- a/master-bin/detect_piuparts_issues.in
+++ b/master-bin/detect_piuparts_issues.in
@@ -55,7 +55,7 @@ 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 -i -e 'invoke-rc.d: initscript mysql, action "start" failed.' $MASTER/$SECTION/$subdir >> $FILE
+		rgrep -l -i -E 'invoke-rc.d: initscript mysql, action "(start|restart)" 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

-- 
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