Hi all,
I am using Condor v7.2.4, Windows, and I am testing
REQUIRE_LOCAL_CONFIG_FILE = False.
I am trying to define a default configuration file in a shared
filesystem while a host specific config file does not exist, both files
referenced in the host local config file.
When local Config file is as follow:
myshareserver = SMBSJK21
#
REQUIRE_LOCAL_CONFIG_FILE = False
LOCAL_CONFIG_FILE = \
$(LOCAL_CONFIG_FILE), \
\\$(myshareserver)\grid_env\CONDOR\1-start\condor_config.master.DEFAULT, \
\\$(myshareserver)\grid_env\CONDOR\1-start\condor_config.master.$(HOSTNAME)
and the last referenced file does not exist, Condor does not start
because it could not find that file.
When I execute any Condor command they give an error message saying that
that file was not found.
C:\Users\kschwarz>condor_status
ERROR: Can't read config source
\\SMBSJK21\grid_env\CONDOR\1-start\condor_config.master.PC303344
REQUIRE_LOCAL_CONFIG_FILE is supposed to avoid this problem, correct?!