[Piuparts-commits] [SCM] piuparts git repository branch, develop, updated. 0.44-627-g9f46e19

Andreas Beckmann debian at abeckmann.de
Fri Jun 1 17:34:36 UTC 2012


The following commit has been merged in the develop branch:
commit d9d148e4a1a53570719f8d546d5e0d44b26f71d3
Author: Andreas Beckmann <debian at abeckmann.de>
Date:   Sun Apr 15 17:20:00 2012 +0200

    piuparts issue: user currently logged in
    
    With multiple slaves running in parallel it is possible that they
    use the same UID for a system account and one slave has processes
    running as that UID while another wants to delete it.
    
    Signed-off-by: Andreas Beckmann <debian at abeckmann.de>

diff --git a/home/piupartsm/bin/detect_piuparts_issues b/home/piupartsm/bin/detect_piuparts_issues
index 90efaed..18740d8 100755
--- a/home/piupartsm/bin/detect_piuparts_issues
+++ b/home/piupartsm/bin/detect_piuparts_issues
@@ -58,6 +58,7 @@ for SECTION in $SECTIONS ; do
 		rgrep -l -e "^SyntaxError:" $MASTER/$SECTION/$subdir >> $FILE
 		# 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
 	done
 done
 if [ -s $FILE ] ; then 

-- 
piuparts git repository



More information about the Piuparts-commits mailing list