Hi, I am new to condor and I installed a condor pool from RPM for centos 6.3. There is only one machine in this pool.
I used 'sudo rpm -ivh ....' to install condor and started condor deamon as root(su and condor_master, condor_on...). After submit my job, it is hold becaue of stdout file.
Here is my output of commands:
1 jobs; 0 completed, 0 removed, 0 idle, 0 running, 1 held, 0 suspended
[kyle@scorpio tmp]$ condor_q -analyze
Hold reason: Error from
slot1@xxxxxxxxxxxxxxxxxx: Failed to open '/tmp/simple.out' as standard output: Permission denied (errno 13)
[kyle@scorpio tmp]$ ps -eo euser,ruser,suser,fuser,f,comm,label | grep condor
condor root root condor 5 condor_master unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023
condor root root condor 4 condor_collecto unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023
condor root root condor 4 condor_negotiat unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023
condor root root condor 4 condor_schedd unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023
condor root root condor 4 condor_startd unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023
root root root root 4 condor_procd unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023
root root root root 4 condor_procd unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023
I think I have made mistakes in installtion or deamons startup, can anyone point that to me? Thank you very much!