[Piuparts-commits] [piuparts] 05/08: detect more cases where the tmpdir ran full
Holger Levsen
holger at moszumanska.debian.org
Thu Apr 9 08:12:32 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 98ba06626d1defe24d62efa0ae0bc5cf8330f038
Author: Andreas Beckmann <anbe at debian.org>
Date: Wed Apr 8 15:09:30 2015 +0200
detect more cases where the tmpdir ran full
Signed-off-by: Andreas Beckmann <anbe at debian.org>
---
master-bin/detect_piuparts_issues.in | 3 +++
1 file changed, 3 insertions(+)
diff --git a/master-bin/detect_piuparts_issues.in b/master-bin/detect_piuparts_issues.in
index 3d0c5a2..2dcd70f 100755
--- a/master-bin/detect_piuparts_issues.in
+++ b/master-bin/detect_piuparts_issues.in
@@ -42,6 +42,9 @@ for SECTION in $SECTIONS ; do
rgrep -l -e "ERROR:.*:Temporary directory is not a directory" $MASTER/$SECTION/$subdir >> $FILE
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 "(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
rgrep -l -e "^RuntimeError: maximum recursion depth exceeded while calling a Python object" $MASTER/$SECTION/$subdir >> $FILE
rgrep -l -e "^Traceback" $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