Bug 1260401
Summary: | Google email account not working in longer running sessions (goa-daemon restart fixes things) | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | David Jaša <djasa> |
Component: | gnome-online-accounts | Assignee: | Debarshi Ray <debarshir> |
Status: | CLOSED DUPLICATE | QA Contact: | Desktop QE <desktop-qa-list> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 7.2 | CC: | abokovoy, adingman, debarshir, tpelka |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-03-10 20:22:49 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: | |||
Bug Depends On: | 1386953 | ||
Bug Blocks: |
Description
David Jaša
2015-09-06 12:25:07 UTC
So I managed to hit the bug. When the bug happens, goa prints for google accounts this: (goa-daemon:21913): GoaBackend-DEBUG: Retrieved keyring credentials for id: account_1438345019_2 (goa-daemon:21913): GoaBackend-DEBUG: Refreshing locally cached credentials (expires in -8462 seconds, force_refresh=0) (goa-daemon:21913): GoaBackend-DEBUG: Retrieved keyring credentials for id: account_1431960086_3 (goa-daemon:21913): GoaBackend-DEBUG: Refreshing locally cached credentials (expires in -10202 seconds, force_refresh=0) FWIW, most creds refreshes look like this: (goa-daemon:21913): GoaBackend-DEBUG: Retrieved keyring credentials for id: account_1438345019_2 (goa-daemon:21913): GoaBackend-DEBUG: Returning locally cached credentials (expires in 3090 seconds) (goa-daemon:21913): GoaBackend-DEBUG: Retrieved keyring credentials for id: account_1431960086_3 (goa-daemon:21913): GoaBackend-DEBUG: Returning locally cached credentials (expires in 1350 seconds) And these with force refreshes also work: (goa-daemon:21913): GoaBackend-DEBUG: Retrieved keyring credentials for id: account_1438345019_2 (goa-daemon:21913): GoaBackend-DEBUG: Refreshing locally cached credentials (expires in -8462 seconds, force_refresh=0) (goa-daemon:21913): GoaBackend-DEBUG: Retrieved keyring credentials for id: account_1431960086_3 (goa-daemon:21913): GoaBackend-DEBUG: Refreshing locally cached credentials (expires in -10202 seconds, force_refresh=0) So some kind of integer overflow? I see the same behavior on Fedora 23. I think this may be a duplicate of https://bugzilla.redhat.com/show_bug.cgi?id=1259434 Upstream bug: https://bugzilla.gnome.org/show_bug.cgi?id=759515 It's been fixed for a year already upstream, could we have a backport for 7.4, please? (In reply to David Jaša from comment #6) > It's been fixed for a year already upstream, could we have a backport for > 7.4, please? Sure. It will be fixed as part of bug 1386953. > what are the debug variables for goa-daemon? This is now in place: https://wiki.gnome.org/Projects/GnomeOnlineAccounts/Debugging (In reply to David Jaša from comment #1) > So I managed to hit the bug. When the bug happens, goa prints for google > accounts this: > > (goa-daemon:21913): GoaBackend-DEBUG: Retrieved keyring credentials for id: > account_1438345019_2 > (goa-daemon:21913): GoaBackend-DEBUG: Refreshing locally cached credentials > (expires in -8462 seconds, force_refresh=0) > (goa-daemon:21913): GoaBackend-DEBUG: Retrieved keyring credentials for id: > account_1431960086_3 > (goa-daemon:21913): GoaBackend-DEBUG: Refreshing locally cached credentials > (expires in -10202 seconds, force_refresh=0) These negative time intervals are definitely useful information! Thanks, David. (In reply to Andrew Dingman from comment #3) > I think this may be a duplicate of > https://bugzilla.redhat.com/show_bug.cgi?id=1259434 (In reply to Andrew Dingman from comment #4) > Upstream bug: https://bugzilla.gnome.org/show_bug.cgi?id=759515 (In reply to David Jaša from comment #6) > It's been fixed for a year already upstream, could we have a backport for > 7.4, please? If that's indeed the case, then this is a duplicate of 1395728. If it isn't, then please file another bug, and look for things like negative intervals in the logs. *** This bug has been marked as a duplicate of bug 1395728 *** |