atom feed38 messages in org.freebsd.freebsd-gnomeRe: HEADS UP: GNOME 2.26 available fo...
FromSent OnAttachments
Joe Marcus ClarkeApr 9, 2009 11:12 pm 
Gary DunnApr 10, 2009 1:01 am 
Michael SvobodinApr 10, 2009 1:28 am 
Peter Ulrich KruppaApr 11, 2009 11:15 pm 
Dmitry MorozovskyApr 13, 2009 4:47 pm 
Joe Marcus ClarkeApr 13, 2009 5:08 pm 
Dmitry MorozovskyApr 13, 2009 5:30 pm 
Joe Marcus ClarkeApr 13, 2009 5:37 pm 
Dmitry MorozovskyApr 13, 2009 5:45 pm 
Joe Marcus ClarkeApr 13, 2009 5:48 pm 
Dmitry MorozovskyApr 13, 2009 5:51 pm 
Dmitry MorozovskyApr 13, 2009 6:12 pm 
Joe Marcus ClarkeApr 13, 2009 7:47 pm 
Michal VargaApr 13, 2009 7:50 pm 
Dmitry MorozovskyApr 14, 2009 3:24 am 
Marcin WisnickiApr 14, 2009 6:34 am 
Robert NolandApr 14, 2009 6:53 am 
Dmitry MorozovskyApr 14, 2009 10:05 am 
Joe Marcus ClarkeApr 14, 2009 10:26 am 
Dmitry MorozovskyApr 14, 2009 11:18 am 
Dmitry MorozovskyApr 14, 2009 11:20 am 
Joe Marcus ClarkeApr 14, 2009 12:14 pm 
Dmitry MorozovskyApr 14, 2009 12:22 pm 
Joe Marcus ClarkeApr 14, 2009 12:36 pm 
Stef WalterApr 15, 2009 11:55 am 
Dmitry MorozovskyApr 18, 2009 12:06 am 
Dmitry MorozovskyApr 18, 2009 12:55 am 
Dmitry MorozovskyApr 18, 2009 2:47 am 
Jeremy MessengerApr 18, 2009 7:43 am 
Dmitry MorozovskyApr 18, 2009 8:15 am 
Jeremy MessengerApr 18, 2009 8:38 am 
Jeremy MessengerApr 18, 2009 8:48 am 
Joe Marcus ClarkeApr 19, 2009 5:52 pm 
Joe Marcus ClarkeApr 19, 2009 5:53 pm 
Dmitry MorozovskyApr 21, 2009 5:19 am 
Alexander NedotsukovApr 21, 2009 9:10 pm 
Dmitry MorozovskyApr 21, 2009 11:22 pm 
Alexander NedotsukovApr 22, 2009 12:34 am 
Subject:Re: HEADS UP: GNOME 2.26 available for FreeBSD
From:Marcin Wisnicki (mwis@gmail.com)
Date:Apr 14, 2009 6:34:17 am
List:org.freebsd.freebsd-gnome

On Tue, 14 Apr 2009 04:51:07 +0200, Michal Varga wrote:

"Before the upgrade, I had once pop-up asking for my key passphrase, then let me use this private key during my (home) session without further asking.. Now, when I try to connect to the host which even possibly want to check whether I want to present some key there, I got the pop-up. I even checked that I can connect to the host in question using plain xterm, and have usual password qiery."

I've been in similiar situation some time ago, when new gnome-keyring/seahorse (it started with one of the recent versions, don't remember exactly when, but definitely before 2.26 was introduced)

I guess this would be the culprit: http://docs.freebsd.org/cgi/mid.cgi?200807272018.m6RKIsiM061119 http://docs.freebsd.org/cgi/mid.cgi?200807272023.m6RKNQqA061740 http://docs.freebsd.org/cgi/mid.cgi?200807272021.m6RKLKTU061462

It was supposed to add automatic keyring unlocking using PAM as explained on http://live.gnome.org/GnomeKeyring/Pam (except automatic password update - you have to manually patch /etc/pam.d/passwd)

It works for me ;-)

In any case there is an option named KEYRING that controlls this behaviour.

for some surely interesting reason insisted on creating a very own keyring every other reboot - while originally you were using one default keyring (let's call it "default") for storing your passwords, now gnome-keyring kept creating a new one named "login" and always set it as the default one.

That "login" keyring was even more special in that that nothing stored in it ever worked, it still kept asking for passwords and even then was not able to use them (and lost them on the next reboot anyway.. Maybe that's a feature, don't know, don't care). I've run into this on a few

The "login" keyring is unlocked on logon through PAM and stores passwords for other keyrings (see above link). But "default" should remain default - at least it does for me.

different machines, every time I needed to open 'seahorse', get to Passwords tab, delete the "login" keyring, set the original "default" as the default keyring (first time I wiped them all and created a clean one to be sure, but as it turned out later, this wasn't needed), after that, passwords worked fine again. This procedure again and again for a few days/reboots, until seahorse miraculously stopped this madness and let my default keyring be, well, default (yes, just like that).

Anyway, if you weren't there yet, check seahorse gui for what keyring are you really using, maybe you've hit the same issue with the "login" stupidity..