alex1818 / serf

Automatically exported from code.google.com/p/serf
Apache License 2.0
0 stars 0 forks source link

1.3.6 in FreeBSD ports, fails when using subversion #146

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Checkout latest subversion port from FreeBSD base don 1.8.9 with serf 1.3.9 and 
run:

svn checkout http://googlemock.googlecode.com/svn/trunk@470 
/usr/home/colde/repos/gmock--revision 470 --non-interactive --ignore-externals

This fails on my FreeBSD 9 machine with:
svn: E000064: Unable to connect to a repository at URL 
'http://googlemock.googlecode.com/svn/trunk'
svn: E000064: Error running context: Host is down

If i am building the subversion17 port instead with neon, it seems to work 
correctly.

Original issue reported on code.google.com by l...@lokedupont.info on 24 Jun 2014 at 9:20

GoogleCodeExporter commented 9 years ago
And the host was up at that time?

If you can reproduce this constantly, can you provide us with a network trace 
(wireshark,tcpdump) of this action?

Lieven

Original comment by lieven.govaerts@gmail.com on 24 Jun 2014 at 9:45

GoogleCodeExporter commented 9 years ago
Yes, i verified with curl. Also, i got another FreeBSD user to check, and it 
was the same on his install.

Original comment by l...@lokedupont.info on 24 Jun 2014 at 1:52

GoogleCodeExporter commented 9 years ago
It's possible this issue is related to this server having both a ipv4 and ipv6 
address. Serf will normally try those one by one, but you have encountered a 
specific status code (host unreachable - 64) that doesn't trigger the 'try next 
address' mechanism.

Can you build serf from source with attached patch applied and let us know the 
results?

Lieven

Original comment by lieven.govaerts@gmail.com on 24 Jun 2014 at 8:15

Attachments:

GoogleCodeExporter commented 9 years ago
For those who are interested. I am on FreeBSD, should I check too? Though, I am 
behind a proxy.

Original comment by 1983-01...@gmx.net on 26 Jun 2014 at 9:13