Cannot fetch from archive.trisquel.org

5 risposte [Ultimo contenuto]
prvteprts

I am a member!

Offline
Iscritto: 09/30/2010

W: Failed to fetch https://archive.trisquel.org/trisquel/dists/aramo-security/InRelease Cannot initiate the connection to archive.trisquel.org:443 (2001:470:142:5::51). - connect (101: Network is unreachable) Could not connect to archive.trisquel.org:443 (209.51.188.51), connection timed out
W: Some index files failed to download. They have been ignored, or old ones used instead.

I've tried other mirror locations but it still tries to fetch from archive.trisquel.org for some packages. Does anybody know why?

Avron

I am a translator!

Offline
Iscritto: 08/18/2020

I have the same situation.

In my /etc/apt/sources.list, I have a mirror for all sources, but I also have archive.trisquel.org for aramo-security. Since I did not do this manually, I guess this may be the default, the motivation might be to get security updates faster when archive.trisquel.org is working (so not now).

Ark74

I am a member!

I am a translator!

Offline
Iscritto: 07/15/2009

> the motivation might be to get security updates faster when archive.trisquel.org is working

That's exactly the case.

KaKooDa
Offline
Iscritto: 03/20/2023

Is this a new added functionality? Previously security updates would be fetched from mirrors even if "archive.trisquel.org" was up. The problem is that in my country "archive.trisquel.org" is censored in a weird way: we can transfer small data to "archive.trisquel.org" (e.g. ping'ing) but not big data (e.g. apt update) ¹. As the result Trisquel thinks "archive.trisquel.org" is up but can't get updates from it so it fails. Is there a way around this?

[1] https://en.wikipedia.org/wiki/Deep_packet_inspection#Iran

Ark74

I am a member!

I am a translator!

Offline
Iscritto: 07/15/2009

> Is this a new added functionality?

No, at least not since 2008 AFAICT.

> Is there a way around this?

Pull from a working mirror and manually set security from it too.

Example:

deb https://quantum-mirror.hu/mirrors/pub/trisquel/packages/ aramo-security main
#deb https://archive.trisquel.org/trisquel/ aramo-security main

Regards

prvteprts

I am a member!

Offline
Iscritto: 09/30/2010

Thanks!