[EMAIL PROTECTED] root]# ps -aux | grep ajack
ajack 1551 0.0 0.0 3560 4 ? S Feb19 0:00 /bin/sh -c cd /data3/gump/gump; /bin/nice -n 15 /bin/bash /data3/gump/gump/gumpy.sh | /bin/mail -s 'LSD Gump' [EMAIL PROTECTED]
ajack 1557 0.0 0.0 2840 4 ? SN Feb19 0:00 /bin/bash /data3/gump/gump/gumpy.sh
ajack 1558 0.0 0.0 2448 4 ? S Feb19 0:00 /bin/mail -s LSD Gump [EMAIL PROTECTED]
ajack 1642 2.2 49.3 622296 126064 ? RN Feb19 41:25 python gump/integrate.py -w ../lsd.xml all
ajack 29912 0.0 0.1 3336 384 ? S 02:00 0:00 /bin/sh -c cd /data3/gump/gump; /bin/nice -n 15 /bin/bash /data3/gump/gump/gumpy.sh all --debug
ajack 29916 0.0 0.1 2984 400 ? SN 02:00 0:00 /bin/bash /data3/gump/gump/gumpy.sh all --debug
ajack 30001 0.7 8.4 50448 21536 ? SN 02:00 2:37 python gump/integrate.py -w ../lsd.xml all all --debug
ajack 10417 0.0 0.3 2904 796 ? SN 08:06 0:00 sh -c java -Djava.awt.headless=true -Xbootclasspath/p:/data3/gump/xml-xerces2/java/build/xercesImpl.jar:/data3/gump/xml-xerces2/java/build/xmlParserAPIs.jar org.apache.tools.ant.Main -Dbuild.clonevm=true -Dgump.merge=/data3/gump/gump/work/merge.xml -Dbuild.
ajack 10418 14.7 21.4 223004 54768 ? SN 08:06 0:08 java -Djava.awt.headless=true -Xbootclasspath/p:/data3/gump/xml-xerces2/java/build/xercesImpl.jar:/data3/gump/xml-xerces2/java/build/xmlParserAPIs.jar org.apache.tools.ant.Main -Dbuild.clonevm=true -Dgump.merge=/data3/gump/gump/work/merge.xml -Dbuild.syscla
ajack 10524 60.0 4.4 218956 11272 ? SN 08:07 0:00 /usr/java/j2sdk1.4.2/jre/bin/java -Dbasedir=. -classpath /usr/java/j2sdk1.4.2/lib/tools.jar:/data3/gump/jakarta-commons/jelly/target/classes:/data3/gump/jakarta-commons/jelly/target/test-classes:/data3/gump/ant/dist/lib/ant-stylebook.jar:/data3/gump/ant/dis
root 10535 0.0 0.2 4388 580 pts/3 R 08:07 0:00 grep ajack
IOW, the new instance started while the old was still sleeping (which is probably defunct). I've now killed the old one (saved some relevant /proc data in ~ajack/procstuff). The new one is still runnning.
I think we need to update the shell scripts to write out a pid, and have the next gump run kill the old one (with a warning!). I'll go and see about that.
Let's hope the --debug helps us determine what part of the code to inspect :D
--
cheers,
- Leo Simons
----------------------------------------------------------------------- Weblog -- http://leosimons.com/ IoC Component Glue -- http://jicarilla.org/ Articles & Opinions -- http://articles.leosimons.com/ ----------------------------------------------------------------------- "We started off trying to set up a small anarchist community, but people wouldn't obey the rules." -- Alan Bennett
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
