[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[HTCondor-users] problem?? removing jobs from the condor queue



I have tried removing some simple test jobs from the condor queue. Unfortunately they always show up in the the results of the condor_q command as Status X. This may not be necessary but I would like to clean it up

For example

condor_q

-- Submitter: prod2.iphotosat.ca : <192.168.1.35:51746> : prod2.iphotosat.ca
ÂIDÂÂÂÂÂ OWNERÂÂÂÂÂÂÂÂÂÂÂ SUBMITTEDÂÂÂÂ RUN_TIME ST PRI SIZE CMDÂÂÂÂÂÂÂÂÂÂÂÂÂÂ
Â143.0ÂÂ pascalÂÂÂÂÂÂÂÂ 10/29 16:32ÂÂ 0+00:00:01 XÂ 0ÂÂ 0.1Â ping -c 10 -i 10 1
Â144.0ÂÂ pascalÂÂÂÂÂÂÂÂ 10/29 16:37ÂÂ 0+00:00:01 XÂ 0ÂÂ 0.1Â ping -c 10 -i 10 1
Â145.0ÂÂ pascalÂÂÂÂÂÂÂÂ 10/29 16:39ÂÂ 0+00:00:02 XÂ 0ÂÂ 0.1Â ping -c 10 -i 10 1
Â147.0ÂÂ pascalÂÂÂÂÂÂÂÂ 10/29 16:43ÂÂ 0+00:00:01 XÂ 0ÂÂ 0.1Â ping -c 10 -i 10 1

I looked around and I found a bunch of empty directories in /var/lib/condor/spool which I removed after shutting the pool down. This did not remove them from the condor_q results. How do I remove these entries?

Hugh