Closed berndfinger closed 2 months ago
BTW We already have a tag for the tasks which are handling the RAR files: sap_install_media_detect_rar_handling
Just to be clear, the main issue seems to be either a bug in the epel repo rpm that ships files with $releasever
in the mirror urls instead of the usual major version string, or it is an issue with the mirror routes not providing the path for RHEL 9.4 specifically.
It partially works (for the one epel repo we use, out of several in the config) on e.g. 9.2.
Solved by #856.
We observed that when running the role on a RHEL system with the file
/etc/yum/vars/releasever
containing the string9.4
, the installation of theunar
package from EPEL fails:This issue can be worked around by installing a package for handling rar files separately and setting the role parameter
sap_install_media_detect_rar_package
accordingly.As the
unar
package is only required for listing the contents of, and extracting, self-extracting RAR files, we should however implement an option for ignoring the RAR handling.