Hi Alain,
I crossed the same problem recently (fiddling with SuSE 9.0), and I put
in the $CONDOR/hosts/mymaster/condor_config.local :
DAEMON_LIST = MASTER, COLLECTOR,NEGOTIATOR, SCHEDD, STARTD
START = true
See for ex. the sample config file provided for a typical master at
$CONDOR/etc/examples/condor.config....
Cheers,
Alain
On Mon, 2004-04-05 at 18:37, Alain Rogister wrote:
Hi,
I am trying to get Condor up and running under RedHat Enterprise Linux 3
on a single host. I first tried the statically linked RedHat 9 build,
but the code samples failed to compile. With the dynamically linked
build, the samples compile with a few warnings and the master, schedd,
collector and negotiator daemons start. However, the following error is
reported in the StartLog:
4/5 18:13:15 ******************************************************
4/5 18:13:15 ** condor_startd (CONDOR_STARTD) STARTING UP
4/5 18:13:15 ** $CondorVersion: 6.6.2 Mar 12 2004 $
4/5 18:13:15 ** $CondorPlatform: I386-LINUX-RH9 $
4/5 18:13:15 ** PID = 20120
4/5 18:13:15 ******************************************************
4/5 18:13:15 Using config file: /usr/local/condor/etc/condor_config
4/5 18:13:15 Using local config files:
/usr/local/condor/local.alice/condor_config.local
4/5 18:13:15 DaemonCore: Command Socket at <194.78.14.100:39899>
4/5 18:13:15 "/usr/local/condor/sbin/condor_starter.pvm -classad" did
not produce any output, ignoring
4/5 18:13:15 ERROR "Required attribute "START" is not defined" at line
344 in file util.C
*** End of file StartLog
and submitted jobs remain in the queue. I have performed the
installation with condor_configure --install
--type=submit,execute,manager as user "condor" and have not modified the
generated config files.
Has Condor 6.6.2 been tested with RHEL 3 or is that an unsupported config ?
Thanks,
A.R.