Bug 843166

Summary: Software Update Failed
Product: [Fedora] Fedora Reporter: ChadN <cneller>
Component: yumAssignee: Fedora Packaging Toolset Team <packaging-team>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: ffesti, maxamillion, packaging-team, tim.lauridsen, zpavlas
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-07-26 05:16:48 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description ChadN 2012-07-25 18:59:42 UTC
Description of problem:
Updated from Fedora 15 to Fedora 17 without error a month ago. Have done updates since then, but recently, the udpate has failed with the following message:

ERROR with transaction check vs depsolve:
kernel-uname-r = 2.6.43.2-6.fc15.i686.PAE is needed by kmod-nvidia-2.6.43.2-6.fc15.i686.PAE-1:280.13-4.fc15.3.i686
kernel-uname-r = 2.6.43.5-2.fc15.i686.PAE is needed by kmod-nvidia-2.6.43.5-2.fc15.i686.PAE-1:280.13-4.fc15.5.i686
kernel-uname-r = 2.6.43.8-1.fc15.i686.PAE is needed by kmod-nvidia-2.6.43.8-1.fc15.i686.PAE-1:280.13-4.fc15.6.i686
kernel-uname-r = 2.6.43.2-6.fc15.i686.PAE is needed by kmod-nvidia-2.6.43.2-6.fc15.i686.PAE-1:280.13-4.fc15.3.i686
kernel-uname-r = 2.6.43.5-2.fc15.i686.PAE is needed by kmod-nvidia-2.6.43.5-2.fc15.i686.PAE-1:280.13-4.fc15.5.i686
kernel-uname-r = 2.6.43.8-1.fc15.i686.PAE is needed by kmod-nvidia-2.6.43.8-1.fc15.i686.PAE-1:280.13-4.fc15.6.i686
Please report this error at https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&version=rawhide&component=yum


Version-Release number of selected component (if applicable):
Looks like version 15, but I have 17 installed.


How reproducible:
Every time I attempt to update.


Steps to Reproduce:
1. Open Software Update application
2. Leave everything checked (127 updates selected).
3. Click Install Updates
  
Actual results:
Gets list, resolves dependencies, downloads packages, tests changes -> dialog appears with error message above.


Expected results:
Expect all updates to succeed.


Additional info:
None.

Comment 1 Tim Lauridsen 2012-07-26 05:16:48 UTC
Look like a problem with old nvidia kernel module, where the kernel is no longer installed.

do a 

rpm -qa kmod-nvidia*

and remove the F15 ones with 

rpm -e <full kmod package name>

Comment 2 ChadN 2012-07-26 13:16:36 UTC
Thanks. That looks like it solved the problem.

Any idea why the F15 ones were not removed when I upgraded to F17?