You are not logged in.

#1 2020-04-14 11:46:12

InvisibleRasta
Member
Registered: 2017-04-12
Posts: 122

Gnome Keyring

Hello guys, I have been trying to setup gnome kering on my gnome install. I use gdm as login manager.
I have followed this wiki post
https://wiki.archlinux.org/index.php/GN … ing_daemon
But it is not workign and in the logs i get this two messages

PAM adding faulty module: /usr/lib/security/pam_gnome_keyring.so
PAM unable to dlopen(/usr/lib/security/pam_gnome_keyring.so): /usr/lib/security/pam_gnome_keyring.so: cannot open shared object file: No such file or directory

Last edited by InvisibleRasta (2020-04-14 11:46:50)

Offline

#2 2020-04-14 11:55:12

Head_on_a_Stick
Member
From: The Wirral
Registered: 2014-02-20
Posts: 9,003
Website

Re: Gnome Keyring

Do you have the gnome-keyring package installed?

pacman -Q gnome-keyring

Jin, Jîyan, Azadî

Offline

#3 2020-04-14 12:03:59

InvisibleRasta
Member
Registered: 2017-04-12
Posts: 122

Re: Gnome Keyring

yes and pacman -Qo says /usr/lib/security/pam_gnome_keyring.so is owned by gnome-keyring 1:3.36.0-1
gnome-keyring and libsecret are installed

/etc/pam.d/login
------------------------------------
#%PAM-1.0
 
auth       required     pam_securetty.so
auth       requisite    pam_nologin.so
auth       include      system-local-login
auth       optional     pam_gnome_keyring.so
account    include      system-local-login
session    include      system-local-login
session    optional     pam_gnome_keyring.so auto_start
------------------------------------------------------------------------------------------

/etc/pam.d/passwd
---------------------------------------------
#%PAM-1.0

#password	required	pam_cracklib.so difok=2 minlen=8 dcredit=2 ocredit=2 retry=3
#password	required	pam_unix.so sha512 shadow use_authtok
password	required	pam_unix.so sha512 shadow nullok
password	optional	pam_gnome_keyring.so

Last edited by InvisibleRasta (2020-04-14 12:11:45)

Offline

Board footer

Powered by FluxBB