Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] Local directory
- Date: Sat, 25 Nov 2006 10:18:08 -0330
- From: Roger Mason <rmason@xxxxxxxxxx>
- Subject: [Condor-users] Local directory
Hello,
I'm trying to install condor (on Gentoo linux) using this command line:
./condor_configure --install=/home/rmason/condor-6.8.2/release.tar \
--install-dir=/usr/local/condor \
--local-dir=/home/condor/hosts/bert \
--type=submit,execute \
--owner=condor \
--central-manager=fred.esd.mun.ca
which produces this error:
ERROR: Can't read config source /home/condor/condor_config.local
Unable to find local directory!
It seems the configuration file is ignoring my instruction regarding
the local-dir: --local-dir=/home/condor/hosts/bert
That directory exists:
bert condor-6.8.2 # ls /home/condor/hosts/
bert
Can someone tell me what I'm doing wrong?
Thanks,
Roger Mason