:: Re: [DNG] US mirror is broken? Fail…
Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Ralph Ronnquist
Fecha:  
A: dng
Asunto: Re: [DNG] US mirror is broken? Failed to fetch http://us.deb.devuan.org Not Found [IP: 130.89.148.13 80]
On 02/12 09:25, crichmon@??? wrote:
> Hi, I was trying to update something a bit ago, and it failed.
>
> I ran apt update, then: apt install libsasl2-2 libsasl2-modules, and got
> this output:
> .
> Do you want to continue? [Y/n] y
> Err:1 http://us.deb.devuan.org/merged ascii/main amd64 libsasl2-modules-db
> amd64 2.1.27~101-g0780600+dfsg-3+deb9u1
> 404 Not Found [IP: 130.89.148.13 80]
> ...
> I didn't try -fix-missing, since this seems more a server issue.


This typically happens when the version known to your host is no
longer, or not yet, available at the repository. The usual remedy is
to re-run "apt-get update" and then try again.

> Trying to
> pull up http://us.deb.devuan.org/ in a browser
> gets a NET::ERR_CERT_COMMON_NAME_INVALID error.


It wouldn't be a "cert error" unless you used https.

> router1:/var/log# host us.deb.devuan.org
> us.deb.devuan.org is an alias for pkgmaster.devuan.org.
> pkgmaster.devuan.org has address 54.36.142.183
> pkgmaster.devuan.org has address 5.135.82.179
>
> router1:/var/log# host 130.89.148.13
> 13.148.89.130.in-addr.arpa domain name pointer klecker-archive.debian.org.
>
> Navigating to klecker-archive.debian.org directly seems to work fine.


Yes, most country-code domains "*.deb.devuan.org" incluing
"us.deb.devuan.org" are aliased to pkgmaster.devuan.org, and its
service for those domains renders a 301 redirect to "deb.devuan.org",
which then resolves to the mirror collection of IP that obviously
included 130.89.148.13 as one of the mirrors.

As golinux noted: it's best to use deb.devuan.org directly in your
source list.