You are not logged in.
Pages: 1
Can someone tell me how I go about updating my sources information, which are already set to Beowulf, now that Beowulf's Suite has moved from testing to stable?
If I try and update my package indices in Synaptic I get the message:
"Repository 'https://mirror.ungleich.ch/mirror/packages/devuan/merged beowulf InRelease' changed its 'Suite' value from 'testing' to 'stable' This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details."
This is repeated for the other sources.
I've read man apt-secure and it tells me how to update my repository if I'm a repository owner but not what I need to do as a simple user.
Last edited by Marjorie (2020-06-01 20:43:55)
Offline
Don't care if you have explicitely stated Beowulf and not stable in your sources.list. The message comes once, and then its fine.
rolfie
Last edited by rolfie (2020-06-01 20:48:39)
Offline
Hi
There are currently problems with the repos. it seems someone might have stable before evryone involved was ready. Please be patient a couple of days. I am sure things are going to be sorted out. But it takes some time.
Have a nice day
Lars H
Offline
I can't see any way of doing this in synaptic, however
from an answer on the DNG list you can do it using apt:
$ sudo apt update
and, when asked, answer 'yes' for each source.
$ sudo apt update
[sudo] password for marjorie:
Hit:1 https://updates.signal.org/desktop/apt xenial InRelease
Get:2 https://mirror.ungleich.ch/mirror/packages/devuan/merged beowulf InRelease [25.6 kB]
Get:3 https://mirror.ungleich.ch/mirror/packages/devuan/merged beowulf-security InRelease [25.6 kB]
Get:4 https://mirror.ungleich.ch/mirror/packages/devuan/merged beowulf-updates InRelease [25.6 kB]
Get:5 https://mirror.ungleich.ch/mirror/packages/devuan/merged beowulf-backports InRelease [25.6 kB]
E: Repository 'https://mirror.ungleich.ch/mirror/packages/devuan/merged beowulf InRelease' changed its 'Suite' value from 'testing' to 'stable'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.
Do you want to accept these changes and continue updating from this repository? [y/N] y
E: Repository 'https://mirror.ungleich.ch/mirror/packages/devuan/merged beowulf-security InRelease' changed its 'Suite' value from 'testing-security' to 'stable-security'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.
Do you want to accept these changes and continue updating from this repository? [y/N] y
E: Repository 'https://mirror.ungleich.ch/mirror/packages/devuan/merged beowulf-updates InRelease' changed its 'Suite' value from 'testing-updates' to 'stable-updates'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.
Do you want to accept these changes and continue updating from this repository? [y/N] y
E: Repository 'https://mirror.ungleich.ch/mirror/packages/devuan/merged beowulf-backports InRelease' changed its 'Suite' value from 'testing-backports' to 'stable-backports'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.
Do you want to accept these changes and continue updating from this repository? [y/N] y
Get:6 https://mirror.ungleich.ch/mirror/packages/devuan/merged beowulf-backports/main Sources [243 kB]
Get:7 https://mirror.ungleich.ch/mirror/packages/devuan/merged beowulf-backports/main amd64 Packages [297 kB]
Fetched 591 kB in 26s (22.8 kB/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
42 packages can be upgraded. Run 'apt list --upgradable' to see them.
Last edited by Marjorie (2020-06-01 21:09:10)
Offline
Yes, on apt update that works fine. I rarely use Synaptic. cli is fine for me.
rolfie
Offline
It's not a bug. It's just that events are happening slightly out of sequence. Official announcement is coming soon. Say yes. If you were already up to date, you won't see any new packages.
Offline
Can someone tell me how I go about updating my sources information, which are already set to Beowulf, now that Beowulf's Suite has moved from testing to stable?
If I try and update my package indices in Synaptic I get the message:
"Repository 'https://mirror.ungleich.ch/mirror/packages/devuan/merged beowulf InRelease' changed its 'Suite' value from 'testing' to 'stable' This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details."
This is repeated for the other sources.
I've read man apt-secure and it tells me how to update my repository if I'm a repository owner but not what I need to do as a simple user.
Hi, for using https mirrors you need to install the https transport package like:
sudo apt install apt-transport-https
Just update the sources to take effect.
Last edited by wingcommander1999 (2020-06-02 09:54:11)
AMD Ryzen 7 3700X - Gigabyte B550 AORUS ELITE V2 - 4x8GB DDR4 - SSD 1,5TO - GTX1660TI 6GB - PSU Gigabyte 750W Gold - Zalman X3 White
Devuan / W11
Offline
Thank you
I was as well unaware of this step. Now my problems with updating apt sources is gone as well (for installing I am using aptitude, for upgrading apt)
Have a nice day
Lars H
Offline
Pages: 1