Bug 990260

Summary: [abrt] PackageKit-yum-0.8.9-6.fc19: yumBackend.py:3587:<module>:AttributeError: class PackageKitYumBackend has no attribute 'rebootpkgs'
Product: [Fedora] Fedora Reporter: cuidighth
Component: PackageKitAssignee: Richard Hughes <rhughes>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 19CC: error, jonathan, joshua.kordani, rdieter, rhughes, smparrish
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:7cecec2715e1cf1370a02da33cd2537ae1f21ad6
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-08-24 09:04:10 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
File: backtrace
none
File: environ none

Description cuidighth 2013-07-30 17:38:29 UTC
Description of problem:
I have really no idea. It just started happening, 60 times a few times per hour.

Version-Release number of selected component:
PackageKit-yum-0.8.9-6.fc19

Additional info:
reporter:       libreport-2.1.5
cmdline:        /usr/bin/python /usr/share/PackageKit/helpers/yum/yumBackend.py get-updates none
core_backtrace: c63ffb05b2ed8073c4afe1211484bd56ccdaf20c 0xe03 <module> /usr/share/PackageKit/helpers/yum/yumBackend.py -
executable:     /usr/share/PackageKit/helpers/yum/yumBackend.py
kernel:         3.9.6-301.fc19.x86_64
runlevel:       N 5
uid:            0

Comment 1 cuidighth 2013-07-30 17:38:34 UTC
Created attachment 780772 [details]
File: backtrace

Comment 2 cuidighth 2013-07-30 17:38:37 UTC
Created attachment 780773 [details]
File: environ

Comment 3 cuidighth 2013-08-20 18:58:30 UTC
I have now had ~1000 of these, constant popup whining about the issue. :(

Rhughes, you have any workaround or fix?

Comment 4 cuidighth 2013-08-24 09:04:10 UTC
This is not Fedora bug. See my /usr/share/PackageKit/helpers/yum/yumBackend.py:

if __name__ == "__main__":
    PackageKitYumBackend.rebootpkgs = tuple(p for p in PackageKitYumBackend.rebootpkgs if not p.startswith("kernel"))
    main()

KSplice adds that line, and it apparently causes the problems. I'm documenting it here for others.