From 1ccb4bf732705702fbc5b5f25069e4789aa61d7f Mon Sep 17 00:00:00 2001 From: kakwa Date: Fri, 22 Jul 2016 21:38:40 +0200 Subject: [PATCH] test killing samba processes before ad-dc start --- tests/test_env/deploy.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/test_env/deploy.sh b/tests/test_env/deploy.sh index 3c40983..b38f4e3 100755 --- a/tests/test_env/deploy.sh +++ b/tests/test_env/deploy.sh @@ -29,6 +29,9 @@ df -h /etc/init.d/nmbd stop /etc/init.d/samba-ad-dc stop +pkill -9 winbindd +pkill -9 smbd +pkill -9 nmbd find /var/log/samba/ -type f -exec rm -f {} \;