M HYPE SPLASH
// news

How to solve: gkr-pam: unable to locate daemon control file?

By John Peck

Since i installed 19.04 I start to getting this error in my syslog sent from gdm-session-wor:

gkr-pam: unable to locate daemon control file

What could be the problem and how to solve it?

2

1 Answer

This is an informational message; it's not an issue.

You can see this Arch Linux forum thread for details

It doesn't find the daemon control file, so it caches the password, and is successful in opening the keyring once the session is properly initialized.

Read, there is no issue and no error and this is of informational value. It could be relevant if the daemon fails to start during session init, as that isn't the case here it can be safely ignored.

The underlying reason is likely that gkr-pam runs before the system gets around to initializing the rest of the session and starting relevant user services, so the gnome-keyring daemon that is intended to be unlocked does not yet run the first time this check happens.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy