Hi, I have another Debian 10 VM, it’s weird. I am still having the same issue
I changed the /etc/apt/sources.list to use on the VM I have the issues, withthe sources.list from the VM I don’t have the issue, and I changed from http to https
deb Index of /debian buster main
deb-src Index of /debian buster main
deb Index of /debian-security buster/updates main contrib
deb-src Index of /debian-security buster/updates main contrib
buster-updates, previously known as ‘volatile’
deb Index of /debian buster-updates main contrib
deb-src Index of /debian buster-updates main contrib
But even with that, I am still getting issues:
I tried with:
percona-release_1.0-25.generic_all.deb
percona-release_1.0-26.generic_all.deb
percona-release_1.0-27.generic_all.deb, which is latest
Preparing to unpack percona-release_1.0-26.generic_all.deb …
Unpacking percona-release (1.0-26.generic) over (1.0-27.generic) …
Setting up percona-release (1.0-26.generic) …
Specified repository does not exist: Percona Repo
Specified repository does not exist: Percona Repo
The repository does not exist???
If I open those 2link using Firefox, I have not problem reaching those URLs.
One thing I notice, the warning/error is about http:// but if I try manually from the server, https:// it could be reach
[root@VM (QA5 10.102.70.48) /tmp] wget http://repo.percona.com/apt/percona-release_latest.buster_all.deb
–2022-02-08 10:20:12-- http://repo.percona.com/apt/percona-release_latest.buster_all.deb
Resolving repo.percona.com (repo.percona.com)… 149.56.23.204
Connecting to repo.percona.com (repo.percona.com)|149.56.23.204|:80… connected.
HTTP request sent, awaiting response… 403 Forbidden
2022-02-08 10:20:12 ERROR 403: Forbidden.
Now using HTTPs
[root@VM (QA5 10.102.70.48) /tmp] wget https://repo.percona.com/apt/percona-release_latest.buster_all.deb
–2022-02-08 10:20:07-- https://repo.percona.com/apt/percona-release_latest.buster_all.deb
Resolving repo.percona.com (repo.percona.com)… 149.56.23.204
Connecting to repo.percona.com (repo.percona.com)|149.56.23.204|:443… connected.
HTTP request sent, awaiting response… 200 OK
Length: 11804 (12K) [application/x-debian-package]
Saving to: ‘percona-release_latest.buster_all.deb’
percona-release_latest.buster_all.deb 100%[===================================================================================>] 11.53K --.-KB/s in 0s
2022-02-08 10:20:07 (205 MB/s) - ‘percona-release_latest.buster_all.deb’ saved [11804/11804]
Any ideas why using the same Debian 10, and the same sources (APT) file, I will get different results?
Cheers,