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

Re: [HTCondor-users] installing HTcondor



The condor_install command is old and no longer recommended for installing or configuring HTCondor.

For a root-based installation (when more than one user will be using HTCondor), we recommend using the Debian packages (https://htcondor.readthedocs.io/en/latest/getting-htcondor/install-linux-as-root.html).
For a single-user installation, you can download the tarball release use the use the make-personal-from-tarball command (https://htcondor.readthedocs.io/en/latest/getting-htcondor/install-linux-as-user.html).

 - Jaime

On Aug 4, 2024, at 3:27âPM, Rita <rmorgan466@xxxxxxxxx> wrote:

I am trying to install HTcondor on Debian 12. 

I am doing this but for some reason, its not creating a local directory.

rm -rf /opt/condor/10
condor-10.9.0-1.1-x86_64_Debian12-stripped/condor_install --install --install-dir=/opt/condor/10 --local-dir=/opt/condor/10/local --type=manager,submit

Am I doing something wrong?