Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] Running condor on MacOS
- Date: Mon, 01 Oct 2012 16:56:10 -0500
- From: Oren Livne <livne@xxxxxxxxxxxx>
- Subject: [Condor-users] Running condor on MacOS
Dear All,
This is my first time so it is not going smooth. I would like to add a
mac os machine to our condor pool.
- Machine: Darwin orsonhenry.uchicago.edu 10.8.0 Darwin Kernel Version
10.8.0: Tue Jun 7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386 i386
- I downloaded and untared condor-7.8.4-x86_64_macos_10.7-stripped
- Created a condor user and condor group using dscl commands
- ./configure --install_dir="/usr/local/condor"
- su - condor , set CONDOR_CONFIG and PATH
- condor_init
- condor_master
- Using a condor_config.local file that works on other machines
- STARTD, MASTERD are running (as specified in that config file)
orsonhenry:~ root# !ps
ps aux | grep condor
condor 46851 0.0 0.1 2442260 4948 ?? Ss 4:46PM 0:00.05
condor_startd -f
condor 46850 0.0 0.1 2442892 2348 ?? Ss 4:46PM 0:00.02
condor_master
condor 46788 0.0 0.2 2485840 7780 ?? SNs 4:45PM 0:00.15
/System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework/Versions/A/Support/mdworker
MDSImporterWorker com.apple.Spotlight.ImporterWorker.1000
root 46894 0.0 0.0 2426924 336 s000 R+ 4:54PM 0:00.00
grep condor
However,
orsonhenry:~ condor$ condor_status
Error: communication error
tail MasterLog
10/01/12 16:46:52 Can't open directory "/var/condor/config" as
PRIV_UNKNOWN, errno: 2 (No such file or directory)
10/01/12 16:46:52 Setting maximum accepts per cycle 8.
10/01/12 16:46:52 ******************************************************
10/01/12 16:46:52 ** condor_master (CONDOR_MASTER) STARTING UP
10/01/12 16:46:52 ** /usr/local/condor/sbin/condor_master
10/01/12 16:46:52 ** SubsystemInfo: name=MASTER type=MASTER(2)
class=DAEMON(1)
10/01/12 16:46:52 ** Configuration: subsystem:MASTER local:<NONE>
class:DAEMON
10/01/12 16:46:52 ** $CondorVersion: 7.8.4 Sep 18 2012 BuildID: 64675 $
10/01/12 16:46:52 ** $CondorPlatform: x86_64_macos_10.7 $
10/01/12 16:46:52 ** PID = 46850
10/01/12 16:46:52 ** Log last touched time unavailable (No such file or
directory)
10/01/12 16:46:52 ******************************************************
10/01/12 16:46:52 Using config source: /usr/local/condor/etc/condor_config
10/01/12 16:46:52 Using local config sources:
10/01/12 16:46:52 /usr/local/condor/local.orsonhenry/condor_config.local
10/01/12 16:46:52 DaemonCore: command socket at <128.135.144.205:59582>
10/01/12 16:46:52 DaemonCore: private command socket at
<128.135.144.205:59582>
10/01/12 16:46:52 Setting maximum accepts per cycle 8.
10/01/12 16:46:52 Started DaemonCore process
"/usr/local/condor/sbin/condor_startd", pid and pgroup = 46851
Nothing out of the ordinary. What am I doing wrong? How can I get this
machine to join the pool?
Thanks,
Oren