HI,
I have created the file
/etc/condor/config.d/40root.config as described in the blog.
vi /etc/condor/config.d/40root.config
CONDOR_HOST = myhost.mydomain.ca
DAEMON_LIST = MASTER, STARTD
ALLOW_WRITE = $(ALLOW_WRITE), $(CONDOR_HOST)
and started the condor service
service condor
start
However when I execute "pstree | grep condor" I
get
|-condor_master-+-condor_collecto
|
|-condor_negotiat
|
|-condor_procd
|
|-condor_schedd
|
`-condor_startd---condor_kflops
instead of
|-condor_master---condor_startd
as suggested in the document.
Any suggestions as to what I am doing wrong
would be appreciated