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

Re: [Condor-users] Help!! Condor_q shows empty queue, but "condor_q -long" don't






How can I check this?

The processes running are:

$ ps -ef | grep condor                        
condor   32451     1  0 Jun15 ?        00:01:51 /usr/sbin/condor_master
condor   32453 32451  0 Jun15 ?        00:01:03 condor_startd -f
condor   32454 32451  0 Jun15 ?        00:00:01 condor_schedd -f
condor   32455 32451  0 Jun15 ?        00:00:05 condor_negotiator -f
root     32457 32454  0 Jun15 ?        00:00:28 condor_procd -A /var/lib/condor/log/procd_pipe.SCHEDD -S 60 -C 106
condor   32492 32451  0 Jun15 ?        00:00:08 condor_collector -f
root     32520 32453  0 Jun15 ?        00:00:31 condor_procd -A /var/lib/condor/log/procd_pipe.STARTD -S 60 -C 106

I believe that's is correct, right?

Guilherme


On Thu, Jun 16, 2011 at 6:25 PM, Dan Bradley <dan@xxxxxxxxxxxx> wrote:

Another possibility that can lead to bizarre behavior, such as what you describe, is if you somehow end up with two identically named schedds running on the same machine.

Check to make sure you somehow didn't end up with two instances of condor running.  (Normally, Condor protects itself against this, but there are conditions that can circumvent the checks that it does.)

--Dan

_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/condor-users/



--

-- Guilherme Ruppert