[Piuparts-commits] [piuparts] 13/23: add exception for virtualbox-ext-pack: need to wait a bit after purge

Holger Levsen holger at layer-acht.org
Tue Jan 17 12:39:46 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 fdb3fe6f65008ebf5a8c625f0a845a29e6139fc2
Author: Andreas Beckmann <anbe at debian.org>
Date:   Mon Jan 16 12:29:00 2017 +0100

    add exception for virtualbox-ext-pack: need to wait a bit after purge
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 custom-scripts/scripts/post_purge_exceptions | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/custom-scripts/scripts/post_purge_exceptions b/custom-scripts/scripts/post_purge_exceptions
index 448ff09..562dc61 100755
--- a/custom-scripts/scripts/post_purge_exceptions
+++ b/custom-scripts/scripts/post_purge_exceptions
@@ -29,6 +29,12 @@ case ${PIUPARTS_OBJECTS%%=*} in
 				;;
 		esac
 		;;
+	virtualbox-ext-pack)
+		#802143: virtualbox-ext-pack leaves VBoxSVC processes running
+		# these should terminate within 5 seconds if not used
+		log_debug
+		sleep 10
+		;;
 esac
 
 if [ -f /var/run/piuparts-stamp-dkms-installed ]; then

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