Bug#603387: libpam-gnome-keyring: login keyring isn't unlocked anymore on login

2010-11-15 Thread denk
I've build the latest revison of gnome-keyring out of the svn 
repository and it seems that the problem has gone.

Login keyring is unlocked automatically again.

The cause seems to be the timeout of 10 seconds which has been changed 
to 120 seconds by your last commit [1].


1: 
http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-keyring/debian/?rev=25388sc=1


I think you can close this bug!

Thanks for your help!

Regards

denk



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#603387: libpam-gnome-keyring: login keyring isn't unlocked anymore on login

2010-11-13 Thread denk
Package: libpam-gnome-keyring
Version: 2.30.3-1
Severity: grave
Tags: sid
Justification: renders package unusable

With version 2.30.3-3 the login keyring isn't unlocked anymore automatically on
login!
Reverting back to 2.30.3-1 solves that problem and login keyring is unlocked
automatically!

Regards

denk



-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.36-0.slh.3-aptosid-686 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libpam-gnome-keyring depends on:
ii  libc6 2.11.2-7   Embedded GNU C Library: Shared lib
ii  libpam-runtime1.1.1-6.1  Runtime support for the PAM librar
ii  libpam0g  1.1.1-6.1  Pluggable Authentication Modules l

Versions of packages libpam-gnome-keyring recommends:
ii  gnome-keyring 2.30.3-1   GNOME keyring services (daemon and

libpam-gnome-keyring suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#603387: libpam-gnome-keyring: login keyring isn't unlocked anymore on login

2010-11-13 Thread Josselin Mouette
severity 603387 normal
thanks

Le samedi 13 novembre 2010 à 17:41 +0100, denk a écrit : 
 With version 2.30.3-3 the login keyring isn't unlocked anymore automatically 
 on
 login!

Yes it is, but you have to start the keyring daemon after that. If you
are using GNOME or Xfce, this is done automatically.

Which session manager are you using?

-- 
 .''`.  Josselin Mouette
: :' :
`. `'  “If you behave this way because you are blackmailed by someone,
  `-[…] I will see what I can do for you.”  -- Jörg Schilling


signature.asc
Description: This is a digitally signed message part


Bug#603387: libpam-gnome-keyring: login keyring isn't unlocked anymore on login

2010-11-13 Thread denk

I'm using kdm as I'm using KDE.

In /etc/pam.d/ I touched common-pamkeyring containing

auth optional pam_gnome_keyring.so
session optional pam_gnome_keyring.so auto_start

and in /etc/pam.d/kdm I appended

@include common-pamkeyring

That solution worked until now. Concerning the start of the keyring 
daemon I thought the parameter auto_start is enough!?
Do I have to start the keyring daemon now manually? If so, how should I 
do that at best?


Regards

denk

-Original Message-
From: Josselin Mouette j...@debian.org
To: denk d...@post.com; 603...@bugs.debian.org
Sent: Sat, Nov 13, 2010 7:19 pm
Subject: Re: Bug#603387: libpam-gnome-keyring: login keyring isn't 
unlocked anymore on login



severity 603387 normal
thanks

Le samedi 13 novembre 2010 à 17:41 +0100, denk a écrit :
With version 2.30.3-3 the login keyring isn't unlocked anymore 

automatically
on

login!


Yes it is, but you have to start the keyring daemon after that. If you
are using GNOME or Xfce, this is done automatically.

Which session manager are you using?

--
.''`.  Josselin Mouette
: :' :
`. `'  “If you behave this way because you are blackmailed by someone,
 `-[…] I will see what I can do for you.”  -- Jörg Schilling

 




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#603387: libpam-gnome-keyring: login keyring isn't unlocked anymore on login

2010-11-13 Thread Josselin Mouette
Le samedi 13 novembre 2010 à 13:26 -0500, d...@post.com a écrit : 
 That solution worked until now. Concerning the start of the keyring 
 daemon I thought the parameter auto_start is enough!?
 Do I have to start the keyring daemon now manually? If so, how should I 
 do that at best?

I don’t know how you configure this in KDE; gnome-keyring should appear
as a program you can startup with the session, but disabled by default.
You just have to enable it.

Cheers,
-- 
 .''`.  Josselin Mouette
: :' :
`. `'  “If you behave this way because you are blackmailed by someone,
  `-[…] I will see what I can do for you.”  -- Jörg Schilling


signature.asc
Description: This is a digitally signed message part


Bug#603387: libpam-gnome-keyring: login keyring isn't unlocked anymore on login

2010-11-13 Thread denk
But until 2.30.3-1 I didn't had to do that via kde autostart or via 
session,

keyring daemon has been started by the line

session optional pam_gnome_keyring.so auto_start

and login keyring has always been unlocked automatically.
This is the purpose of the parameter auto_start [1].

Something must have been changed in  2.30.3-2 which renders the until 
now working solution useless.


[1] http://live.gnome.org/GnomeKeyring/Pam

Regards

denk

-Original Message-
From: Josselin Mouette j...@debian.org
To: d...@post.com; 603...@bugs.debian.org
Sent: Sat, Nov 13, 2010 8:47 pm
Subject: Re: Bug#603387: libpam-gnome-keyring: login keyring isn't 
unlocked anymore on login



Le samedi 13 novembre 2010 à 13:26 -0500, d...@post.com a écrit :

That solution worked until now. Concerning the start of the keyring
daemon I thought the parameter auto_start is enough!?
Do I have to start the keyring daemon now manually? If so, how should 

I

do that at best?


I don’t know how you configure this in KDE; gnome-keyring should appear
as a program you can startup with the session, but disabled by default.
You just have to enable it.

Cheers,
--
.''`.  Josselin Mouette
: :' :
`. `'  “If you behave this way because you are blackmailed by someone,
 `-[…] I will see what I can do for you.”  -- Jörg Schilling

 




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#603387: libpam-gnome-keyring: login keyring isn't unlocked anymore on login

2010-11-13 Thread Josselin Mouette
Le samedi 13 novembre 2010 à 15:04 -0500, d...@post.com a écrit : 
 But until 2.30.3-1 I didn't had to do that via kde autostart or via 
 session,
 keyring daemon has been started by the line
 
 session optional pam_gnome_keyring.so auto_start

Yes, that was true. And you also had useless gnome-keyring-daemon
processes leaking everywhere.

Now you don’t.

-- 
 .''`.  Josselin Mouette
: :' :
`. `'  “If you behave this way because you are blackmailed by someone,
  `-[…] I will see what I can do for you.”  -- Jörg Schilling


signature.asc
Description: This is a digitally signed message part


Bug#603387: libpam-gnome-keyring: login keyring isn't unlocked anymore on login

2010-11-13 Thread denk

Ok, I understand that it could be a security risk!

I tried for the last 2 hours to start gnome-keyring-daemon via 
Xsession.d but, it doesn't work, login keyring is not unlocked.
Could I ask for your help in that? Eventually you can tell me how it is 
done in gnome.


Thanks in advance!

Regards

denk


-Original Message-
From: Josselin Mouette j...@debian.org
To: d...@post.com; 603...@bugs.debian.org
Sent: Sat, Nov 13, 2010 9:26 pm
Subject: Re: Bug#603387: libpam-gnome-keyring: login keyring isn't 
unlocked anymore on login



Le samedi 13 novembre 2010 à 15:04 -0500, d...@post.com a écrit :

But until 2.30.3-1 I didn't had to do that via kde autostart or via
session,
keyring daemon has been started by the line

session optional pam_gnome_keyring.so auto_start


Yes, that was true. And you also had useless gnome-keyring-daemon
processes leaking everywhere.

Now you don’t.

--
.''`.  Josselin Mouette
: :' :
`. `'  “If you behave this way because you are blackmailed by someone,
 `-[…] I will see what I can do for you.”  -- Jörg Schilling

 




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org