After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 461342 - gnome-keyring-manager vs 2.19.6
gnome-keyring-manager vs 2.19.6
Status: RESOLVED FIXED
Product: gnome-keyring
Classification: Core
Component: general
2.19.x
Other Linux
: Normal normal
: ---
Assigned To: GNOME keyring maintainer(s)
GNOME keyring maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2007-07-28 23:14 UTC by Matthias Clasen
Modified: 2007-07-30 16:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Part of "strace gajim" output (1.16 KB, text/plain)
2007-07-30 15:31 UTC, Pavel Kostyuchenko
Details

Description Matthias Clasen 2007-07-28 23:14:25 UTC
With 2.19.6 I am using the pam module to start the daemon which works great,
but gnome-keyring-manager seems to have trouble talking to it. It first asks me for the password for the default keyring, but then it doesn't show the names of any keys, and spits warnings that it couldn't get keyring info:

(gnome-keyring-manager:3056): Gnome-Keyring-Manager-WARNING **: Failed to get keyring info.
Comment 1 Stef Walter 2007-07-29 15:45:29 UTC
That's odd. Is there a chance you have an old gnome-keyring-ask binary hanging around?
Comment 2 Matthias Clasen 2007-07-29 22:43:59 UTC
No
Comment 3 Sebastien Bacher 2007-07-30 11:32:20 UTC
Ubuntu bug about that on https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/129207

"Binary package hint: gnome-keyring

After updating to 2.19.6-0ubuntu1 I get a "cannot communicate with the gnome-keyring-daemon" in gnome-keyring-manager.
Other application like gajim also failed to get password from the keyring"
Comment 4 Pavel Kostyuchenko 2007-07-30 15:31:01 UTC
Created attachment 92714 [details]
Part of "strace gajim" output

Looks like gnome-keyring-daemon answers with no data on item_get_info call.
Comment 5 Stef Walter 2007-07-30 16:06:55 UTC
There might be an error in in /var/log/auth.log from gnome-keyring-daemon, can you check?
Comment 6 Stef Walter 2007-07-30 16:42:22 UTC
I think I've managed to duplicate the problem.
Comment 7 Stef Walter 2007-07-30 16:49:56 UTC
Was an uninitialized variable :( 

Fixed. Thanks for catching it.