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

RE: [Condor-users] problem starting condor in init.d



> Hi All,
> 
> I am trying to find where the path to condor_config.local is set when
> using init.d  to start condor. I don't have a local.localhost
directory
> and I cannot find any file where this is specified. see below:
> 
> #/etc/init.d/condor start
> Starting up Condor
> ERROR: Can't read config file
> /opt/condor-6.7.9/local.localhost/condor_config.local

The location of the local configuration file is specified in your
condor_config file using the LOCAL_CONFIG_FILE setting.

You can remove the need for a local configuration file by setting:

	REQUIRE_LOCAL_CONFIG_FILE = False

- Ian