[Piuparts-commits] [piuparts] 05/10: piuparts_issue: passwd: Authentication token manipulation error

Holger Levsen holger at moszumanska.debian.org
Tue Feb 16 10:59:36 UTC 2016


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

holger pushed a commit to branch develop
in repository piuparts.

commit b90a9aafa68921a222986858f23d9cd67b0ab9b5
Author: Andreas Beckmann <anbe at debian.org>
Date:   Mon Feb 15 22:51:38 2016 +0100

    piuparts_issue: passwd: Authentication token manipulation error
    
    may happen if the disk is full
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
---
 master-bin/detect_piuparts_issues.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/master-bin/detect_piuparts_issues.in b/master-bin/detect_piuparts_issues.in
index ae838a5..e1aed73 100755
--- a/master-bin/detect_piuparts_issues.in
+++ b/master-bin/detect_piuparts_issues.in
@@ -43,6 +43,7 @@ for SECTION in $SECTIONS ; do
 		rgrep -l -e "No space left on device" $MASTER/$SECTION/$subdir >> $FILE
 		rgrep -l -e "E: You don't have enough free space in /var/cache/apt/archives/" $MASTER/$SECTION/$subdir >> $FILE
 		rgrep -l -e "E: Failed to write temporary StateFile /var/lib/apt/extended_states.tmp" $MASTER/$SECTION/$subdir >> $FILE
+		rgrep -l -e "passwd: Authentication token manipulation error" $MASTER/$SECTION/$subdir >> $FILE
 		rgrep -l -E "(chfn|groupadd|useradd): cannot lock /etc/(group|gshadow|passwd|shadow|subuid); try again later." $MASTER/$SECTION/$subdir >> $FILE
 		rgrep -l -E "(groupadd|useradd): failure while writing changes to /etc/(group|passwd)" $MASTER/$SECTION/$subdir >> $FILE
 		rgrep -l -e "ERROR: Command failed (status=-7): .* 'apt-cache'" $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