[Git][qa/jenkins.debian.net][master] reproducible system health: ignore another type of known zombies

Holger Levsen (@holger) gitlab at salsa.debian.org
Tue Aug 22 14:12:29 BST 2023



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
8c8c82aa by Holger Levsen at 2023-08-22T15:12:05+02:00
reproducible system health: ignore another type of known zombies

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- bin/reproducible_maintenance.sh


Changes:

=====================================
bin/reproducible_maintenance.sh
=====================================
@@ -744,11 +744,11 @@ for i in $PBUIDS ; do
 done
 if [ -n "$PSCALL" ] ; then
 	# ignore some well known zombie processes
-	KNOWN_ZOMBIE_PROCESSES="(buf-ring.t|poll-race-mshot.t|ringbuf-read.t)"
+	KNOWN_ZOMBIE_PROCESSES="(buf-ring.t|poll-race-mshot.t|ringbuf-read.t|send_recvmsg.t)"
 	if [ $(ps -F -p "$PSCALL" | grep -E -v "$KNOWN_ZOMBIE_PROCESSES" | wc -l) -lt 10 ] ; then
 		echo "Info: ignoring less than ten processes which should not be there and which could not be killed, because those are probably just a few harmless zombies, which can only be removed by rebooting...."
 	else
-		 echo "Warning: found more than ten processes which should not be there and which could not be killed. Please investigate and reboot or ignore them...:"
+		echo "Warning: found more than ten processes which should not be there and which could not be killed. Please investigate and reboot or ignore them...:"
 	fi
 	ps -F -p "$PSCALL" | grep -E -v "$KNOWN_ZOMBIE_PROCESSES"
 	echo



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/8c8c82aa801cdcf430a12fae15915788a665ecf4

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/8c8c82aa801cdcf430a12fae15915788a665ecf4
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20230822/b5cefa8c/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list