You are not logged in.
Pages: 1
Hi, are the excalibur servers down or do I have some problem myself?
Thanks
sudo apt update
Ignorato:1 http://deb.devuan.org/devuan excalibur InRelease
Ignorato:1 http://deb.devuan.org/devuan excalibur InRelease
Ignorato:1 http://deb.devuan.org/devuan excalibur InRelease
Errore:1 http://deb.devuan.org/devuan excalibur InRelease
Risoluzione di "deb.devuan.org" temporaneamente non riuscita
Tutti i pacchetti sono aggiornati.
Attenzione: Impossibile recuperare http://deb.devuan.org/devuan/dists/excalibur/InRelease Risoluzione di "deb.devuan.org" temporaneamente non riuscita
Attenzione: Impossibile scaricare alcuni file di indice: saranno ignorati o verranno usati quelli vecchi.
Offline
Change your sources to use http://deb.devuan.org/merged, i.e. /merged and not /devuan ... see https://www.devuan.org for details.
Offline
Thanks for the reply, but also editing by error...
sudo apt update
Ignorato:1 http://deb.devuan.org/merged excalibur InRelease
Ignorato:1 http://deb.devuan.org/merged excalibur InRelease
Ignorato:1 http://deb.devuan.org/merged excalibur InRelease
Errore:1 http://deb.devuan.org/merged excalibur InRelease
Risoluzione di "deb.devuan.org" temporaneamente non riuscita
Tutti i pacchetti sono aggiornati.
Attenzione: Impossibile recuperare http://deb.devuan.org/merged/dists/excalibur/InRelease Risoluzione di "deb.devuan.org" temporaneamente non riuscita
Attenzione: Impossibile scaricare alcuni file di indice: saranno ignorati o verranno usati quelli vecchi.
Offline
Seems your DNS is playing up. First try ping -n deb.devuan.org and second try traceroute -n deb.devuan.org. Does that give anything?
Btw. use code blocks for code (and console output); not quote blocks.
Offline
simone@devuan:~$ ping -n deb.devuan.org
ping: deb.devuan.org: Errore temporaneo nella risoluzione del nome
simone@devuan:~$ traceroute -n deb.devuan.org
deb.devuan.org: Errore temporaneo nella risoluzione del nome
Cannot handle "host" cmdline arg `deb.devuan.org' on position 1 (argc 2)
Offline
[I partially solved it by adding in /etc/apt/sources.list URIs:
http://ch.deb.devuan.org/merged/
sudo apt update
[sudo] password di simone:
Scaricamento di:1 http://ch.deb.devuan.org/merged excalibur InRelease [45,3 kB]
Scaricamento di:2 http://ch.deb.devuan.org/merged excalibur/main amd64 Packages [9.891 kB]
Scaricamento di:3 http://ch.deb.devuan.org/merged excalibur/main Translation-it [5.705 kB]
Scaricamento di:4 http://ch.deb.devuan.org/merged excalibur/main Translation-en [7.414 kB]
Scaricamento di:5 http://ch.deb.devuan.org/merged excalibur/contrib amd64 Packages [54,1 kB]
Scaricamento di:6 http://ch.deb.devuan.org/merged excalibur/contrib Translation-en [51,1 kB]
Scaricamento di:7 http://ch.deb.devuan.org/merged excalibur/non-free amd64 Packages [102 kB]
Scaricamento di:8 http://ch.deb.devuan.org/merged excalibur/non-free Translation-en [70,6 kB]
Scaricamento di:9 http://ch.deb.devuan.org/merged excalibur/non-free-firmware amd64 Packages [6.900 B]
Scaricamento di:10 http://ch.deb.devuan.org/merged excalibur/non-free-firmware Translation-en [4.664 B]
Recuperati 23,3 MB in 10s (2.332 kB/s)
Tutti i pacchetti sono aggiornati.
Offline
Oh, once again:
Many ISP's DNS-servers can't cope with these "round-robin" structures of repo-servers.
The solution was always to prepend the address deb.devuan.org with the country-code of your nearest repo-mirror, as in your case ch.deb.devuan.org.
I don't know what component in ISP's infrastructure is the culprit. But when using your own properly set up BIND/DNS server the problem doesn't occur.
Test by using ping before modifying your sources.list.
There are some threads on this topic in the forum already
Offline
Pages: 1