dub icon indicating copy to clipboard operation
dub copied to clipboard

Some built-in mirrors not working anymore

Open WebFreak001 opened this issue 3 years ago • 9 comments

the following built-in mirrors are no longer functional, they should probably be removed from the built-in mirror list or be fixed by the D foundation to actually mirror:

  • https://codemirror.dlang.org/
  • https://code-mirror.dlang.io/

also does anyone know who is hosting https://dub.bytecraft.nl/ ? (still works)

WebFreak001 avatar Aug 27 '22 18:08 WebFreak001

Um, not sure why the DNS configuration for codemirror.dlang.org was changed. The server is still running.

s-ludwig avatar Aug 27 '22 18:08 s-ludwig

The foundation took over the DNS administration. This was probably missed. Cc @mdparker @ibuclaw

Geod24 avatar Aug 27 '22 18:08 Geod24

I have no idea how the zones were migrated, but they did lose a number of records. If you have an idea of what the old DNS configuration was, then feel free to shoot them over to me.

ibuclaw avatar Aug 27 '22 19:08 ibuclaw

This is what I'm able to recover by poking the old authoritative nameservers.

codemirror.dlang.org.	3600	IN	A	31.15.67.41
code-mirror.dlang.io.	1800	IN	A	139.99.42.12
code-mirror2.dlang.io.	1800	IN	CNAME	srv2.wilzbach.me.
code-mirror3.dlang.io.	1800	IN	CNAME	dub-registry.herokuapp.com.

ibuclaw avatar Aug 27 '22 19:08 ibuclaw

Any confirmation of the above? Any new found missing records?

ibuclaw avatar Sep 06 '22 09:09 ibuclaw

codemirror.dlang.org is working now. code-mirror2.dlang.io and code-mirror3.dlang.io point to servers that have been taken down some time ago, AFAIR, so those can be dropped. I'm not sure about code-mirror.dlang.io, though, it's still listed in dub's source code, but the IP address appears to point to nirvana.

s-ludwig avatar Sep 06 '22 09:09 s-ludwig

@s-ludwig : https://codemirror.dlang.org/ gives a bad gateway (502) ATM.

Geod24 avatar Dec 05 '22 12:12 Geod24

https://code-mirror.dlang.io/

Still unreachable. As for https://dub.bytecraft.nl/ it seems down now (CC @skoppe I assume that is you?).

Geod24 avatar Dec 29 '23 00:12 Geod24

I don't think its down, just out of date since github stopped running my schedulded sync job.

I have enabled it for now, but need to find a better place.

skoppe avatar Dec 29 '23 09:12 skoppe