rcrsn51 wrote: ↑Tue Oct 22, 2024 7:59 pmfredx181 wrote: ↑Tue Oct 22, 2024 2:23 pm@rcrsn51
As I wrote in my previous post;fredx181 wrote:EDIT 2024-10-03: http://deb.devuan.org/merged seems to be back online again now.
But... now for me it's offline again, do you have access to that repository ? edit: at @all, same question.
(perhaps it depends on the country you live in )Yes.
Ok, for me apt update
on the Starter kit fails :
Code: Select all
root@live:~# apt update
Get:1 http://dl.google.com/linux/chrome/deb stable InRelease [1,825 B]
Get:2 http://dl.google.com/linux/chrome/deb stable/main amd64 Packages [1,084 B]
Get:3 https://github.com/doglinux/bookworm/raw/master/amd64 ./ InRelease [2,304 B]
Ign:4 http://deb.devuan.org/merged daedalus InRelease
Get:5 https://github.com/doglinux/bookworm/raw/master/amd64 ./ Packages [154 kB]
Ign:4 http://deb.devuan.org/merged daedalus InRelease
Ign:4 http://deb.devuan.org/merged daedalus InRelease
Err:4 http://deb.devuan.org/merged daedalus InRelease
Temporary failure resolving 'deb.devuan.org'
Fetched 159 kB in 16s (9,953 B/s)
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
5 packages can be upgraded. Run 'apt list --upgradable' to see them.
W: Failed to fetch http://deb.devuan.org/merged/dists/daedalus/InRelease Temporary failure resolving 'deb.devuan.org'
W: Some index files failed to download. They have been ignored, or old ones used instead.
When I change http://deb.devuan.org/merged to http://pkgmaster.devuan.org/merged in sources.list it's OK.:
Code: Select all
root@live:~# apt update
Hit:1 http://dl.google.com/linux/chrome/deb stable InRelease
Get:2 http://pkgmaster.devuan.org/merged daedalus InRelease [43.0 kB]
Get:4 http://pkgmaster.devuan.org/merged daedalus/main amd64 Packages [9,043 kB]
Get:3 https://github.com/doglinux/bookworm/raw/master/amd64 ./ InRelease [2,304 B]
Fetched 9,088 kB in 8s (1,140 kB/s)
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
124 packages can be upgraded. Run 'apt list --upgradable' to see them
Weird, isn't it ?