Issue
The repo provided for TuxCare radar on RHEL 7 does not work correctly due to trying to reach 7.9 and not 7Server:
# yum install tuxcare-radar
...
https://repo.tuxcare.com/radar/7.9/x86_64/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found
Trying other mirror.
To address this issue please refer to the below knowledge base article
https://access.redhat.com/articles/1320623
If above article doesn't help to resolve this issue please open a ticket with Red Hat Support.
Nothing to doEnvironment
- TuxCare Radar
Solution
The issue is caused by distroverpkg parameter in /etc/yum.conf overriding the $releasever variable.
When distroverpkg is set to redhat-release, it expands to the full version string (e.g., 7.9-12.el7_9) instead of just the minor version (7.9) or the main repository identifier (7Server).
Comments
0 comments
Article is closed for comments.