"If memory serves correctly, ViewVC was intentionally disabled because it was causing some problems on the LLVM server (load problems, I think)." If that is the case, perhaps something as simple as a robots.txt will solve the load problem? On Tue, Apr 26, 2016 at 5:26 AM, Hans Wennborg via llvm-dev < llvm-dev at lists.llvm.org> wrote:> I wish we could just get the viewvc working or set up some kind of > forwarding from those URLs to something that works. > > There are tons and tons of links pointing to the viewvc which are now > broken, including the archives of all commit emails. > > On Mon, Apr 25, 2016 at 7:41 AM, Diana Picus via llvm-dev > <llvm-dev at lists.llvm.org> wrote: > > Hi, > > > > Since ViewVC has been down for a while, I was wondering if it's possible > to > > change the revision links from lab.llvm.org to point elsewhere. For > > instance, the Phabricator revision if there is one, or maybe the klaus > link. > > Could this be done? > > > > Cheers, > > Diana > > > > On Thu, Apr 21, 2016 at 4:32 PM, John Criswell via llvm-dev > > <llvm-dev at lists.llvm.org> wrote: > >> > >> On 4/20/16 12:14 PM, Sean Bruno via llvm-dev wrote: > >>> > >>> -----BEGIN PGP SIGNED MESSAGE----- > >>> Hash: SHA512 > >>> > >>> It looks like something, something, something is broken with regards > >>> to svn's viewvc linked from the llvm.org front page? Can someone poke > >>> an admin about it? > >>> > >>> http://llvm.org/viewvc/llvm-project/cfe/trunk > >> > >> > >> If memory serves correctly, ViewVC was intentionally disabled because it > >> was causing some problems on the LLVM server (load problems, I think). > >> > >> Regards, > >> > >> John Criswell > >> > >>> > >>> sean > >>> -----BEGIN PGP SIGNATURE----- > >>> Version: GnuPG v2 > >>> > >>> iQF8BAEBCgBmBQJXF6reXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w > >>> ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRCQUFENDYzMkU3MTIxREU4RDIwOTk3REQx > >>> MjAxRUZDQTFFNzI3RTY0AAoJEBIB78oecn5kPxsH+wWmXbTOXhd19jFGz9+iLNeA > >>> /mdbrxpAgKxGupJZ25Ts0l8kbuUyHvvhK7HO7T7PO5WHzBQVlk7NGq4v71LyCD1w > >>> o+SldJSROFjNc2FZEnDdDVQLnHv1T3qwMH3cjMGW82QolbXKrZC6M8a78dqcHH+Q > >>> CX3CzgSDJIbduMLcSnTz4aezarIih5t+TcYssLexTkmor+2qJXdjXDBoMpYRwyga > >>> hc6ZfBz6fD0OFtzfyFXW4tP483YBnBcywpXE/UbPSzKoNMg1wItp4LqmgKtH0Cwv > >>> 85YWmDnf8Kl9o1IpXG0oEa0J1dteyZ65/lGZw4ITW6Chd/6XV5iMrS8xiCZ1wjA> >>> =/1Du > >>> -----END PGP SIGNATURE----- > >>> _______________________________________________ > >>> LLVM Developers mailing list > >>> llvm-dev at lists.llvm.org > >>> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > >> > >> > >> > >> -- > >> John Criswell > >> Assistant Professor > >> Department of Computer Science, University of Rochester > >> http://www.cs.rochester.edu/u/criswell > >> > >> > >> _______________________________________________ > >> 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 > > > _______________________________________________ > 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/20160426/eda7653b/attachment.html>
On Mon, Apr 25, 2016 at 4:04 PM, Bruce Hoult via llvm-dev < llvm-dev at lists.llvm.org> wrote:> "If memory serves correctly, ViewVC was intentionally disabled because it > was causing some problems on the LLVM server (load problems, I think)." > > If that is the case, perhaps something as simple as a robots.txt will > solve the load problem? >No, some spiders are not good web citizens: User-agent: * Disallow: /bugs Disallow: /cvsweb Disallow: /devmtg/2008-08/*.3gp$ Disallow: /devmtg/2008-08/*.m4v$ Disallow: /doxygen Disallow: /klaus Disallow: /nightlytest Disallow: /nightlytest2 Disallow: /perf Disallow: /stats Disallow: /svn Disallow: /testresults/X86 Disallow: /viewvc -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160425/4d077280/attachment.html>
Anton Korobeynikov via llvm-dev
2016-Apr-25 23:06 UTC
[llvm-dev] ViewVC not working any more
Well... What would force bogus bots to honour robots.txt? :) On Tue, Apr 26, 2016 at 2:04 AM, Bruce Hoult via llvm-dev <llvm-dev at lists.llvm.org> wrote:> "If memory serves correctly, ViewVC was intentionally disabled because it > was causing some problems on the LLVM server (load problems, I think)." > > If that is the case, perhaps something as simple as a robots.txt will solve > the load problem? > > > On Tue, Apr 26, 2016 at 5:26 AM, Hans Wennborg via llvm-dev > <llvm-dev at lists.llvm.org> wrote: >> >> I wish we could just get the viewvc working or set up some kind of >> forwarding from those URLs to something that works. >> >> There are tons and tons of links pointing to the viewvc which are now >> broken, including the archives of all commit emails. >> >> On Mon, Apr 25, 2016 at 7:41 AM, Diana Picus via llvm-dev >> <llvm-dev at lists.llvm.org> wrote: >> > Hi, >> > >> > Since ViewVC has been down for a while, I was wondering if it's possible >> > to >> > change the revision links from lab.llvm.org to point elsewhere. For >> > instance, the Phabricator revision if there is one, or maybe the klaus >> > link. >> > Could this be done? >> > >> > Cheers, >> > Diana >> > >> > On Thu, Apr 21, 2016 at 4:32 PM, John Criswell via llvm-dev >> > <llvm-dev at lists.llvm.org> wrote: >> >> >> >> On 4/20/16 12:14 PM, Sean Bruno via llvm-dev wrote: >> >>> >> >>> -----BEGIN PGP SIGNED MESSAGE----- >> >>> Hash: SHA512 >> >>> >> >>> It looks like something, something, something is broken with regards >> >>> to svn's viewvc linked from the llvm.org front page? Can someone poke >> >>> an admin about it? >> >>> >> >>> http://llvm.org/viewvc/llvm-project/cfe/trunk >> >> >> >> >> >> If memory serves correctly, ViewVC was intentionally disabled because >> >> it >> >> was causing some problems on the LLVM server (load problems, I think). >> >> >> >> Regards, >> >> >> >> John Criswell >> >> >> >>> >> >>> sean >> >>> -----BEGIN PGP SIGNATURE----- >> >>> Version: GnuPG v2 >> >>> >> >>> iQF8BAEBCgBmBQJXF6reXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w >> >>> ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRCQUFENDYzMkU3MTIxREU4RDIwOTk3REQx >> >>> MjAxRUZDQTFFNzI3RTY0AAoJEBIB78oecn5kPxsH+wWmXbTOXhd19jFGz9+iLNeA >> >>> /mdbrxpAgKxGupJZ25Ts0l8kbuUyHvvhK7HO7T7PO5WHzBQVlk7NGq4v71LyCD1w >> >>> o+SldJSROFjNc2FZEnDdDVQLnHv1T3qwMH3cjMGW82QolbXKrZC6M8a78dqcHH+Q >> >>> CX3CzgSDJIbduMLcSnTz4aezarIih5t+TcYssLexTkmor+2qJXdjXDBoMpYRwyga >> >>> hc6ZfBz6fD0OFtzfyFXW4tP483YBnBcywpXE/UbPSzKoNMg1wItp4LqmgKtH0Cwv >> >>> 85YWmDnf8Kl9o1IpXG0oEa0J1dteyZ65/lGZw4ITW6Chd/6XV5iMrS8xiCZ1wjA>> >>> =/1Du >> >>> -----END PGP SIGNATURE----- >> >>> _______________________________________________ >> >>> LLVM Developers mailing list >> >>> llvm-dev at lists.llvm.org >> >>> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >> >> >> >> >> >> >> >> -- >> >> John Criswell >> >> Assistant Professor >> >> Department of Computer Science, University of Rochester >> >> http://www.cs.rochester.edu/u/criswell >> >> >> >> >> >> _______________________________________________ >> >> 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 >> > >> _______________________________________________ >> 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 >-- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
----- Original Message -----> From: "Anton Korobeynikov via llvm-dev" <llvm-dev at lists.llvm.org> > To: "Bruce Hoult" <bruce at hoult.org> > Cc: "llvm-dev" <llvm-dev at lists.llvm.org> > Sent: Monday, April 25, 2016 6:06:48 PM > Subject: Re: [llvm-dev] ViewVC not working any more > > Well... What would force bogus bots to honour robots.txt? :)CAPTCHA? ;) -Hal> > On Tue, Apr 26, 2016 at 2:04 AM, Bruce Hoult via llvm-dev > <llvm-dev at lists.llvm.org> wrote: > > "If memory serves correctly, ViewVC was intentionally disabled > > because it > > was causing some problems on the LLVM server (load problems, I > > think)." > > > > If that is the case, perhaps something as simple as a robots.txt > > will solve > > the load problem? > > > > > > On Tue, Apr 26, 2016 at 5:26 AM, Hans Wennborg via llvm-dev > > <llvm-dev at lists.llvm.org> wrote: > >> > >> I wish we could just get the viewvc working or set up some kind of > >> forwarding from those URLs to something that works. > >> > >> There are tons and tons of links pointing to the viewvc which are > >> now > >> broken, including the archives of all commit emails. > >> > >> On Mon, Apr 25, 2016 at 7:41 AM, Diana Picus via llvm-dev > >> <llvm-dev at lists.llvm.org> wrote: > >> > Hi, > >> > > >> > Since ViewVC has been down for a while, I was wondering if it's > >> > possible > >> > to > >> > change the revision links from lab.llvm.org to point elsewhere. > >> > For > >> > instance, the Phabricator revision if there is one, or maybe the > >> > klaus > >> > link. > >> > Could this be done? > >> > > >> > Cheers, > >> > Diana > >> > > >> > On Thu, Apr 21, 2016 at 4:32 PM, John Criswell via llvm-dev > >> > <llvm-dev at lists.llvm.org> wrote: > >> >> > >> >> On 4/20/16 12:14 PM, Sean Bruno via llvm-dev wrote: > >> >>> > >> >>> -----BEGIN PGP SIGNED MESSAGE----- > >> >>> Hash: SHA512 > >> >>> > >> >>> It looks like something, something, something is broken with > >> >>> regards > >> >>> to svn's viewvc linked from the llvm.org front page? Can > >> >>> someone poke > >> >>> an admin about it? > >> >>> > >> >>> http://llvm.org/viewvc/llvm-project/cfe/trunk > >> >> > >> >> > >> >> If memory serves correctly, ViewVC was intentionally disabled > >> >> because > >> >> it > >> >> was causing some problems on the LLVM server (load problems, I > >> >> think). > >> >> > >> >> Regards, > >> >> > >> >> John Criswell > >> >> > >> >>> > >> >>> sean > >> >>> -----BEGIN PGP SIGNATURE----- > >> >>> Version: GnuPG v2 > >> >>> > >> >>> iQF8BAEBCgBmBQJXF6reXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w > >> >>> ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRCQUFENDYzMkU3MTIxREU4RDIwOTk3REQx > >> >>> MjAxRUZDQTFFNzI3RTY0AAoJEBIB78oecn5kPxsH+wWmXbTOXhd19jFGz9+iLNeA > >> >>> /mdbrxpAgKxGupJZ25Ts0l8kbuUyHvvhK7HO7T7PO5WHzBQVlk7NGq4v71LyCD1w > >> >>> o+SldJSROFjNc2FZEnDdDVQLnHv1T3qwMH3cjMGW82QolbXKrZC6M8a78dqcHH+Q > >> >>> CX3CzgSDJIbduMLcSnTz4aezarIih5t+TcYssLexTkmor+2qJXdjXDBoMpYRwyga > >> >>> hc6ZfBz6fD0OFtzfyFXW4tP483YBnBcywpXE/UbPSzKoNMg1wItp4LqmgKtH0Cwv > >> >>> 85YWmDnf8Kl9o1IpXG0oEa0J1dteyZ65/lGZw4ITW6Chd/6XV5iMrS8xiCZ1wjA> >> >>> =/1Du > >> >>> -----END PGP SIGNATURE----- > >> >>> _______________________________________________ > >> >>> LLVM Developers mailing list > >> >>> llvm-dev at lists.llvm.org > >> >>> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > >> >> > >> >> > >> >> > >> >> -- > >> >> John Criswell > >> >> Assistant Professor > >> >> Department of Computer Science, University of Rochester > >> >> http://www.cs.rochester.edu/u/criswell > >> >> > >> >> > >> >> _______________________________________________ > >> >> 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 > >> > > >> _______________________________________________ > >> 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 > > > > > > -- > With best regards, Anton Korobeynikov > Faculty of Mathematics and Mechanics, Saint Petersburg State > University > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >-- Hal Finkel Assistant Computational Scientist Leadership Computing Facility Argonne National Laboratory
If they're bogus and don't honour it then maybe you can filter them based on useragent or IP? Are the requests still coming in with ViewVC disabled? On Tue, Apr 26, 2016 at 11:06 AM, Anton Korobeynikov < anton at korobeynikov.info> wrote:> Well... What would force bogus bots to honour robots.txt? :) > > On Tue, Apr 26, 2016 at 2:04 AM, Bruce Hoult via llvm-dev > <llvm-dev at lists.llvm.org> wrote: > > "If memory serves correctly, ViewVC was intentionally disabled because it > > was causing some problems on the LLVM server (load problems, I think)." > > > > If that is the case, perhaps something as simple as a robots.txt will > solve > > the load problem? > > > > > > On Tue, Apr 26, 2016 at 5:26 AM, Hans Wennborg via llvm-dev > > <llvm-dev at lists.llvm.org> wrote: > >> > >> I wish we could just get the viewvc working or set up some kind of > >> forwarding from those URLs to something that works. > >> > >> There are tons and tons of links pointing to the viewvc which are now > >> broken, including the archives of all commit emails. > >> > >> On Mon, Apr 25, 2016 at 7:41 AM, Diana Picus via llvm-dev > >> <llvm-dev at lists.llvm.org> wrote: > >> > Hi, > >> > > >> > Since ViewVC has been down for a while, I was wondering if it's > possible > >> > to > >> > change the revision links from lab.llvm.org to point elsewhere. For > >> > instance, the Phabricator revision if there is one, or maybe the klaus > >> > link. > >> > Could this be done? > >> > > >> > Cheers, > >> > Diana > >> > > >> > On Thu, Apr 21, 2016 at 4:32 PM, John Criswell via llvm-dev > >> > <llvm-dev at lists.llvm.org> wrote: > >> >> > >> >> On 4/20/16 12:14 PM, Sean Bruno via llvm-dev wrote: > >> >>> > >> >>> -----BEGIN PGP SIGNED MESSAGE----- > >> >>> Hash: SHA512 > >> >>> > >> >>> It looks like something, something, something is broken with regards > >> >>> to svn's viewvc linked from the llvm.org front page? Can someone > poke > >> >>> an admin about it? > >> >>> > >> >>> http://llvm.org/viewvc/llvm-project/cfe/trunk > >> >> > >> >> > >> >> If memory serves correctly, ViewVC was intentionally disabled because > >> >> it > >> >> was causing some problems on the LLVM server (load problems, I > think). > >> >> > >> >> Regards, > >> >> > >> >> John Criswell > >> >> > >> >>> > >> >>> sean > >> >>> -----BEGIN PGP SIGNATURE----- > >> >>> Version: GnuPG v2 > >> >>> > >> >>> iQF8BAEBCgBmBQJXF6reXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w > >> >>> ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRCQUFENDYzMkU3MTIxREU4RDIwOTk3REQx > >> >>> MjAxRUZDQTFFNzI3RTY0AAoJEBIB78oecn5kPxsH+wWmXbTOXhd19jFGz9+iLNeA > >> >>> /mdbrxpAgKxGupJZ25Ts0l8kbuUyHvvhK7HO7T7PO5WHzBQVlk7NGq4v71LyCD1w > >> >>> o+SldJSROFjNc2FZEnDdDVQLnHv1T3qwMH3cjMGW82QolbXKrZC6M8a78dqcHH+Q > >> >>> CX3CzgSDJIbduMLcSnTz4aezarIih5t+TcYssLexTkmor+2qJXdjXDBoMpYRwyga > >> >>> hc6ZfBz6fD0OFtzfyFXW4tP483YBnBcywpXE/UbPSzKoNMg1wItp4LqmgKtH0Cwv > >> >>> 85YWmDnf8Kl9o1IpXG0oEa0J1dteyZ65/lGZw4ITW6Chd/6XV5iMrS8xiCZ1wjA> >> >>> =/1Du > >> >>> -----END PGP SIGNATURE----- > >> >>> _______________________________________________ > >> >>> LLVM Developers mailing list > >> >>> llvm-dev at lists.llvm.org > >> >>> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > >> >> > >> >> > >> >> > >> >> -- > >> >> John Criswell > >> >> Assistant Professor > >> >> Department of Computer Science, University of Rochester > >> >> http://www.cs.rochester.edu/u/criswell > >> >> > >> >> > >> >> _______________________________________________ > >> >> 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 > >> > > >> _______________________________________________ > >> 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 > > > > > > -- > With best regards, Anton Korobeynikov > Faculty of Mathematics and Mechanics, Saint Petersburg State University > > -- > This message has been scanned for viruses and > dangerous content by MailScanner, and is > believed to be clean. > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160426/f3ade444/attachment.html>