Page MenuHomeDevCentral

Fixed Grubby upgrade issue on Dwellers
Closed, ResolvedPublic

Description

We noticed Yum resolution dependency has glitched on Dwellers since at least T632:

Dwellers
$ yum upgrade
[…]
Resolving Dependencies
--> Running transaction check
---> Package grubby.x86_64 0:8.28-11.el7 will be updated
---> Package grubby.x86_64 0:8.28-17.el7 will be an update
--> Processing Dependency: /sbin/new-kernel-pkg for package: kernel-3.10.63-11.el7.x86_64
--> Finished Dependency Resolution
Error: Package: kernel-3.10.63-11.el7.x86_64 (@virt7-testing)
           Requires: /sbin/new-kernel-pkg
           Removing: grubby-8.28-11.el7.x86_64 (@base)
               Not found
           Updated By: grubby-8.28-17.el7.x86_64 (base)
               Not found
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

Related Objects

Event Timeline

dereckson claimed this task.
dereckson triaged this task as Normal priority.
dereckson added a project: Servers.
dereckson added a subscriber: dereckson.

This has been resolved with a manual upgrade from one package to another:

Dwellers
$ wget ftp://ftp.icm.edu.pl/vol/rzm5/linux-slc/centos/7.1.1503/os/x86_64/Packages/grubby-8.28-11.el7.x86_64.rpm
[…]
$ wget ftp://bo.mirror.garr.it/1/slc/centos/7.1.1503/cr/x86_64/Packages/grubby-8.28-17.el7.x86_64.rpm
[…]
$ rpm -U grubby-8.28-11.el7.x86_64.rpm grubby-8.28-17.el7.x86_64.rpm