View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007982 | CentOS-7 | yum | public | 2014-12-10 13:49 | 2014-12-10 14:28 |
Reporter | tsorensen | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | x86_64 | OS | CentOS | OS Version | 7 |
Product Version | 7.0-1406 | ||||
Summary | 0007982: yum reinstall kernel fails to find any packages | ||||
Description | Running yum reinstall kernel-* with a valid kernel package name results in yum not finding any package to install. Have confirmed that the package exists on the mirror I'm using, and have tried a yum clean all. I can confirm that the same command runs properly on RHEL7 (specifically, it finds the package to reinstall, but I did not attempt to do so). | ||||
Steps To Reproduce | 1) rpm -qa kernel\* 2) Select one of the kernel packages and run: yum reinstall kernel-3.10.0-123.el7.x86_64 (or whatever version you want) 3) yum eventually ends with "Error: Nothing to do" | ||||
Tags | No tags attached. | ||||
abrt_hash | |||||
URL | |||||
Actual yum output (note the "No Match for argument" line in each): # yum reinstall kernel-3.10.0-123.el7.x86_64 Loaded plugins: fastestmirror No Match for argument: kernel-3.10.0-123.el7.x86_64 base | 3.6 kB 00:00 epel/x86_64/metalink | 14 kB 00:00 extras | 3.4 kB 00:00 nux-dextop | 2.9 kB 00:00 updates | 3.4 kB 00:00 updates/7/x86_64/primary_db | 4.8 MB 00:01 Loading mirror speeds from cached hostfile * base: reflector.westga.edu * epel: mirror.umd.edu * extras: mirror.cs.vt.edu * nux-dextop: mirror.li.nux.ro * updates: mirror.umd.edu Error: Nothing to do # yum reinstall kernel-3.10.0-123.el7 Loaded plugins: fastestmirror No Match for argument: kernel-3.10.0-123.el7 Loading mirror speeds from cached hostfile * base: reflector.westga.edu * epel: mirror.umd.edu * extras: mirror.cs.vt.edu * nux-dextop: mirror.li.nux.ro * updates: mirror.umd.edu Error: Nothing to do # yum reinstall kernel-3.10.0-123 Loaded plugins: fastestmirror No Match for argument: kernel-3.10.0-123 Loading mirror speeds from cached hostfile * base: reflector.westga.edu * epel: mirror.umd.edu * extras: mirror.cs.vt.edu * nux-dextop: mirror.li.nux.ro * updates: mirror.umd.edu Error: Nothing to do |
|
And after running it again a few minutes later... # yum reinstall kernel-3.10.0-123.8.1.el7.x86_64 Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: reflector.westga.edu * epel: mirror.umd.edu * extras: mirror.cs.vt.edu * nux-dextop: mirror.li.nux.ro * updates: mirror.umd.edu Installed package kernel-3.10.0-123.8.1.el7.x86_64 (from updates) not available. Error: Nothing to do Different error, same effect. |
|