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

x/website: /dl broken on golang.google.cn as of CL 339403 #47750

Closed
forging2012 opened this issue Aug 17, 2021 · 6 comments
Closed

x/website: /dl broken on golang.google.cn as of CL 339403 #47750

forging2012 opened this issue Aug 17, 2021 · 6 comments
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@forging2012
Copy link

https://golang.google.cn/dl/

image

@seankhliao seankhliao changed the title [Error] open _content/dl: no such file or directory x/website: /dl broken on golang.google.cn Aug 17, 2021
@gopherbot gopherbot added this to the Unreleased milestone Aug 17, 2021
@seankhliao
Copy link
Member

cc @dmitshur

@dmitshur
Copy link
Contributor

Thanks for reporting. CC @rsc.

@dmitshur dmitshur added the NeedsFix The path to resolution is known, but the work has not been done. label Aug 17, 2021
@dmitshur
Copy link
Contributor

dmitshur commented Aug 17, 2021

This issue is similar to #47751 (comment). The problem is also present as of CL 339403, not present in the one before.

It's temporarily mitigated because golang.google.cn is being served by the older working version of the x/website codebase.

@dmitshur dmitshur changed the title x/website: /dl broken on golang.google.cn x/website: /dl broken on golang.google.cn as of CL 339403 Aug 17, 2021
@forging2012
Copy link
Author

For more info:

➜  ~ ping golang.google.cn
PING golang.google.cn (180.163.151.162): 56 data bytes
64 bytes from 180.163.151.162: icmp_seq=0 ttl=118 time=37.847 ms
64 bytes from 180.163.151.162: icmp_seq=1 ttl=118 time=39.596 ms
^C
--- golang.google.cn ping statistics ---
2 packets transmitted, 2 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 37.847/38.721/39.596/0.875 ms
➜  ~ dig golang.google.cn

; <<>> DiG 9.10.6 <<>> golang.google.cn
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 33106
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;golang.google.cn.		IN	A

;; ANSWER SECTION:
golang.google.cn.	105	IN	A	180.163.151.162

;; Query time: 17 msec
;; SERVER: 192.168.3.1#53(192.168.3.1)
;; WHEN: Wed Aug 18 00:46:14 CST 2021
;; MSG SIZE  rcvd: 50

@forging2012
Copy link
Author

Nice job!
It has now recovered.
Thanks all!

@gopherbot
Copy link

Change https://golang.org/cl/343009 mentions this issue: cmd/golangorg: fix golang.google.cn/dl

@rsc rsc removed their assignment Jun 23, 2022
passionSeven added a commit to passionSeven/website that referenced this issue Oct 18, 2022
Fixes golang/go#47750.

Change-Id: I1816df0dbd629705118b6f5b23c264efab73b04b
Reviewed-on: https://go-review.googlesource.com/c/website/+/343009
Trust: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Jamal Carvalho <jamal@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Website-Publish: Russ Cox <rsc@golang.org>
@golang golang locked and limited conversation to collaborators Jun 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

No branches or pull requests

5 participants