[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] Problem with REPLICATION_USE_SHARED_PORT
- Date: Mon, 13 Mar 2017 11:46:05 -0500
- From: Todd L Miller <tlmiller@xxxxxxxxxxx>
- Subject: Re: [HTCondor-users] Problem with REPLICATION_USE_SHARED_PORT
Also, try setting REPLICATION_SOCKET_NAME to 'replication'*; the
address reported by the failure to bind is almost certainly wrong. You may
also need to set HAD_SOCKET_NAME to 'had'.*
Actually, do both of these first. It turns out that the default
values for these two knobs has never been right. We made a change in
8.5.8 (and therefore for the 8.6.x series) that exposed this problem and
you were the first notice. Sorry about that. Please let us know if
changing these settings solves your problem. We'll get the fix out in
8.6.2.
- ToddM