ControlScripts/clients: clients killing bug resolved
authorp2p p2p-next-02 <p2p@p2p-next-02.grid.pub.ro>
Tue, 3 May 2011 12:47:26 +0000 (15:47 +0300)
committerp2p p2p-next-02 <p2p@p2p-next-02.grid.pub.ro>
Tue, 3 May 2011 12:47:26 +0000 (15:47 +0300)
ClientWorkingFolders/TorrentsAndData/.gitignore
ControlScripts/clients/next-share/stop_nextshare.sh
ControlScripts/clients/swift/stop_swift.sh
ControlScripts/clients/tribler/stop_tribler.sh
ControlScripts/run_campaign.sh

index 406f464..8c48d91 100755 (executable)
@@ -12,4 +12,4 @@ if [ ! $# -eq 0 ]; then
        exit 1
 fi
 
-pkill -f cmdlinedl.py
+pkill -KILL -f cmdlinedl.py
index c59a8f9..e373a9c 100755 (executable)
@@ -11,4 +11,4 @@ if [ ! $# -eq 0 ]; then
        exit 1
 fi
 
-pkill swift
+pkill -KILL -f swift
index 65229ec..3ecb2de 100755 (executable)
@@ -11,4 +11,4 @@ if [ ! $# -eq 0 ]; then
        exit 1
 fi
 
-pkill python2.6
+pkill -KILL -f python2.6
index 99d9135..f6c277c 100755 (executable)
@@ -48,8 +48,7 @@ if [ ! -f $CONFIG_FILES_REL_PATH/$CAMPAIGN_FILE ]; then
 fi
 
 # Kill all the clients that are still running
-./stop_all_clients.sh
-
+#./stop_all_clients.sh
 
 # Create the results folder for the campaign
 # Check if the campaign results folder already exists