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

Re: [condor-users] Condor 6.6.5 on Linux - condor_startd does not start up




I checked the DAEMON_LIST in both the local config file & the main
condor_config file and it does contain startd.

Good. This is verified by seeing that the Master does indeed start up the condor_startd:


5/11 18:09:02 ******************************************************
5/11 18:09:02 ** condor_master (CONDOR_MASTER) STARTING UP
5/11 18:09:02 ** $CondorVersion: 6.6.5 May  3 2004 $
5/11 18:09:02 ** $CondorPlatform: I386-LINUX-RH9 $
5/11 18:09:02 ** PID = 7351
5/11 18:09:02 ******************************************************
5/11 18:09:02 Using config file: /usr/condor-6.6.5/etc/condor_config
5/11 18:09:02 Using local config files:
/usr/condor-6.6.5/local.zakkwylde/condor_config.local
5/11 18:09:02 DaemonCore: Command Socket at <152.14.22.69:33560>
5/11 18:09:02 Started DaemonCore process
"/usr/condor-6.6.5/sbin/condor_schedd", pid and pgroup = 7352
5/11 18:09:02 Started DaemonCore process
"/usr/condor-6.6.5/sbin/condor_startd", pid and pgroup = 7353
5/11 18:09:02 Started DaemonCore process

So that's good. But we can see that the STARTD exited shortly thereafter:


5/11 18:09:03 The STARTD (pid 7353) exited with status 4
5/11 18:09:03 Sending obituary for "/usr/condor-6.6.5/sbin/condor_startd"
5/11 18:09:03 restarting /usr/condor-6.6.5/sbin/condor_startd in 10
seconds

When we look in the StartLog, we see the reason:


5/11 18:09:03 ERROR "Required attribute "START" is not defined" at line
344 in file util.C

This tells me that for some reason, START is no longer defined in your configuration file, or there is a syntax error in the definition. You should look for where you define it, and make sure that it's set to something. A simple setting would be:


START = TRUE

Then restart Condor and you should be set.

-alain


Condor Support Information: http://www.cs.wisc.edu/condor/condor-support/ To Unsubscribe, send mail to majordomo@xxxxxxxxxxx with unsubscribe condor-users <your_email_address>