Question

RHEL 9.3 Failed to download metadata for repo 'veeam': Cannot download repomd.xml


Userlevel 2

Hello, 

Running free community edition Veaam backup agent for Linux on RHEL9.3. For the past few days I am getting an error when checking for the update from Veaam repository. This is the same repo I initially used to install the agent. Is there another Veeam repo that I can use for RHEL9? 

[root@bnrhlx:~ ]$ yum check-update
Updating Subscription Management repositories.
Veeam Backup for GNU/Linux - x86_64                                                                     2.1 kB/s | 986  B     00:00
Errors during downloading metadata for repository 'veeam':
  - Status code: 403 for https://repository.veeam.com/backup/linux/agent/rpm/el/9/x86_64/repodata/repomd.xml (IP: 108.138.26.22)
Error: Failed to download metadata for repo 'veeam': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
[root@bnrhlx:~ ]$ cd /etc/yum.repos.d/
 

[root@bnrhlx:/etc/yum.repos.d ]$ cat veeam.repo
[veeam]
name=Veeam Backup for GNU/Linux - $basearch
baseurl=https://repository.veeam.com/backup/linux/agent/rpm/el/9/$basearch
enabled=1
gpgcheck=1
gpgkey=https://repository.veeam.com/keys/RPM-E6FBD664
[root@bnrhlx:/etc/yum.repos.d ]$ cat /etc/redhat-release
Red Hat Enterprise Linux release 9.3 (Plow)
 


7 comments

Userlevel 7
Badge +14

Hi @vmlxnetwork! The certificate of the repository got changed recently and maybe that's the reason your seeing this error. Do you still see this when you try it now?

Userlevel 2

Yeah, still get the same error. 

[root@bnrhlx:/etc/yum.repos.d ]$ yum clean all
Updating Subscription Management repositories.
0 files removed
[root@bnrhlx:/etc/yum.repos.d ]$ yum check-update
Updating Subscription Management repositories.
Extra Packages for Enterprise Linux 9 - x86_64                                                          9.9 MB/s |  21 MB     00:02
Extra Packages for Enterprise Linux 9 openh264 (From Cisco) - x86_64                                    1.7 kB/s | 2.5 kB     00:01
Red Hat Enterprise Linux 9 for x86_64 - AppStream (RPMs)                                                6.2 MB/s |  30 MB     00:04
Red Hat Enterprise Linux 9 for x86_64 - BaseOS (RPMs)                                                   4.2 MB/s |  19 MB     00:04
Red Hat CodeReady Linux Builder for RHEL 9 x86_64 (RPMs)                                                1.7 MB/s | 7.0 MB     00:04
Veeam Backup for GNU/Linux - x86_64                                                                     3.2 kB/s | 986  B     00:00
Errors during downloading metadata for repository 'veeam':
  - Status code: 403 for https://repository.veeam.com/backup/linux/agent/rpm/el/9/x86_64/repodata/repomd.xml (IP: 13.33.243.95)
Error: Failed to download metadata for repo 'veeam': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
[root@bnrhlx:/etc/yum.repos.d ]$
 

Userlevel 7
Badge +14

What happens if you directly access the mentioned URL, for example via wget or from your browser?

Userlevel 2

Now this is new and really sucks!!! 

The Amazon CloudFront distribution is configured to block access from your country. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner.
If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation.

Userlevel 2

I am connecting from Belarus and what did we the regular folk ever do to deserve this region block by Veeam? 

Userlevel 7
Badge +14

Unfortunately I don’t have any details on this, but maybe you can open a support case; this is even possible with the free agent.

 

Userlevel 2

They blocked the website entirely. I get 403 Forbidden when I try to open it. https://www.veeam.com/ 
I’m not going to bother accessing it with vpn. 
Thanks for you time

Comment