The officially official Devuan Forum!

You are not logged in.

#1 2020-04-02 02:01:50

onefang
Member
From: Brisbane, Australia
Registered: 2019-05-09
Posts: 3  
Website

Devuan package mirrors, deb.devuan.org, HTTPS, and mirror monitoring.

Devuan recommends using deb.devuan.org in your /etc/apt/sources.list to select where you get your Devuan packages from.  The name deb.devuan.org is a DNS round robin, which means that when you try to access it you will be sent to one of the mirrors that are part of it.  None of those mirrors have an HTTPS certificate that matches "deb.devuan.org", but likely have their own HTTPS certificate, due to the security issues involved in letting lots of people have a copy of a security certificate.  So all use of deb.devuan.org must be done via HTTP, as using HTTPS will result in errors.

If you do wish to use HTTPS, you should instead directly use one of the mirrors that supports HTTPS.  https://pkgmaster.devuan.org/mirror_list.txt lists all the mirrors, what protocols they support, and where they are located.  So you can pick a nearby mirror.

Previously it had been suggested that people use country codes for packages, for example us.deb.devuan.org for users in USA.  That is now no longer the case, country codes are no longer likely to work.

apt-panopticon is a script that regularly checks the health of the entire Devuan mirror system.  The results of that script are currently available on two servers.  https://borta.devuan.dev/apt-panopticon … t-web.html which checks the mirrors once an hour, though it is currently having timeout problems which are being investigated.  https://sledjhamr.org/apt-panopticon/re … t-web.html which checks every ten minutes.

With large parts of the world working from home as part of COVID-19 lockdowns, the Internet is being used more than is usual.  So there tends to be more random network issues.  Any particular network issue might be at your end, at the other end, or somewhere in between.  As mentioned above, even our own infrastructure is having some minor issues every now and then.

Please have patience, and stay healthy.


A big old stinking pile of genius that no one wants
coz there are too many silver coated monkeys in the world.

Offline

#2 2025-11-24 12:01:59

https_force
Member
Registered: 2025-11-24
Posts: 2  

Re: Devuan package mirrors, deb.devuan.org, HTTPS, and mirror monitoring.

onefang wrote:

If you do wish to use HTTPS, you should instead directly use one of the mirrors that supports HTTPS.  https://pkgmaster.devuan.org/mirror_list.txt lists all the mirrors, what protocols they support, and where they are located.  So you can pick a nearby mirror.

I'm attempting to use https with apt and I've been experiencing fails.

I chose "https://mirrors.dotsrc.org" as the mirror I want to 'apt update' and 'apt install' with.
When I add the url to the /etc/apt/sources.list file it is confusing in how to get it to work.
Can you provide an example with my chosen mirror?

I have tried the following url structures with no success:

22 deb https://mirrors.dotsrc.org/devuan/dists/excalibur/InRelease
23 deb https://mirrors.dotsrc.org/devuan/dists/excalibur/main/binary-amd64/Packages
24 deb https://mirrors.dotsrc.org/devuan/dists/excalibur/non-free/binary-amd64/Packages
25 deb https://mirrors.dotsrc.org/devuan/dists/excalibur-updates/InRelease
26 deb https://mirrors.dotsrc.org/devuan/dists/excalibur-updates/ main
27 deb https://mirrors.dotsrc.org/devuan/dists/excalibur-updates/ non-free
28 deb https://mirrors.dotsrc.org/devuan/dists/excalibur-security/InRelease
29 deb https://mirrors.dotsrc.org/devuan/dists/excalibur-security/ main
30 deb https://mirrors.dotsrc.org/devuan/dists/excalibur-security/ non-free
31 deb https://mirrors.dotsrc.org/devuan/dists/excalibur-backports/Inrelease
32 deb https://mirrors.dotsrc.org/devuan/dists/excalibur-backports/ main
33 deb https://mirrors.dotsrc.org/devuan/dists/excalibur-backports/ non-free

force_https

Last edited by https_force (2025-11-24 12:03:13)

Offline

#3 2025-11-24 13:17:32

g4sra
Member
Registered: 2018-12-12
Posts: 108  

Re: Devuan package mirrors, deb.devuan.org, HTTPS, and mirror monitoring.

I'm attempting to use https with apt

Why ?

Offline

#4 2025-11-24 13:40:17

fsmithred
Administrator
Registered: 2016-11-25
Posts: 2,771  

Re: Devuan package mirrors, deb.devuan.org, HTTPS, and mirror monitoring.

sources.list examples:
https://www.devuan.org/os/packages

Replace http with https and replace "deb.devuan.org" with "mirrors.dotsrc.org/devuan".

I don't usually look at the output you posted, so I can't sort out what you did wrong in sources.list. But I'll go ahead and guess - did you forget the /merged?

Offline

#5 2025-11-24 13:48:30

ralph.ronnquist
Administrator
From: Battery Point, Tasmania, AUS
Registered: 2016-11-30
Posts: 1,531  

Re: Devuan package mirrors, deb.devuan.org, HTTPS, and mirror monitoring.

Note that thus it probably needs to be

https://mirrors.dotsrc.org/devuan/merged

as repository URL for that server.

Online

Board footer