[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] condor_shared_port exited(4)
- Date: Fri, 3 May 2024 09:25:56 -0500 (CDT)
- From: Todd L Miller <tlmiller@xxxxxxxxxxx>
- Subject: Re: [HTCondor-users] condor_shared_port exited(4)
The error message implies that you've configured HTCondor on those
hosts to bind to a random port ('0') rather than the default HTCondor port
(or any specific port), which should generally work but seems a little
weird for the system HTCondor.
Otherwise, I don't know what this error message might mean; it
appears to be claiming that you've run out loopback-interface source
ports, which seems unlikely. Do you have any port-range restrictions set?
-- ToddM