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 302762 Details for
Bug 442166
PK is too quick to assume network down after resume
[?]
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]
what i've added into git
pk-wait-nm.patch (text/plain), 728 bytes, created by
Richard Hughes
on 2008-04-17 16:06:56 UTC
(
hide
)
Description:
what i've added into git
Filename:
MIME Type:
Creator:
Richard Hughes
Created:
2008-04-17 16:06:56 UTC
Size:
728 bytes
patch
obsolete
>diff --git a/src/pk-engine.c b/src/pk-engine.c >index c081251..a269699 100644 >--- a/src/pk-engine.c >+++ b/src/pk-engine.c >@@ -278,10 +278,18 @@ pk_engine_get_transaction_list (PkEngine *engine, gchar ***transaction_list, GEr > static gboolean > pk_engine_state_changed_cb (gpointer data) > { >+ gboolean ret; > PkEngine *engine = PK_ENGINE (data); > > g_return_val_if_fail (PK_IS_ENGINE (engine), FALSE); > >+ /* if NetworkManager is not up, then just reschedule */ >+ ret = pk_network_is_online (engine->priv->network); >+ if (!ret) { >+ /* wait another timeout of PK_ENGINE_STATE_CHANGED_TIMEOUT */ >+ return TRUE; >+ } >+ > pk_debug ("unreffing updates cache as state may have changed"); > pk_cache_invalidate (engine->priv->cache); >
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 442166
: 302762