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

[HTCondor-users] CentOS Condor RPM installing condor_ssh_to_job_sshd_config_template in non-default location



The documentation I'm seeing says "The default
# value is $(LIB)/condor_ssh_to_job_sshd_config_template." but the condor RPM seems to be installing it in /usr/lib64.

: || lvd@silverfox ~ [92] ; rpm -qf /usr/lib64/condor/condor_ssh_to_job_sshd_config_template
condor-8.8.6-1.el7.x86_64
: || lvd@silverfox ~ [93] ; condor_config_val LIB64
Not defined: LIB64
: || lvd@silverfox ~ [94] ; condor_config_val LIB
/usr/lib

The link in /etc/condor is pointing to the correct location.
: || lvd@silverfox ~ [95] ; ls -ld /etc/condor/condor_ssh_to_job_sshd_config_template
lrwxrwxrwx. 1 root root 56 Dec Â5 18:16 /etc/condor/condor_ssh_to_job_sshd_config_template -> /usr/lib64/condor/condor_ssh_to_job_sshd_config_template

Any reason not to make the default /etc/condor instead of $(LIB)?

nomad