From: Hadaq Date: Tue, 21 Mar 2017 13:25:21 +0000 (+0100) Subject: do not kill all httpi when starting cts monitor X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=5bd039d57a2c5409f14a36c0f0f69d7b85d01498;p=daqtools.git do not kill all httpi when starting cts monitor --- diff --git a/web/cts_gui b/web/cts_gui index 45aa134..35bc4e0 100755 --- a/web/cts_gui +++ b/web/cts_gui @@ -113,9 +113,9 @@ exit(0); } # Setup shared memory - print "Trying to kill processes 'cts' and 'dhttpi'\n"; - system 'pkill dhttpi'; - system 'pkill "^(cts|dhttpi)$"'; +# print "Trying to kill processes 'cts' and 'dhttpi'\n"; +# system 'pkill dhttpi'; +# system 'pkill "^(cts|dhttpi)$"'; print "\n\nTry to map monitoring files to shared memory (if it failes, no harm is done. Only the HDD has to work a little bit more)\n";