<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p><br>
</p>
<div class="moz-cite-prefix">On 06/28/2017 02:53 PM, Dmitry Babokin
wrote:<br>
</div>
<blockquote
cite="mid:CACRFwuj5s0Hy6zaOr1d9gt202hr=uO7Sn16zDG+14A1gyVUpzQ@mail.gmail.com"
type="cite">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<div dir="ltr">In my case the checkout starts well, but fails in
random places with different messages in about 1-2 minutes. If
it was not starting at all, it would be much easier to debug...
I'm not sure that firewall is smart enough to stop checkout
process from unreliable site after 1-2 minutes of download.</div>
</blockquote>
<br>
Actually, this is exactly what mine was doing as well. I needed to
use wireshark to figure out what was going on. The problem is that
it is not *just* the domain that triggers the problems, it is that
in combination with other properties of the path name requested. At
least that was true in my environment.<br>
<br>
-Hal<br>
<br>
<blockquote
cite="mid:CACRFwuj5s0Hy6zaOr1d9gt202hr=uO7Sn16zDG+14A1gyVUpzQ@mail.gmail.com"
type="cite">
<div class="gmail_extra"><br>
<div class="gmail_quote">On Wed, Jun 28, 2017 at 12:48 PM, Hal
Finkel <span dir="ltr"><<a moz-do-not-send="true"
href="mailto:hfinkel@anl.gov" target="_blank">hfinkel@anl.gov</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000"><span class="">
<p><br>
</p>
<div class="m_-8174459316649711571moz-cite-prefix">On
06/28/2017 02:41 PM, Dmitry Babokin via llvm-dev
wrote:<br>
</div>
<blockquote type="cite">
<div dir="ltr">I've also switched to https and it
solved the problem.
<div><br>
</div>
<div>With http, it's still failing almost always,
when I'm behind corporate proxy. And it does work
when I'm not behind the proxy. Not sure if it's a
problem of the proxy, or it's interplay between
the proxy and svn server.</div>
</div>
</blockquote>
<br>
</span> I've been seeing problems where I am because the
domain name is being flagged as new (or possibly forged,
parked, etc.). My hope is that these will clear up soon,
but I filed a ticket with our vendor regardless. Maybe you
can do something similar.<span class="HOEnZb"><font
color="#888888"><br>
<br>
-Hal</font></span>
<div>
<div class="h5"><br>
<br>
<blockquote type="cite">
<div dir="ltr">
<div><br>
</div>
<div>Dmitry.</div>
</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Wed, Jun 28, 2017 at
4:37 AM, İsmail Dönmez <span dir="ltr"><<a
moz-do-not-send="true"
href="mailto:ismail@i10z.com"
target="_blank">ismail@i10z.com</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0
0 0 .8ex;border-left:1px #ccc
solid;padding-left:1ex">Hi,<br>
<br>
Got the same error, switching to https fixes
the issue.<br>
<br>
Regards,<br>
ismail<br>
<div class="m_-8174459316649711571HOEnZb">
<div class="m_-8174459316649711571h5"><br>
On Wed, Jun 28, 2017 at 12:50 AM, Tanya
Lattner via llvm-dev<br>
<<a moz-do-not-send="true"
href="mailto:llvm-dev@lists.llvm.org"
target="_blank">llvm-dev@lists.llvm.org</a>>
wrote:<br>
> I haven’t gotten a lot of people
mentioning this specific error, so I hope<br>
> others will speak up.<br>
><br>
> What version of the svn client are
you using?<br>
><br>
> Thanks,<br>
> Tanya<br>
><br>
> On Jun 27, 2017, at 2:38 PM, Dmitry
Babokin <<a moz-do-not-send="true"
href="mailto:babokin@gmail.com"
target="_blank">babokin@gmail.com</a>>
wrote:<br>
><br>
> Hi,<br>
><br>
> After the move I have problems with
svn checkout of trunk and 4.0 branch. I<br>
> get the whole bunch of different
errors during checkout, including:<br>
> svn: E000054: Error running context:
Connection reset by peer<br>
> svn: E000060: Operation timed out<br>
> svn: E000104: Error retrieving
REPORT: Connection reset by peer<br>
> svn: E120106: ra_serf: The server
sent a truncated HTTP response body.<br>
><br>
> Sometimes I'm able to complete
checkout successfully. But more frequently<br>
> not.<br>
><br>
> I see these problems on multiple
systems, which used to work well before
the<br>
> site move.<br>
><br>
> Am I the only one who has this kind
of problems?<br>
><br>
> Dmitry.<br>
><br>
><br>
> On Mon, Jun 26, 2017 at 8:12 PM, Hal
Finkel via llvm-dev<br>
> <<a moz-do-not-send="true"
href="mailto:llvm-dev@lists.llvm.org"
target="_blank">llvm-dev@lists.llvm.org</a>>
wrote:<br>
>><br>
>> Hi again,<br>
>><br>
>> I'm not sure if this is related,
but the lnt quickstart guide seems to be<br>
>> misconfigured.<br>
>><br>
>> <a moz-do-not-send="true"
href="http://llvm.org/docs/lnt/quickstart.html"
rel="noreferrer" target="_blank">http://llvm.org/docs/lnt/quick<wbr>start.html</a>
now gives:<br>
>><br>
>> Forbidden<br>
>><br>
>> You don't have permission to
access /docs/lnt/quickstart.html on this<br>
>> server.<br>
>><br>
>> Docs on <a
moz-do-not-send="true"
href="http://lnt.llvm.org/"
rel="noreferrer" target="_blank">http://lnt.llvm.org/</a>
also seem to have disappeared (404
errors).<br>
>><br>
>> -Hal<br>
>><br>
>> On 06/24/2017 06:02 PM, Tanya
Lattner via llvm-dev wrote:<br>
>><br>
>> LLVMers,<br>
>><br>
>> We have completed the move to the
new server for LLVM.org. One casualty of<br>
>> this move was that <a
moz-do-not-send="true"
href="http://svn.llvm.org"
rel="noreferrer" target="_blank">svn.llvm.org</a>
was NOT enabled at this time.<br>
>><br>
>> There is a new certificate for
LLVM.org and HTTPS is enabled for the<br>
>> website. We know of a few issues
with some of the webpages but will be<br>
>> working them out over the next
few days.<br>
>><br>
>> Please do not hesitate to contact
<a moz-do-not-send="true"
href="mailto:llvm-admin@lists.llvm.org"
target="_blank">llvm-admin@lists.llvm.org</a>
with any<br>
>> issues you find. With a large
change like this, we expect to have a few<br>
>> bumps and appreciate your
patience.<br>
>><br>
>> A huge thank you to Anton and
Mike for all their hard work!<br>
>><br>
>> Thanks,<br>
>> Tanya<br>
>><br>
>><br>
>> ______________________________<wbr>_________________<br>
>> LLVM Developers mailing list<br>
>> <a moz-do-not-send="true"
href="mailto:llvm-dev@lists.llvm.org"
target="_blank">llvm-dev@lists.llvm.org</a><br>
>> <a moz-do-not-send="true"
href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev"
rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/<wbr>mailman/listinfo/llvm-dev</a><br>
>><br>
>><br>
>> --<br>
>> Hal Finkel<br>
>> Lead, Compiler Technology and
Programming Languages<br>
>> Leadership Computing Facility<br>
>> Argonne National Laboratory<br>
>><br>
>><br>
>> ______________________________<wbr>_________________<br>
>> LLVM Developers mailing list<br>
>> <a moz-do-not-send="true"
href="mailto:llvm-dev@lists.llvm.org"
target="_blank">llvm-dev@lists.llvm.org</a><br>
>> <a moz-do-not-send="true"
href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev"
rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/<wbr>mailman/listinfo/llvm-dev</a><br>
>><br>
><br>
><br>
><br>
> ______________________________<wbr>_________________<br>
> LLVM Developers mailing list<br>
> <a moz-do-not-send="true"
href="mailto:llvm-dev@lists.llvm.org"
target="_blank">llvm-dev@lists.llvm.org</a><br>
> <a moz-do-not-send="true"
href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev"
rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/<wbr>mailman/listinfo/llvm-dev</a><br>
><br>
</div>
</div>
</blockquote>
</div>
<br>
</div>
<br>
<fieldset
class="m_-8174459316649711571mimeAttachmentHeader"></fieldset>
<br>
<pre>______________________________<wbr>_________________
LLVM Developers mailing list
<a moz-do-not-send="true" class="m_-8174459316649711571moz-txt-link-abbreviated" href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a>
<a moz-do-not-send="true" class="m_-8174459316649711571moz-txt-link-freetext" href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" target="_blank">http://lists.llvm.org/cgi-bin/<wbr>mailman/listinfo/llvm-dev</a>
</pre>
</blockquote>
<pre class="m_-8174459316649711571moz-signature" cols="72">--
Hal Finkel
Lead, Compiler Technology and Programming Languages
Leadership Computing Facility
Argonne National Laboratory</pre>
</div></div></div>
</blockquote></div>
</div>
</blockquote>
<pre class="moz-signature" cols="72">--
Hal Finkel
Lead, Compiler Technology and Programming Languages
Leadership Computing Facility
Argonne National Laboratory</pre></body></html>