Two things to try:1) Use "condor_q -better-analyze" to see if the job matches to the existing slot.2) Look at the ScheddLog, StartLog and the StarterLog* to see if there's any security configuration issues which prevents the components from talking to each other.
BrianOn Apr 7, 2014, at 6:14 AM, Ivan Mushketyk <ivan.mushketik@xxxxxxxxx> wrote:_______________________________________________Best regards,I am using Condor 8.06 on Ubuntu 12.04 under VirtualBox installed fromHere is a list of condor processes on my computer:Here is output of condor_status:Here is output of condor_q:I submit it with the command "condor_submit submit".Hello.Here is my submit script (file named "submit"):
I've been trying to submit a task to Condor, but it remains idle and does not run.
Universe = vanilla
Executable = test.bash
Arguments = 4 10
Log = simple.log
Output = simple.out
Error = simple.error
Transfer_Input_Files = test.bash
should_transfer_files = YES
Queue
-- Submitter: ivan-VirtualBox : <10.0.2.15:51485> : ivan-VirtualBox
ID OWNER SUBMITTED RUN_TIME ST PRI SIZE CMD
27.0 ivan 4/7 16:09 0+00:00:00 I 0 0.0 test.bash 4 10
1 jobs; 0 completed, 0 removed, 1 idle, 0 running, 0 held, 0 suspended
ivan@ivan-VirtualBox:~/condor$ condor_status
Name OpSys Arch State Activity LoadAv Mem ActvtyTime
ivan-VirtualBox LINUX X86_64 Unclaimed Idle 0.370 1473 0+00:04:35
Total Owner Claimed Unclaimed Matched Preempting Backfill
X86_64/LINUX 1 0 0 1 0 0 0
Total 1 0 0 1 0 0 0
ps -aux | grep condor
Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
condor 2243 0.0 0.3 94976 4668 ? Ss 16:05 0:00 /usr/sbin/condor_master -pidfile /var/run/condor/condor.pid
root 2244 0.0 0.2 21768 3220 ? S 16:05 0:00 condor_procd -A /var/run/condor/procd_pipe -L /var/log/condor/ProcLog -R 10000000 -S 60 -C 115
condor 2245 0.0 0.4 99328 6764 ? Ss 16:05 0:00 condor_collector -f
condor 2246 0.0 0.4 95108 6532 ? Ss 16:05 0:00 condor_negotiator -f
condor 2247 0.0 0.5 96756 7664 ? Ss 16:05 0:00 condor_schedd -f
condor 2248 0.0 0.4 95732 7024 ? Ss 16:05 0:00 condor_startd -f
ivan 2479 0.0 0.0 13596 928 pts/1 S+ 16:12 0:00 grep --color=auto condorWhat am I doing wrong?
Ivan
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users
The archives can be found at:
https://lists.cs.wisc.edu/archive/htcondor-users/
_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users
The archives can be found at:
https://lists.cs.wisc.edu/archive/htcondor-users/