Bug 585696
| Summary: | PackageKit or yumBackend.py stuck in infinite loop | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Carl-Johan Kjellander <carljohan> |
| Component: | yum | Assignee: | Seth Vidal <skvidal> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 12 | CC: | ffesti, james.antill, jonathan, maxamillion, pmatilai, rhughes, richard, smparrish, tim.lauridsen |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-04-29 18:27:50 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: | |||
|
Description
Carl-Johan Kjellander
2010-04-25 16:55:00 UTC
Oh, and it is persistent after reboots. Can you please do: killall python sudo /usr/share/PackageKit/helpers/yum/yumBackend.py get-updates none And then print the output of the looping. Thanks. # /usr/share/PackageKit/helpers/yum/yumBackend.py get-updates none
Error: No NETWORK envp
Error: No BACKGROUND envp
Loaded plugins: dellsysidplugin2, fastestmirror
No plugin match for: rpm-warm-cache
No plugin match for: remove-with-leaves
No plugin match for: auto-update-debuginfo
allow-cancel false
allow-cancel true
no-percentage-updates
status info
Loading mirror speeds from cached hostfile
* rpmfusion-free: fedora.uib.no
* rpmfusion-free-updates: fedora.uib.no
* rpmfusion-nonfree: fedora.uib.no
* rpmfusion-nonfree-updates: fedora.uib.no
* updates: redhat.linux.ee
status download-updateinfo
subpercentage 0
subpercentage 99
----------- Here is stops until it has done one revolution of the loop
this takes almost a minute. Then
subpercentage 100
status download-updateinfo
subpercentage 0
subpercentage 99
----------- Another 1 minute churn
subpercentage 100
status download-updateinfo
subpercentage 0
subpercentage 99
----------- Lather
subpercentage 100
status download-updateinfo
subpercentage 0
subpercentage 99
----------- Rinse
subpercentage 100
status download-updateinfo
subpercentage 0
subpercentage 99
----------- Repeat
Reassigning to the yum guys for ideas. Feel free to re-assign back if you think it's something insane we're doing in PK. what ver of yum? I expect it is the metadata reget bug. yum-3.2.27-2.fc12.noarch And this started happening some time during this spring. I've just haven't reported it. So it has been going on for a few weeks at least. grab yum-3.2.27-3.fc12, please. I think that will fix this. I tested yum-3.2.27-3.fc12.noarch as per bug #577497 so it is probably a dupe. But that bug shouldn't have been CLOSED ERRATA before it was in stable for fc12. output: # /usr/share/PackageKit/helpers/yum/yumBackend.py get-updates none Error: No NETWORK envp Error: No BACKGROUND envp Loaded plugins: dellsysidplugin2, fastestmirror No plugin match for: rpm-warm-cache No plugin match for: remove-with-leaves No plugin match for: auto-update-debuginfo allow-cancel true status waiting-for-lock message backend-error killing pid 7094, as old instance allow-cancel false allow-cancel true no-percentage-updates status info Loading mirror speeds from cached hostfile * rpmfusion-free: fedora.uib.no * rpmfusion-free-updates: fedora.uib.no * rpmfusion-nonfree: fedora.uib.no * rpmfusion-nonfree-updates: fedora.uib.no * updates: redhat.linux.ee status download-updateinfo subpercentage 0 subpercentage 77 subpercentage 100 finished Suggest marking this as dupe but reopening bug #577497. thanks - marking as a dupe and 3.2.27-3.fc12 is now pushed to stable. sorry about the premature closing. *** This bug has been marked as a duplicate of bug 577497 *** |