[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] condor_configure
- Date: Tue, 2 Jan 2007 10:39:18 -0200
- From: "Ary Junior" <aryjunior@xxxxxxxxx>
- Subject: [Condor-users] condor_configure
Hi, Im trying to run the condor_configure script like:
./condor_configure --install --type=execute,submit,manager --owner condorlocal --local-dir=/users/condorlocal --verbose
This, because I want to run condor in a NIS network and the
/home/condor directory is shared by all machines... When I run the
script I get:
Condor will be run as user: condorlocal
This is an upgrade installation. Will not modify config files.
Install directory: /opt/condor-6.8.2
Main config file: /opt/condor-6.8.2/etc/condor_config
ERROR: Can't read config source /home/condor/condor_config.local
Unable to find local directory!
Why "/home/condor/condor_config.local" and not "/users/condorlocal/condor_config.local"?
Thanks very much!!!