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

Re: [Condor-users] Messages in the MasterLog: Can't open directory "/home/condor/config" as PRIV_UNKNOWN, errno: 2 (No such file or directory)



On 03/31/2011 12:00 PM, kschwarz@xxxxxxxxxxxxxx wrote:

Are the following first two lines of the MasterLog file a bug in v7.5.6?

03/31/11 12:53:45 Can't open directory "/home/condor/config" as
PRIV_UNKNOWN, errno: 2 (No such file or directory)
03/31/11 12:53:45 Can't open directory "/home/condor/latest/config" as
PRIV_UNKNOWN, errno: 2 (No such file or directory)
03/31/11 12:53:45 Setting maximum accepts per cycle 4.
03/31/11 12:53:45 ******************************************************
03/31/11 12:53:45 ** condor_master (CONDOR_MASTER) STARTING UP
03/31/11 12:53:45 ** /usr/local/condor/7.5.6/sbin/condor_master
03/31/11 12:53:45 ** SubsystemInfo: name=MASTER type=MASTER(2)
class=DAEMON(1)
03/31/11 12:53:45 ** Configuration: subsystem:MASTER local:<NONE>
class:DAEMON
03/31/11 12:53:45 ** $CondorVersion: 7.5.6 Mar 13 2011 BuildID: 319722 $
03/31/11 12:53:45 ** $CondorPlatform: x86_64_rhap_5 $
03/31/11 12:53:45 ** PID = 5197
03/31/11 12:53:45 ** Log last touched time unavailable (No such file or
directory)
03/31/11 12:53:45 ******************************************************



Klaus/

UW is distributing condor_config with "LOCAL_CONFIG_DIR = $(LOCAL_DIR)/config", which would explain the message. It should be harmless if you aren't using the config/ directory.

The Red Hat distributed RPMs use LOCAL_CONFIG_DIR = /etc/condor/config.d, and it is the preferred way to extend /etc/condor/condor_config over LOCAL_CONFIG_FILE.

Best,


matt