[apt update] Failed to fetch https://repo.vivaldi.com/stable/deb/dists/stable/InRelease
-
I'm using Linux Mint 21.1.
When I usesudo apt update
and I get this error information:
Ign:10 https://repo.vivaldi.com/stable/deb stable InRelease Ign:10 https://repo.vivaldi.com/stable/deb stable InRelease Ign:10 https://repo.vivaldi.com/stable/deb stable InRelease Err:10 https://repo.vivaldi.com/stable/deb stable InRelease Cannot initiate the connection to repo.vivaldi.com:443 (2001::a2dc:ce2). - connect (101: Network is unreachable) Could not connect to repo.vivaldi.com:443 (74.86.142.55), connection timed out Fetched 116 kB in 37s (3,103 B/s) Reading package lists... Done Building dependency tree... Done Reading state information... Done 1 package can be upgraded. Run 'apt list --upgradable' to see it. W: Failed to fetch https://repo.vivaldi.com/stable/deb/dists/stable/InRelease Cannot initiate the connection to repo.vivaldi.com:443 (2001::a2dc:ce2). - connect (101: Network is unreachable) Could not connect to repo.vivaldi.com:443 (74.86.142.55), connection timed out W: Some index files failed to download. They have been ignored, or old ones used instead.
How can I solve this?
-
@rtransformation said in [apt update] Failed to fetch https://repo.vivaldi.com/stable/deb/dists/stable/InRelease:
All servers running fine, see https://vivaldistatus.com
I checked on Ubuntu 22 LTS and could update.
-
@DoctorG I typed
traceroute -4 repo.vivaldi.com
it showed that:
$ traceroute -4 repo.vivaldi.com traceroute to repo.vivaldi.com (31.13.70.13), 30 hops max, 60 byte packets 1 _gateway (192.168.110.1) 3.748 ms 3.729 ms 3.722 ms 2 * * * 3 * 144.123.15.121 (144.123.15.121) 5.008 ms * 4 60.235.65.77 (60.235.65.77) 5.891 ms 60.235.65.129 (60.235.65.129) 9.335 ms 5.430 ms 5 60.235.66.117 (60.235.66.117) 5.425 ms 6.427 ms 6.419 ms 6 60.235.64.213 (60.235.64.213) 11.461 ms 60.235.64.181 (60.235.64.181) 9.454 ms 60.235.64.217 (60.235.64.217) 11.420 ms 7 202.97.99.165 (202.97.99.165) 21.272 ms 202.97.48.29 (202.97.48.29) 18.875 ms 202.97.95.245 (202.97.95.245) 21.204 ms 8 * * * 9 * * * 10 * * * 11 * * * 12 * * * 13 * * * 14 * * * 15 * * * 16 * * * 17 * * * 18 * * * 19 * * * 20 * * * 21 * * * 22 * * * 23 * * *^C
I typed:
traceroute -4 repo.vivaldi.com
it showed that:
$ traceroute -6 repo.vivaldi.com traceroute to repo.vivaldi.com (2001::1f0d:55a9), 30 hops max, 80 byte packets connect: Network is unreachable
Is that normal?
-
Seems the repo cache server does not respond to pings.
But i can open https://repo.vivaldi.com/ in browser.31.13.70.13 is never repo.vivaldi.com!
Which IP does your resolve get?
nslookup repo.vivaldi.com
and
[email protected]: $ nslookup repo.vivaldi.com 8.8.8.8 Server: 8.8.8.8 Address: 8.8.8.8#53 Non-authoritative answer: repo.vivaldi.com canonical name = n.sni.global.fastly.net. Name: n.sni.global.fastly.net Address: 151.101.1.91 Name: n.sni.global.fastly.net Address: 151.101.65.91 Name: n.sni.global.fastly.net Address: 151.101.129.91 Name: n.sni.global.fastly.net Address: 151.101.193.91
-
@DoctorG I get this:
$ nslookup repo.vivaldi.com Server: 127.0.0.53 Address: 127.0.0.53#53 Non-authoritative answer: Name: repo.vivaldi.com Address: 52.175.9.80 Name: repo.vivaldi.com Address: 2001::1f0d:55a9
BTW, I am from mainland China, so I wonder if this is the problem.
-
@rtransformation Oh, ok, Great Firewall.
We can not do anything against such blockades of repo.You need to download the installer from https://vivaldi.com/download/ and install with dpkg.
-
@DoctorG Alright, thanks.