Hello,
I am amazed that you were able to find a 4-year old release of HTCondor that is no longer supported. I suggest that you uninstall what you have and start over following the directions in this web page:
https://htcondor.readthedocs.io/en/latest/getting-htcondor/install-linux-as-root.html
...Tim
Hi,
I installed Condor using RPMs as described below as the root user:
# rpm --import RPM-GPG-KEY-HTCondor# cd /etc/yum.repos.d# yum install condor condor-externals# echo "DAEMON_LIST = MASTER, SCHEDD" >>/etc/condor/config.d/50-main.config# systemctl start condor# systemctl enable condor
The server is listening to port 9618:
# netstat -tulpen | grep 9618tcp 0 0 0.0.0.0:9618 0.0.0.0:* LISTEN 446 3812746 2127692/condor_shartcp6 0 0 :::9618 :::* LISTEN 446 3812747 2127692/condor_shar
When I type condor_q as the root user, it shows an empty queue:
# condor_q-- Schedd: cyan54 : <152.78.188.182:16413> @ 11/28/23 13:25:40OWNER BATCH_NAME SUBMITTED DONE RUN IDLE HOLD TOTAL JOB_IDS
Total for query: 0 jobs; 0 completed, 0 removed, 0 idle, 0 running, 0 held, 0 suspendedTotal for all users: 0 jobs; 0 completed, 0 removed, 0 idle, 0 running, 0 held, 0 suspended
However, when I type condor_q as a user, I get an error:
$ condor_qError:
Extra Info: You probably saw this error because the condor_schedd is notrunning on the machine you are trying to query. If the condor_schedd is notrunning, the Condor system will not be able to find an address and port toconnect to and satisfy this request. Please make sure the Condor daemons arerunning and try again.Extra Info: If the condor_schedd is running on the machine you are trying toquery and you still see the error, the most likely cause is that you havesetup a personal Condor, you have not defined SCHEDD_NAME in yourcondor_config file, and something is wrong with your SCHEDD_ADDRESS_FILEsetting. You must define either or both of those settings in your configfile, or you must use the -name option to condor_q. Please see the Condormanual for details on SCHEDD_NAME and SCHEDD_ADDRESS_FILE.
I am new to Condor (have installed it because Pegasus requires it), so any help will be greatly appreciated. I've looked at the documentation here (https://htcondor.readthedocs.io/en/latest/admin-manual/configuration-macros.html#SUBSYSTEM), but I can't make any sense of it.
Regards,
----------
Wadud MiahResearch Computing Support
University of Southampton
_______________________________________________ HTCondor-users mailing list To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a subject: Unsubscribe You can also unsubscribe by visiting https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users The archives can be found at: https://lists.cs.wisc.edu/archive/htcondor-users/
-- Tim Theisen (he, him, his) Release Manager HTCondor & Open Science Grid Center for High Throughput Computing Department of Computer Sciences University of Wisconsin - Madison 4261 Computer Sciences and Statistics 1210 W Dayton St Madison, WI 53706-1685 +1 608 265 5736