GNOME Bugzilla – Bug 461342
gnome-keyring-manager vs 2.19.6
Last modified: 2007-07-30 16:49:56 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.
That's odd. Is there a chance you have an old gnome-keyring-ask binary hanging around?
No
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"
Created attachment 92714 [details] Part of "strace gajim" output Looks like gnome-keyring-daemon answers with no data on item_get_info call.
There might be an error in in /var/log/auth.log from gnome-keyring-daemon, can you check?
I think I've managed to duplicate the problem.
Was an uninitialized variable :( Fixed. Thanks for catching it.