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

Re: [Condor-users] Condor cannot read config file in OS X...



On Thu, Mar 03, 2005 at 10:47:25PM +0000, Stuart Bowness wrote:
> I've just finished configuring and installing condor. At this point I
> have not specified anything outside of the default parameters which
> condor sets up. I try running ./condor_master from the sbin and I
> receive the following error:
> 
> ERROR: Can't read config file /Users/condor/condor_config.local
> 
> I have checked the path, and my config is actually located in the
> /Users/condor/etc folder and does not have a .local extension.  I have
> the feeling there is something simple I am missing here and would be
> much obliged if someone could inform me as to the solution.
> 

Somewhere in /Users/condor/etc/condor_config, there's a line that says

LOCAL_CONFIG_FILE = /Users/condor/etc/condor_config.local

You can:

A. Remove that line from condor_config
B. Create an empty file /Users/condor/etc/condor_config.local
C. Put this line in /Users/condor/etc/condor_config
REQUIRE_LOCAL_CONFIG_FILE = False

-Erik