]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
current linux ps complains about ps -e -o pid -o comm
authorhades <hades>
Mon, 9 Oct 2000 11:55:57 +0000 (11:55 +0000)
committerhades <hades>
Mon, 9 Oct 2000 11:55:57 +0000 (11:55 +0000)
hadaq/hadaq_init.tcl
hadaq/soft.tcl

index 13edd37e48f42deb58915cb1dcd1b1a7109908fa..76cbb3b44465edf7429bdf4ad05b0ca2228631aa 100644 (file)
@@ -12,7 +12,7 @@ foreach i [agent cat] {
        if {[string match "LynxOS" $hostType]} {
                set psCmd {ps -ax | awk '{ print $1, $NF }'}
        } else {
-               set psCmd {export UNIX95=XPG4; ps -e -o pid -o comm}
+               set psCmd {export UNIX95=XPG4; ps -eo pid,comm}
        }
 
        if {[lindex $argv 0] == "stop" || [lindex $argv 0] == "restart"} {
index 76df3b0046f934aa2094ee92b77f0fe19a9cb8a3..7b4aa820be285a670ca024f2100ec02dba354c48 100644 (file)
@@ -1,12 +1,27 @@
-agent create localhost muench /home/muench/hdev/daq/hadaq
-agent create localhost muench /home/muench/hdev/daq/hadaq
-worker create localhost:evtbuild -a -p -2 -s 2 -m 1
-worker create localhost:netmem -a -p -1 -m 1 -i UDP:127.0.0.1:3000
-worker create localhost:memnet -a -p -1 -w 2500 -o UDP:127.0.0.1:3000
-worker create localhost:readout -a -p -2
+agent create neptun muench /home/muench/hdev/daq/hadaq
+agent create acheron muench /home/muench/hdev/daq/hadaq
+worker create neptun:evtbuild -a -p -2 -s 1 -m 1
+worker create neptun:netmem -a -p -1 -m 1 -i UDP:0.0.0.0:3000
+worker create acheron:memnet -a -p -1 -w 2500 -o UDP:129.187.154.111:3000
+worker create acheron:readout -a -p -2
 group create acquisition
 group create run
-group add acquisition localhost:memnet
-group add acquisition localhost:readout
-group add run localhost:evtbuild
-group add run localhost:netmem
+group add acquisition acheron:memnet
+group add acquisition acheron:readout
+group add run neptun:evtbuild
+group add run neptun:netmem
+
+set duringInit {
+}
+
+set beforeStartAcq {
+}
+
+set afterStartAcq {
+}
+
+set beforeStopAcq {
+}
+
+set afterStopAcq {
+}