Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] HTCondor-users Digest, Vol 26, Issue 2
- Date: Tue, 05 Jan 2016 08:58:29 +0000
- From: Brian Candler <b.candler@xxxxxxxxx>
- Subject: Re: [HTCondor-users] HTCondor-users Digest, Vol 26, Issue 2
On 04/01/2016 22:28, htcondor-users-request@xxxxxxxxxxx wrote:
I double checked and there is definitely a V8_5_1 tag. I don't know
why you cannot find it. However, the head if the V8_5_1-branch is
equivalent.
OK thanks. Maybe my checkout is corrupt somehow?
Brians-MacBook-Air:htcondor $ grep url .git/config
url = git://github.com/htcondor/htcondor.git
Brians-MacBook-Air:htcondor $ git pull
Already up-to-date.
Brians-MacBook-Air:htcondor $ git tag | grep V8.5
V8_5_0
Brians-MacBook-Air:htcondor $ git fetch --tags
Brians-MacBook-Air:htcondor $ git tag | grep V8.5
V8_5_0
Brians-MacBook-Air:htcondor $
But if I browse https://github.com/htcondor/htcondor/ and look for tags,
I don't see anything with V8_5 in it there either.
I installed 8.5.1 on my Debian 8 VM from the repository and the
condor_master did not blow the assertion and it is using shared port.
Using the shared port daemon by default is new for 8.5.1.
Yes, I see the Ubuntu server is running "condor_shared_port -f"
The configs seem otherwise very similar. Ubuntu boxes have two NICs
(192.168.5.x and 192.168.6.x) whilst the Debian boxes have a single NIC
(192.168.5.x)
I guess I need to work out what this "Sinful" stuff is. After digging I
found condor_utils/condor_sinful.h. But now I am lost in
SharedPortEndpoint::InitRemoteAddress()
Regards,
Brian.