Starting with HTCondor 8.4.1 and 8.5.0, we now have a Ubuntu repository for installing HTCondor. Please see instructions below for supported platforms.
Note: "root" user must be used to perform installation
| Distribution | Release | Repository | Supported Platforms |
|---|---|---|---|
| Ubuntu 12.04 (Precise Pangolin) | Development | deb http://research.cs.wisc.edu/htcondor/ubuntu/development/ precise contrib | amd64 |
| Stable | deb http://research.cs.wisc.edu/htcondor/ubuntu/stable/ precise contrib | ||
| Ubuntu 14.04 (Trusty Tahr) | Development | deb http://research.cs.wisc.edu/htcondor/ubuntu/development/ trusty contrib | amd64 |
| Stable | deb http://research.cs.wisc.edu/htcondor/ubuntu/stable/ trusty contrib |
echo "deb http://research.cs.wisc.edu/htcondor/ubuntu/stable/ trusty contrib" >> /etc/apt/sources.list echo "deb http://research.cs.wisc.edu/htcondor/ubuntu/development/ trusty contrib" >> /etc/apt/sources.listExample - Precise Pangolin: install only HTCondor's stable release
echo "deb http://research.cs.wisc.edu/htcondor/ubuntu/stable/ precise contrib" >> /etc/apt/sources.list
wget -qO - http://research.cs.wisc.edu/htcondor/ubuntu/HTCondor-Release.gpg.key | sudo apt-key add -
apt-get update apt-get install condor
ps -ef | grep condorExpected Result:
condor 966 1 1 13:07 ? 00:00:08 /usr/sbin/condor_master -pidfile /var/run/condor/master.pid condor 967 966 0 13:07 ? 00:00:00 condor_collector -f condor 972 966 0 13:07 ? 00:00:00 condor_negotiator -f condor 973 966 0 13:07 ? 00:00:00 condor_schedd -f condor 974 966 0 13:07 ? 00:00:04 condor_startd -f root 975 973 0 13:07 ? 00:00:00 condor_procd -A /var/run/condor/procd_pipe.SCHEDD -S 60 -C 110
/etc/init.d/condor restart
| Orignal Location | Current Location |
|---|---|
| bin | /usr/bin |
| etc | /etc/condor/ |
| etc/examples | /usr/share/doc/condor/etc/examples |
| examples | /usr/share/doc/condor/examples |
| include | /usr/include/condor |
| lib | /usr/lib/condor |
| libexec | /usr/lib/condor/libexec |
| local/condor_config.local | /etc/condor/ |
| local/execute | /var/lib/condor/execute |
| local/spool | /var/lib/condor/spool |
| man | /usr/share/man |
| sbin | /usr/sbin |
| sql | /usr/share/condor/sql |
| src | /usr/src |
| INIT | /etc/init.d/condor |
| PID | /var/run/condor |
| LOGS | /var/log/condor |
| LOCK | /var/lock/condor |