Actions
Bug #5496
closedRPM package always repaired, but not installed
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
- Technique name: Package management for RHEL / CentOS / SuSE / RPM systems
- Technique version: 5.1
- Package to be installed: gd.i386
This is what is installed:
# yum list installed gd | tail -1 gd.x86_64 2.0.33-9.4.el5_4.2 installed
This is what i found in the logs:
2014-09-08T11:07:16+0200 verbose: /default/check_rpm_package_installation/packages/'gd.i386'[0]: Running /usr/bin/yum -y install gd.i386-* in shell 2014-09-08T11:07:16+0200 verbose: /default/check_rpm_package_installation/packages/'gd.i386'[0]: Executing /usr/bin/yum -y install gd.i386-*... 2014-09-08T11:07:17+0200 info: /default/check_rpm_package_installation/packages/'gd.i386'[0]: Q:yum -y install gd.i3 ...:Loaded plugins: fastestmirror, priorities, security 2014-09-08T11:07:17+0200 info: /default/check_rpm_package_installation/packages/'gd.i386'[0]: Q:yum -y install gd.i3 ...:Loading mirror speeds from cached hostfile 2014-09-08T11:07:17+0200 info: /default/check_rpm_package_installation/packages/'gd.i386'[0]: Q:yum -y install gd.i3 ...:Setting up Install Process 2014-09-08T11:07:17+0200 info: /default/check_rpm_package_installation/packages/'gd.i386'[0]: Q:yum -y install gd.i3 ...:No package gd.i386-* available. 2014-09-08T11:07:17+0200 info: /default/check_rpm_package_installation/packages/'gd.i386'[0]: Q:yum -y install gd.i3 ...:Nothing to do
Which is correct:
# yum install gd.i386-* Loaded plugins: fastestmirror, priorities, security Loading mirror speeds from cached hostfile Setting up Install Process No package gd.i386-* available. Nothing to do
It should be installed like this (mind the omitted dash):
# yum install gd.i386* Loaded plugins: fastestmirror, priorities, security Loading mirror speeds from cached hostfile Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package gd.i386 0:2.0.33-9.4.el5_4.2 set to be updated --> Finished Dependency Resolution
In the past the technique did install the correct package - i386 on a 64 bit system. Can't remember the last version of Rudder/technique where it was still working.
Actions