Hide Forgot
Created attachment 1143929 [details] RHEL-RT install failure Description of problem: I am receiving the following error when installing the tuned-profiles-realtime: [root@rhel72minimal ~]# yum install tuned-profiles-realtime ..... Error: Package: tuned-profiles-realtime-2.5.1-4.el7_2.2.noarch (rhel-7-server-rt-rpms) Requires: tuned = 2.5.1-4.el7_2.2 Installed: tuned-2.5.1-4.el7_2.3.noarch (@rhel-7-server-aus-rpms) tuned = 2.5.1-4.el7_2.3 Available: tuned-2.3.0-11.el7.noarch (rhel-7-server-aus-rpms) tuned = 2.3.0-11.el7 Available: tuned-2.3.0-11.el7_0.3.noarch (rhel-7-server-aus-rpms) tuned = 2.3.0-11.el7_0.3 Available: tuned-2.4.1-1.el7.noarch (rhel-7-server-aus-rpms) tuned = 2.4.1-1.el7 Available: tuned-2.5.1-4.el7.noarch (rhel-7-server-aus-rpms) tuned = 2.5.1-4.el7 Available: tuned-2.5.1-4.el7_2.1.noarch (rhel-7-server-aus-rpms) tuned = 2.5.1-4.el7_2.1 Available: tuned-2.5.1-4.el7_2.2.noarch (rhel-7-server-aus-rpms) tuned = 2.5.1-4.el7_2.2 Version-Release number of selected component (if applicable): 2.5.1-4.el7_2.2 How reproducible: Always Steps to Reproduce: 1. Update RHEL-7 (yum -y update) 2. Try to install tuned-profiles-realtime Actual results: Failing to install tuned-profiles-realtime Expected results: Install tuned-profiles-realtime Additional info: This is breaking the Red Hat Enterprise Linux for Real Time installation: "yum groupinstall RT" is failing because of this error. I am attaching the console log of a failure in the rhel-rt installation because of this problem.
The tuned-profiles-sap is matching the version with tuned, so it is installing. But the tuned-profiles-sap-hana is also in the el7_2.2 version, thus failing like the realtime profile. I wonder if the problem is that the profiles packages are requiring the same (=) version of the tuned, and not the same or newer (>=) version.
I think this is relengs bug, the versions should be same everywhere. Ccing jblazek from relengs. As devels we may loose the deps in the tuned package, i.e to major.minor tuned version instead of the full NVR, but we shouldn't do >= as the tool/profiles arestill under development.
FYI: It is working! Thanks!
(In reply to Daniel Bristot de Oliveira from comment #5) > FYI: It is working! Thanks! Thank you for the information.