You are not logged in.
Hello!
I use IPv6-only Devuan workstation.
Today I see an error, when run apt update:
Could not connect to pl.deb.devuan.org:80 (2001:41d0:a:511b::98e4:cc90). - connect (113: No route to host)
$ host pl.deb.devuan.org
pl.deb.devuan.org is an alias for pl.deb.rr.devuan.org.
pl.deb.rr.devuan.org is an alias for pkgmaster.devuan.org.
pkgmaster.devuan.org has address 5.135.82.179
pkgmaster.devuan.org has IPv6 address 2001:41d0:a:511b::98e4:cc90
Also I've checked from another datacenter:
$ curl -6 -v http://pl.deb.devuan.org
* Trying 2001:41d0:a:511b::98e4:cc90:80...
* connect to 2001:41d0:a:511b::98e4:cc90 port 80 failed: Connection timed out
* Failed to connect to pl.deb.devuan.org port 80: Connection timed out
* Closing connection 0
curl: (28) Failed to connect to pl.deb.devuan.org port 80: Connection timed out
Could you please check your IPv6 connectivity?
Offline
Ah well. Ditto:
$ curl -6 -v http://pl.deb.devuan.org
* Trying 2001:41d0:a:511b::98e4:cc90:80...
* Immediate connect fail for 2001:41d0:a:511b::98e4:cc90: Network is unreachable
* Closing connection 0
curl: (7) Couldn't connect to server
It gets worse:
$ curl -6 -v http://devuan.org
* Trying 2001:41d0:8:732b::3624:8eb3:80...
* Immediate connect fail for 2001:41d0:8:732b::3624:8eb3: Network is unreachable
* Closing connection 0
curl: (7) Couldn't connect to server
$ whois pl.deb.devuan.org
NOT FOUND
$ whois devuan.org
Domain Name: DEVUAN.ORG
Registry Domain ID: D174563426-LROR
Registrar WHOIS Server: whois.ovh.com
Registrar URL: http://www.ovh.com
Updated Date: 2021-11-10T04:39:07Z
Creation Date: 2014-11-22T14:58:11Z
Registry Expiry Date: 2022-11-22T14:58:11Z
Offline
I do not know about IPv6 but County codes do not work in Devuan. Here are some useful links to help you sort things:
https://www.devuan.org/os/packages
http://pkgmaster.devuan.org/mirror_list.txt]mirror list
Online
This issue is not about country codes, but about http://pkgmaster.devuan.org connectivity.
But thank you for information!
Offline
Works since yesterday:
$ curl -6 -v http://pl.deb.devuan.org
* Trying 2001:41d0:8:732b::587:52b3:80...
* Connected to pl.deb.devuan.org (2001:41d0:8:732b::587:52b3) port 80 (#0)
> GET / HTTP/1.1
> Host: pl.deb.devuan.org
> User-Agent: curl/7.83.0
> Accept: */*
>
* Mark bundle as not supporting multiuse
< HTTP/1.1 301 Moved Permanently
< Server: nginx/1.18.0
< Date: Sun, 15 May 2022 11:01:41 GMT
< Content-Type: text/html
< Content-Length: 169
< Connection: keep-alive
< Location: http://deb.devuan.org/
<
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx/1.18.0</center>
</body>
</html>
* Connection #0 to host pl.deb.devuan.org left intact
Offline
seems pkgmaster.devuan.org ipv6 address has changed sometime during the last few days.. that's what probably caused the error.
Offline