Dmitry Babokin via llvm-dev
2017-Jun-27 21:38 UTC
[llvm-dev] IMPORTANT: LLVM.org server move complete (SVN impact please read)
Hi, After the move I have problems with svn checkout of trunk and 4.0 branch. I get the whole bunch of different errors during checkout, including: svn: E000054: Error running context: Connection reset by peer svn: E000060: Operation timed out svn: E000104: Error retrieving REPORT: Connection reset by peer svn: E120106: ra_serf: The server sent a truncated HTTP response body. Sometimes I'm able to complete checkout successfully. But more frequently not. I see these problems on multiple systems, which used to work well before the site move. Am I the only one who has this kind of problems? Dmitry. On Mon, Jun 26, 2017 at 8:12 PM, Hal Finkel via llvm-dev < llvm-dev at lists.llvm.org> wrote:> Hi again, > > I'm not sure if this is related, but the lnt quickstart guide seems to be > misconfigured. > > http://llvm.org/docs/lnt/quickstart.html now gives: > > Forbidden > > You don't have permission to access /docs/lnt/quickstart.html on this > server. > > Docs on http://lnt.llvm.org/ also seem to have disappeared (404 errors). > -Hal > > On 06/24/2017 06:02 PM, Tanya Lattner via llvm-dev wrote: > > LLVMers, > > We have completed the move to the new server for LLVM.org. One casualty > of this move was that *svn.llvm.org <http://svn.llvm.org> was NOT enabled > at this time. * > > There is a new certificate for LLVM.org and HTTPS is enabled for the > website. We know of a few issues with some of the webpages but will be > working them out over the next few days. > > Please do not hesitate to contact llvm-admin at lists.llvm.org with any > issues you find. With a large change like this, we expect to have a few > bumps and appreciate your patience. > > A huge thank you to Anton and Mike for all their hard work! > > Thanks, > Tanya > > > _______________________________________________ > LLVM Developers mailing listllvm-dev at lists.llvm.orghttp://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > > > -- > Hal Finkel > Lead, Compiler Technology and Programming Languages > Leadership Computing Facility > Argonne National Laboratory > > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170627/1706908e/attachment.html>
Tanya Lattner via llvm-dev
2017-Jun-27 22:50 UTC
[llvm-dev] IMPORTANT: LLVM.org server move complete (SVN impact please read)
I haven’t gotten a lot of people mentioning this specific error, so I hope others will speak up. What version of the svn client are you using? Thanks, Tanya> On Jun 27, 2017, at 2:38 PM, Dmitry Babokin <babokin at gmail.com> wrote: > > Hi, > > After the move I have problems with svn checkout of trunk and 4.0 branch. I get the whole bunch of different errors during checkout, including: > svn: E000054: Error running context: Connection reset by peer > svn: E000060: Operation timed out > svn: E000104: Error retrieving REPORT: Connection reset by peer > svn: E120106: ra_serf: The server sent a truncated HTTP response body. > > Sometimes I'm able to complete checkout successfully. But more frequently not. > > I see these problems on multiple systems, which used to work well before the site move. > > Am I the only one who has this kind of problems? > > Dmitry. > > > On Mon, Jun 26, 2017 at 8:12 PM, Hal Finkel via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: > Hi again, > > I'm not sure if this is related, but the lnt quickstart guide seems to be misconfigured. > > http://llvm.org/docs/lnt/quickstart.html <http://llvm.org/docs/lnt/quickstart.html> now gives: > > Forbidden > > You don't have permission to access /docs/lnt/quickstart.html on this server. > > Docs on http://lnt.llvm.org/ <http://lnt.llvm.org/> also seem to have disappeared (404 errors). > -Hal > > On 06/24/2017 06:02 PM, Tanya Lattner via llvm-dev wrote: >> LLVMers, >> >> We have completed the move to the new server for LLVM.org <http://llvm.org/>. One casualty of this move was that svn.llvm.org <http://svn.llvm.org/> was NOT enabled at this time. >> >> There is a new certificate for LLVM.org <http://llvm.org/> and HTTPS is enabled for the website. We know of a few issues with some of the webpages but will be working them out over the next few days. >> >> Please do not hesitate to contact llvm-admin at lists.llvm.org <mailto:llvm-admin at lists.llvm.org> with any issues you find. With a large change like this, we expect to have a few bumps and appreciate your patience. >> >> A huge thank you to Anton and Mike for all their hard work! >> >> Thanks, >> Tanya >> >> >> _______________________________________________ >> LLVM Developers mailing list >> llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org> >> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev <http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev> > > -- > Hal Finkel > Lead, Compiler Technology and Programming Languages > Leadership Computing Facility > Argonne National Laboratory > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org> > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev <http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev> > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170627/2d361ee8/attachment.html>
Dmitry Babokin via llvm-dev
2017-Jun-27 22:53 UTC
[llvm-dev] IMPORTANT: LLVM.org server move complete (SVN impact please read)
These errors come from my Mac and Linux machines: svn, version 1.9.4 (r1740329) compiled Apr 10 2017, 20:36:46 on x86_64-apple-darwin15.0.0 svn, version 1.8.13 (r1667537) compiled Jul 16 2015, 09:05:14 on x86_64-redhat-linux-gnu On Tue, Jun 27, 2017 at 3:50 PM, Tanya Lattner <tanyalattner at llvm.org> wrote:> I haven’t gotten a lot of people mentioning this specific error, so I hope > others will speak up. > > What version of the svn client are you using? > > Thanks, > Tanya > > On Jun 27, 2017, at 2:38 PM, Dmitry Babokin <babokin at gmail.com> wrote: > > Hi, > > After the move I have problems with svn checkout of trunk and 4.0 branch. > I get the whole bunch of different errors during checkout, including: > svn: E000054: Error running context: Connection reset by peer > svn: E000060: Operation timed out > svn: E000104: Error retrieving REPORT: Connection reset by peer > svn: E120106: ra_serf: The server sent a truncated HTTP response body. > > Sometimes I'm able to complete checkout successfully. But more frequently > not. > > I see these problems on multiple systems, which used to work well before > the site move. > > Am I the only one who has this kind of problems? > > Dmitry. > > > On Mon, Jun 26, 2017 at 8:12 PM, Hal Finkel via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> Hi again, >> >> I'm not sure if this is related, but the lnt quickstart guide seems to be >> misconfigured. >> >> http://llvm.org/docs/lnt/quickstart.html now gives: >> >> Forbidden >> >> You don't have permission to access /docs/lnt/quickstart.html on this >> server. >> >> Docs on http://lnt.llvm.org/ also seem to have disappeared (404 errors). >> -Hal >> >> On 06/24/2017 06:02 PM, Tanya Lattner via llvm-dev wrote: >> >> LLVMers, >> >> We have completed the move to the new server for LLVM.org >> <http://llvm.org/>. One casualty of this move was that *svn.llvm.org >> <http://svn.llvm.org/> was NOT enabled at this time. * >> >> There is a new certificate for LLVM.org <http://llvm.org/> and HTTPS is >> enabled for the website. We know of a few issues with some of the webpages >> but will be working them out over the next few days. >> >> Please do not hesitate to contact llvm-admin at lists.llvm.org with any >> issues you find. With a large change like this, we expect to have a few >> bumps and appreciate your patience. >> >> A huge thank you to Anton and Mike for all their hard work! >> >> Thanks, >> Tanya >> >> >> _______________________________________________ >> LLVM Developers mailing listllvm-dev at lists.llvm.orghttp://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >> >> >> -- >> Hal Finkel >> Lead, Compiler Technology and Programming Languages >> Leadership Computing Facility >> Argonne National Laboratory >> >> >> _______________________________________________ >> LLVM Developers mailing list >> llvm-dev at lists.llvm.org >> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >> >> > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170627/118282fa/attachment.html>
İsmail Dönmez via llvm-dev
2017-Jun-28 11:37 UTC
[llvm-dev] IMPORTANT: LLVM.org server move complete (SVN impact please read)
Hi, Got the same error, switching to https fixes the issue. Regards, ismail On Wed, Jun 28, 2017 at 12:50 AM, Tanya Lattner via llvm-dev <llvm-dev at lists.llvm.org> wrote:> I haven’t gotten a lot of people mentioning this specific error, so I hope > others will speak up. > > What version of the svn client are you using? > > Thanks, > Tanya > > On Jun 27, 2017, at 2:38 PM, Dmitry Babokin <babokin at gmail.com> wrote: > > Hi, > > After the move I have problems with svn checkout of trunk and 4.0 branch. I > get the whole bunch of different errors during checkout, including: > svn: E000054: Error running context: Connection reset by peer > svn: E000060: Operation timed out > svn: E000104: Error retrieving REPORT: Connection reset by peer > svn: E120106: ra_serf: The server sent a truncated HTTP response body. > > Sometimes I'm able to complete checkout successfully. But more frequently > not. > > I see these problems on multiple systems, which used to work well before the > site move. > > Am I the only one who has this kind of problems? > > Dmitry. > > > On Mon, Jun 26, 2017 at 8:12 PM, Hal Finkel via llvm-dev > <llvm-dev at lists.llvm.org> wrote: >> >> Hi again, >> >> I'm not sure if this is related, but the lnt quickstart guide seems to be >> misconfigured. >> >> http://llvm.org/docs/lnt/quickstart.html now gives: >> >> Forbidden >> >> You don't have permission to access /docs/lnt/quickstart.html on this >> server. >> >> Docs on http://lnt.llvm.org/ also seem to have disappeared (404 errors). >> >> -Hal >> >> On 06/24/2017 06:02 PM, Tanya Lattner via llvm-dev wrote: >> >> LLVMers, >> >> We have completed the move to the new server for LLVM.org. One casualty of >> this move was that svn.llvm.org was NOT enabled at this time. >> >> There is a new certificate for LLVM.org and HTTPS is enabled for the >> website. We know of a few issues with some of the webpages but will be >> working them out over the next few days. >> >> Please do not hesitate to contact llvm-admin at lists.llvm.org with any >> issues you find. With a large change like this, we expect to have a few >> bumps and appreciate your patience. >> >> A huge thank you to Anton and Mike for all their hard work! >> >> Thanks, >> Tanya >> >> >> _______________________________________________ >> LLVM Developers mailing list >> llvm-dev at lists.llvm.org >> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >> >> >> -- >> Hal Finkel >> Lead, Compiler Technology and Programming Languages >> Leadership Computing Facility >> Argonne National Laboratory >> >> >> _______________________________________________ >> LLVM Developers mailing list >> llvm-dev at lists.llvm.org >> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >> > > > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >
Apparently Analagous Threads
- IMPORTANT: LLVM.org server move complete (SVN impact please read)
- IMPORTANT: LLVM.org server move complete (SVN impact please read)
- IMPORTANT: LLVM.org server move complete (SVN impact please read)
- Building SVN head with CMake - shared libraries?
- [Bug 2342] New: ssh-keygen gives wrong error loading public key message