Hi,
I have installed the latest Debian on my VisionFive 2 board using the link.
When I try to update the apt package list using the command below, I encounter some errors and warnings:
user@starfive:~$ sudo apt update
[sudo] password for user:
Hit:1 https://snapshot.debian.org/archive/debian-ports/20221225T084846Z unstable InRelease
Err:1 https://snapshot.debian.org/archive/debian-ports/20221225T084846Z unstable InRelease
The following signatures were invalid: EXPKEYSIG E852514F5DF312F6 Debian Ports Archive Automatic Signing Key (2022) ftpmaster@ports-master.debian.org
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
1 package can be upgraded. Run 'apt list --upgradable' to see it.
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://snapshot.debian.org/archive/debian-ports/20221225T084846Z unstable InRelease: The following signatures were invalid: EXPKEYSIG E852514F5DF312F6 Debian Ports Archive Automatic Signing Key (2022) ftpmaster@ports-master.debian.org
W: Failed to fetch https://snapshot.debian.org/archive/debian-ports/20221225T084846Z/dists/unstable/InRelease The following signatures were invalid: EXPKEYSIG E852514F5DF312F6 Debian Ports Archive Automatic Signing Key (2022) ftpmaster@ports-master.debian.org
W: Some index files failed to download. They have been ignored, or old ones used instead.
I checked the below apt URL, which is unstable release:
$ cat /etc/apt/sources.list
deb https://snapshot.debian.org/archive/debian-ports/20221225T084846Z unstable main
I updated the URL to:
deb https://deb.debian.org/debian unstable main
After making this change, the update works fine without any errors.
My questions are:
- Can I safely ignore the errors and warnings I received from the previous URL?
- Is it recommended to use the
https://deb.debian.org/debian
URL instead? - Is the StarFive team planning to update the URLs properly in the official sources in the future?
Thank you for your assistance!