Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intermittent error page on rust-lang.org #6656

Closed
lucian1900 opened this issue May 21, 2013 · 3 comments
Closed

Intermittent error page on rust-lang.org #6656

lucian1900 opened this issue May 21, 2013 · 3 comments

Comments

@lucian1900
Copy link

http://rust-lang.org redirects to http://www.rust-lang.org, which sometimes displays unknown domain: www.rust-lang.org instead of content. This happens on both Chrome and Firefox.

Full html:


<html>
<head>
<title> www.rust-lang.org</title>
<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-25770359-4']);
  _gaq.push(['_setDomainName', 'fastly.net']);
  _gaq.push(['_setAllowLinker', true]);
  _gaq.push(['_trackPageview', '/unknown/cache-l22-LON/www.rust-lang.org']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>
</head>
<body>
unknown domain: www.rust-lang.org</body></html>
@msullivan
Copy link
Contributor

That is strange. Has this happened to anybody else. Is it still happening to you?

Has never happened to me.

@msullivan
Copy link
Contributor

@cmr says that this happened a bunch a few months ago, and was an S3 misconfiguration. Closing. We can reopen if it comes back.

@lucian1900
Copy link
Author

It hasn't happened to me in a long time, no.

bors added a commit to rust-lang-ci/rust that referenced this issue Feb 3, 2021
…=flip1995

clippy_dev: Pass stderr to CommandFailed

This improves error reporting when running `rustfmt` fails for some reason, as seen [on Zulip](https://rust-lang.zulipchat.com/#narrow/stream/257328-clippy/topic/Issue.20with.20rustfmt). It will now include the stderr output in the `CliError::CommandFailed` error.

changelog: none
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants