View previous topic :: View next topic |
Author |
Message |
GNUtoo Veteran
Joined: 05 May 2005 Posts: 1919
|
Posted: Thu Feb 19, 2009 3:33 pm Post subject: pam and gnome-keyring-daemon problems |
|
|
hello,I've a lot of problems related to:
*pam
*gnome-keyring daemon
here's the list of the problems:
*I can't exit the gnome screensaver in lock mode:there is no exit button and when I move the mouse I have no menu or button apearing
*gksu -u embedded -w gnome-terminal doesn't work:
Quote: |
** (gnome-terminal:16516): WARNING **: Owner of /tmp/orbit-gnutoo is not the current user
(gnome-terminal:16516): GnomeUI-WARNING **: While connecting to session manager:
Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed.
**
ERROR:terminal-app.c:1525:terminal_app_init: assertion failed: (app->default_profile_id != NULL)
4fc9797a-5cfe-fb68-7d1e6798-085e524f is dumped
|
*when I do su or login or similar things it ask me for...the SSH password,and if I enter the ssh key password it grant me the access
*and last but not least.../apps/gnome-keyring/daemon-components/ssh is not set in gconf-editor...but gnome-keyring daemon captures my ssh key password...and after that I can login without a password...like if I was using ssh-agent/keychain...that is a HUGE security rish as:
**the lock-screen doesn't work
**It gives write access to a repository of a free software project...(and to my own repository)
so I don't use ssh until I resolved the problem...
here's my setup:
gnome-2.24.1
sys-auth/pambase-20081028-r1
sys-libs/pam-1.0.1
selinux desactivated(enforce=0 at boot)
what pam files in /etc/pam.d/ content should I paste(there are a ton of files)?
by the way here's a grep:
Code: | etc/pam.d $ grep gnome *
gdm:session optional pam_gnome_keyring.so auto_start
gdm-autologin:session optional pam_gnome_keyring.so auto_start
system-login:auth optional pam_gnome_keyring.so
system-login:password optional pam_gnome_keyring.so
system-login:session optional pam_gnome_keyring.so auto_start |
Thanks in advance for your help |
|
Back to top |
|
|
Bones McCracker Veteran
Joined: 14 Mar 2006 Posts: 1611 Location: U.S.A.
|
Posted: Sun Feb 22, 2009 6:42 am Post subject: |
|
|
You wouldn't happen to have installed sys-auth/pam_ssh, did you? |
|
Back to top |
|
|
GNUtoo Veteran
Joined: 05 May 2005 Posts: 1919
|
Posted: Sun Feb 22, 2009 2:52 pm Post subject: |
|
|
removing pam_ssh fixed the ssh login problem...
thanks a lot!!!
but the others problems remain
edit:
maybe it get pulled by the ssh use flag upgrading gnome... |
|
Back to top |
|
|
Bones McCracker Veteran
Joined: 14 Mar 2006 Posts: 1611 Location: U.S.A.
|
Posted: Sun Feb 22, 2009 9:56 pm Post subject: |
|
|
I don't know.
The only thing I can suggest beyond that is trying to work toward fault isolation. I don't know the history of your machine. My instincts would be to remove gnome-keyring completely (including USE flag), update everything to eliminate the dependency, and the get the system working cleanly without it.
That way, you can tell whether it's just a gnome-keyring problem. But based on your machine's history, you may already know whether that is the case or not. |
|
Back to top |
|
|
struhs n00b
Joined: 14 Jun 2005 Posts: 44
|
Posted: Sat Apr 18, 2009 10:52 am Post subject: |
|
|
have the same problem with Authentication and GConf and did the following:
USE="-gnome-keyring" emerge -uDN system world to remove gnome-keyring
Result: problem remains as it was before, so gnome-keyring is not te problem |
|
Back to top |
|
|
|