Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[HTCondor-users] quick start not working
- Date: Thu, 14 Aug 2025 10:36:52 -0700
- From: Larry Martell <larry.martell@xxxxxxxxx>
- Subject: [HTCondor-users] quick start not working
Followed the instructions here:
https://htcondor.readthedocs.io/en/latest/getting-htcondor/admin-quick-start.html
Looks like schedd is not starting. condor_status works, but condor_q
fails on all 3 nodes, but with different outputs:
submit node:
$ condor_q
Error: Can't find address for schedd condor@{ip address of central manager node}
central manager node:
$ condor_q -all
Error: Can't find address for schedd condor@{FQDN of central manager node}
execute node:
$ condor_q -all
Error: Can't find address for schedd {hostname of execute node}
Running Ubuntu 24.04 on all 3.