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

Re: [Condor-users] Condor-g : Errorno 111



On May 27, 2005, at 9:33 AM, Vineet Chadha wrote:

Thanks Jamie and Nick. Following Jamie's suggestion I am able to get
rid of error messages. But I am not able to run condor_q or
condor_status command ( it hangs ) . what logs should I check to see
what's going wrong. Here is my Master Log:


5/27 10:24:15 ** condor_master (CONDOR_MASTER) STARTING UP
5/27 10:24:15 ** /home/condorg/vdt/condor/sbin/condor_master
5/27 10:24:15 ** $CondorVersion: 6.6.7 Oct 11 2004 $
5/27 10:24:15 ** $CondorPlatform: I386-LINUX_RH9 $
5/27 10:24:15 ** PID = 24373
5/27 10:24:15 ******************************************************
5/27 10:24:15 Using config file: /home/condorg/vdt/condor/etc/condor_config
5/27 10:24:15 Using local config files:
/home/condorg/vdt/condor/local/condor_config.local
5/27 10:24:15 DaemonCore: Command Socket at <128.228.175.385:58585>
5/27 10:24:15 Started DaemonCore process
"/home/condorg/vdt/condor/sbin/condor_schedd", pid and pgroup = 24374

I think now master and sched has started correctly. But if I run
condor_q, it hangs for some time ... Please help.


The condor tools may be having trouble finding the right config file. Your config file is in none of the default locations, so you need to have the following set in your environment:
CONDOR_CONFIG=/home/condorg/vdt/condor/etc/condor_config

If you run condor as non-root, everything related to your jobs should be owned by the user that you start condor under. You need to run the condor tools as that user. Your job files should be owned by that user.

If your job files and x509 proxy are going to be owned by your uid, you should start condor under your own uid, not some special 'condorg' uid.

+----------------------------------+---------------------------------+

|            Jaime Frey            |  Public Split on Whether        |

|        jfrey@xxxxxxxxxxx         |  Bush Is a Divider              |

|  http://www.cs.wisc.edu/~jfrey/  |         -- CNN Scrolling Banner |

+----------------------------------+---------------------------------+