Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 594428 Details for
Bug 830365
PackageKit causing endless query in Apper
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
test patch, works for me
0001-yum-Disable-async-parallel-downloading-to-prevent-a-.patch (text/plain), 917 bytes, created by
Richard Hughes
on 2012-06-26 10:44:59 UTC
(
hide
)
Description:
test patch, works for me
Filename:
MIME Type:
Creator:
Richard Hughes
Created:
2012-06-26 10:44:59 UTC
Size:
917 bytes
patch
obsolete
>From 123e23fc4e1711012134939f2825f6ea2e8ac82a Mon Sep 17 00:00:00 2001 >From: Richard Hughes <richard@hughsie.com> >Date: Tue, 26 Jun 2012 11:41:45 +0100 >Subject: [PATCH] yum: Disable async parallel downloading to prevent a hard to > debug infinate loop > >Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=830365 >--- > backends/yum/yumBackend.py | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/backends/yum/yumBackend.py b/backends/yum/yumBackend.py >index 491f044..b02da10 100755 >--- a/backends/yum/yumBackend.py >+++ b/backends/yum/yumBackend.py >@@ -3173,6 +3173,9 @@ class PackageKitYumBackend(PackageKitBaseBackend, PackagekitPackage): > # default to 100% unless method overrides > self.yumbase.conf.throttle = "90%" > >+ # do not use parallel downloading >+ self.yumbase.conf.async = False >+ > def _setup_yum(self): > try: > # setup Yum Config >-- >1.7.10.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 830365
: 594428 |
595852
|
617696