Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Hello,
Not sure if this is the right place to report this.
Since last night the apt repositories are broken for MariaDB, at least for Debian 10/11.
I have tried several mirrors:
deb https://ftp.nluug.nl/db/mariadb/repo/10.6/debian bullseye main
|
deb https://mirror.serverion.com/mariadb/repo/10.6/debian bullseye main
|
deb https://mariadb.mirror.wearetriple.com/repo/10.6/debian bullseye main
|
deb http://ams2.mirrors.digitalocean.com/mariadb/repo/10.6/debian bullseye main
|
With all of these repo's when we do an `apt update` or `apt-get update` we get:
Err:10 http://ams2.mirrors.digitalocean.com/mariadb/repo/10.6/debian bullseye Release
|
404 Not Found [IP: 2606:4700:3036::ac43:9447 80]
|
Reading package lists... Done
|
E: The repository 'http://ams2.mirrors.digitalocean.com/mariadb/repo/10.6/debian bullseye Release' does not have a Release file.
|
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
|
N: See apt-secure(8) manpage for repository creation and user configuration details.
|
Now it seems we can ignore the Release file warning by changing the apt config to:
deb [allow-insecure=yes] http://ams2.mirrors.digitalocean.com/mariadb/repo/10.6/debian bullseye main
|
This will make the error change into this:
Err:12 http://ams2.mirrors.digitalocean.com/mariadb/repo/10.6/debian bullseye/main amd64 Packages
|
404 Not Found [IP: 2606:4700:3034::6815:1d0d 80]
|
Ign:13 http://ams2.mirrors.digitalocean.com/mariadb/repo/10.6/debian bullseye/main Translation-en_US
|
Ign:14 http://ams2.mirrors.digitalocean.com/mariadb/repo/10.6/debian bullseye/main Translation-en
|
Reading package lists... Done
|
W: The repository 'http://ams2.mirrors.digitalocean.com/mariadb/repo/10.6/debian bullseye Release' does not have a Release file.
|
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
|
N: See apt-secure(8) manpage for repository creation and user configuration details.
|
E: Failed to fetch http://ams2.mirrors.digitalocean.com/mariadb/repo/10.6/debian/dists/bullseye/main/binary-amd64/Packages 404 Not Found [IP: 2606:4700:3034::6815:1d0d 80]
|
E: Some index files failed to download. They have been ignored, or old ones used instead.
|
This is probably related to the new MariaDB release. We've had the same issue the last few MariaDB releases but usually another repo would still work. Now we tried like 5 different mirrors and none of them work.
I'm not sure if this is the correct place to report this. If not, could someone point me in the right direction?
Attachments
Issue Links
- is duplicated by
-
MDEV-29304 Package Repositories Wiped
- Closed
-
MDEV-29305 yum.mariadb.org/ mirrors appear to be empty
- Closed