Page 1 of 1

Update from 3.0.2.4 to 3.0.2.6 failing

Posted: 24 Mar 2018 11:28
by colin
Hi I'm getting the following error when trying to update:

Code: Select all

[EFA] : 14
[EFA] Good you are root
[EFA] Starting update to EFA-3.0.2.6
[EFA] Good you are root
Loaded plugins: fastestmirror, security
Setting up Update Process
Loading mirror speeds from cached hostfile
 * EFA: dl.efa-project.org
 * base: mirror.vorboss.net
 * epel: mirror.netweaver.uk
 * extras: mirror.clustered.net
 * mariadb: mirror.i3d.net
 * updates: mirrors.clouvider.net
Resolving Dependencies
There are unfinished transactions remaining. You might consider running yum-complete-transaction first to finish them.
--> Running transaction check
---> Package kernel-firmware.noarch 0:2.6.32-696.20.1.el6 will be updated
---> Package kernel-firmware.noarch 0:2.6.32-696.23.1.el6 will be an update
---> Package kernel-headers.x86_64 0:2.6.32-696.20.1.el6 will be updated
---> Package kernel-headers.x86_64 0:2.6.32-696.23.1.el6 will be an update
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package              Arch        Version                    Repository    Size
================================================================================
Updating:
 kernel-firmware      noarch      2.6.32-696.23.1.el6        updates       29 M
 kernel-headers       x86_64      2.6.32-696.23.1.el6        updates      4.5 M

Transaction Summary
================================================================================
Upgrade       2 Package(s)

Total size: 33 M
Downloading Packages:
Running rpm_check_debug
Running Transaction Test


Transaction Check Error:
  package kernel-headers-2.6.32-696.23.1.el6.x86_64 is already installed
  package kernel-firmware-2.6.32-696.23.1.el6.noarch is already installed

Error Summary
-------------

Update to Version 3.0.2.4 FAILED. Updates cancelled.
Please visit https://www.efa-project.org for more information.
/var/EFA/update/EFA-update-script died with exit status 1
Press [Enter] key to continue...
Thanks
Colin

Re: Update from 3.0.2.4 to 3.0.2.6 failing

Posted: 24 Mar 2018 12:56
by shawniverson
Just like it says, you need to run " yum-complete-transaction "

Re: Update from 3.0.2.4 to 3.0.2.6 failing

Posted: 24 Mar 2018 13:02
by colin
Thanks Shawn