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

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



On 2/28/2020 11:14 AM, Lee Damon wrote:
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

Hi Lee (or nomad?),

Glad to hear that the RPM installed HTCondor correctly in your environment and it all is working, albeit with the help of a symlink.

I personally tend to agree with your thoughts above, but if you wish to read the thinking behind why it currently works the way it does, see the remarks/comments from the folks who package HTCondor at URL:

  https://htcondor-wiki.cs.wisc.edu/index.cgi/tktview?tn=7116

Hope the above helps,
regards,
Todd