You are not logged in.

#1 2019-03-15 18:22:32

jmsardev
Member
Registered: 2019-02-07
Posts: 12

Gnome related - gkr-pam: unable to locate daemon control file

Hi there!
At this point with gnome packages being updated, I'm checking the Gnome logs to check how things are going under the hood, and I'm getting this new error on "Important" I didn't have during 3.30.2

gkr-pam: unable to locate daemon control file (by gdm-session-wor)


Journalctl lines:

mar 15 19:04:14 alosarpc kernel: audit: type=1131 audit(1552673054.174:71): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mar 15 19:04:18 alosarpc gdm-password][1212]: gkr-pam: unable to locate daemon control file

Hoping to avoid any possible important problems during 3.32 transition.

Offline

#2 2019-03-17 04:41:31

mrlamud
Member
Registered: 2014-09-27
Posts: 104

Re: Gnome related - gkr-pam: unable to locate daemon control file

I've got the same error but worse.

Since 3.32 updating, after log-in  I found only the plain gray background with no transparent conky and mouse's pointer. I couldn't do anything but switch to other tty and reboot.

I notice that :
1.) log-in as root is fine, creating new user is also fine. 
2.) using xfce without a problem. ( log-in through GDM)

My computer infos:
Linux-zen 5.0.2
-i5-45920
-Intel IGPU

log message after log-in and switch to other tty.

-- Logs begin at Sun 2019-03-17 07:44:35 +07, end at Sun 2019-03-17 10:55:43 +07. --
Mar 17 10:54:21 archbox nmbd[869]: [2019/03/17 10:54:21.558967,  0] ../lib/util/become_daemon.c:138(daemon_ready)
Mar 17 10:54:21 archbox nmbd[869]:   daemon_ready: STATUS=daemon 'nmbd' finished starting up and ready to serve connections
Mar 17 10:54:21 archbox smbd[870]: [2019/03/17 10:54:21.633468,  0] ../lib/util/become_daemon.c:138(daemon_ready)
Mar 17 10:54:21 archbox smbd[870]:   daemon_ready: STATUS=daemon 'smbd' finished starting up and ready to serve connections
Mar 17 10:54:32 archbox gdm-password][882]: gkr-pam: unable to locate daemon control file
Mar 17 10:54:34 archbox gnome-session-binary[905]: Unrecoverable failure in required component org.gnome.Shell.desktop
Mar 17 10:54:44 archbox gdm-password][984]: gkr-pam: unable to locate daemon control file
Mar 17 10:54:44 archbox nmbd[869]: [2019/03/17 10:54:44.595087,  0] ../source3/nmbd/nmbd_become_lmb.c:397(become_local_master_stage2)
Mar 17 10:54:44 archbox nmbd[869]:   *****
Mar 17 10:54:44 archbox nmbd[869]: 
Mar 17 10:54:44 archbox nmbd[869]:   Samba name server ARCHBOX is now a local master browser for workgroup WORKGROUP on subnet 192.168.1.42
Mar 17 10:54:44 archbox nmbd[869]: 
Mar 17 10:54:44 archbox nmbd[869]:   *****
Mar 17 10:54:44 archbox nmbd[869]: [2019/03/17 10:54:44.595169,  0] ../source3/nmbd/nmbd_become_lmb.c:397(become_local_master_stage2)
Mar 17 10:54:44 archbox nmbd[869]:   *****
Mar 17 10:54:44 archbox nmbd[869]: 
Mar 17 10:54:44 archbox nmbd[869]:   Samba name server ARCHBOX is now a local master browser for workgroup WORKGROUP on subnet 192.168.122.1
Mar 17 10:54:44 archbox nmbd[869]: 
Mar 17 10:54:44 archbox nmbd[869]:   *****
Mar 17 10:54:45 archbox gnome-session-binary[1003]: Unrecoverable failure in required component org.gnome.Shell.desktop
Mar 17 10:54:54 archbox gnome-session-binary[614]: Unrecoverable failure in required component org.gnome.Shell.desktop

I have no idea how to get gnome works as before.

Last edited by mrlamud (2019-03-17 04:58:07)

Offline

#3 2019-03-17 09:33:52

renatogl2
Member
Registered: 2019-03-17
Posts: 2

Re: Gnome related - gkr-pam: unable to locate daemon control file

same problem here, after gnome update
another user or root login works

gdm-password][4921]: gkr-pam: unable to locate daemon control file

Offline

#4 2019-03-17 15:28:25

oldshortcut
Member
Registered: 2015-10-18
Posts: 4

Re: Gnome related - gkr-pam: unable to locate daemon control file

I had the same gdm-password and gnome-session-binary warnings in the logs on two of my Gnome desktops with Intel CPUs and nVidia GPUs. Both desktops after GDM login go to black background with the mouse pointer. I had to ssh in to downgrade all upgraded gnome 3.32 applications to be able to use desktops again.

Offline

#5 2019-03-17 15:33:08

renatogl2
Member
Registered: 2019-03-17
Posts: 2

Re: Gnome related - gkr-pam: unable to locate daemon control file

mrlamud wrote:

I have no idea how to get gnome works as before.

Hi mrlamud,

even if it's not recommended, you can reset the system to a few days (when it was still working), as described in the wiki https://wiki.archlinux.org/index.php/Ar … cific_date to restore it to its original state once the problem is solved.

f.ex. like I did (see below)

[core]
#Include = /etc/pacman.d/mirrorlist
Server=https://archive.archlinux.org/repos/2019/03/14/$repo/os/$arch

[extra]
#Include = /etc/pacman.d/mirrorlist
Server=https://archive.archlinux.org/repos/2019/03/14/$repo/os/$arch

#[community-testing]
#Include = /etc/pacman.d/mirrorlist

[community]
#Include = /etc/pacman.d/mirrorlist
Server=https://archive.archlinux.org/repos/2019/03/14/$repo/os/$arch

# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.

#[multilib-testing]
#Include = /etc/pacman.d/mirrorlist

[multilib]
#Include = /etc/pacman.d/mirrorlist
Server=https://archive.archlinux.org/repos/2019/03/14/$repo/os/$arch

Actually it works again and I hope that the bug will be fixed soon, because I have no idea what caused it, but it seems related to the gdm password check for the individual user (login as another user works).

Offline

#6 2019-03-17 18:06:21

brix
Member
Registered: 2014-05-26
Posts: 69

Re: Gnome related - gkr-pam: unable to locate daemon control file

renatogl2 wrote:

I have no idea what caused it, but it seems related to the gdm password check for the individual user (login as another user works).

Same here on Lenovo Yoga 2 Pro with Intel graphics.

Before any gdm login attempt I see, as with the previous version of Gnome,

gnome-session-binary[nnn]: unrecoverable error in required component org.gnome.Shell.desktop

so I presume that's spurious.

Since others have had success logging in as root or another user, and all seems standard with /etc/shells and $SHELL for both root and user, the error

pkexec[nnn]: gdm: The value for the SHELL variable was not found the /etc/shells file

(a common warning for many processes during boot) seems unlikely to be significant.

However attempting to log into the normal user account with either GNOME or Gnome with Xorg (my usual) elicits

[gdm-password[nnn]: gkr-pam: unable to locate daemon control file

and I see the grey (not black) screen with moveable pointer described in this thread.

Unsurprisingly, booting into linux-lts made no difference. Since this computer is needed daily, I downgraded to 2019-03-14 to add my two cents' worth here.

[Added later] This gnome issue seems related: https://gitlab.gnome.org/GNOME/gnome-keyring/issues/26 since the latest patch adds two lines after the error message we're seeing.

Last edited by brix (2019-03-17 20:44:56)


Enough is more.

Offline

#7 2019-03-18 01:00:24

mrlamud
Member
Registered: 2014-09-27
Posts: 104

Re: Gnome related - gkr-pam: unable to locate daemon control file

renatogl2 wrote:
mrlamud wrote:

I have no idea how to get gnome works as before.

Hi mrlamud,

even if it's not recommended, you can reset the system to a few days (when it was still working), as described in the wiki https://wiki.archlinux.org/index.php/Ar … cific_date to restore it to its original state once the problem is solved.

f.ex. like I did (see below)

[core]
#Include = /etc/pacman.d/mirrorlist
Server=https://archive.archlinux.org/repos/2019/03/14/$repo/os/$arch

[extra]
#Include = /etc/pacman.d/mirrorlist
Server=https://archive.archlinux.org/repos/2019/03/14/$repo/os/$arch

#[community-testing]
#Include = /etc/pacman.d/mirrorlist

[community]
#Include = /etc/pacman.d/mirrorlist
Server=https://archive.archlinux.org/repos/2019/03/14/$repo/os/$arch

# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.

#[multilib-testing]
#Include = /etc/pacman.d/mirrorlist

[multilib]
#Include = /etc/pacman.d/mirrorlist
Server=https://archive.archlinux.org/repos/2019/03/14/$repo/os/$arch

Actually it works again and I hope that the bug will be fixed soon, because I have no idea what caused it, but it seems related to the gdm password check for the individual user (login as another user works).

Hi , renatogl2

Well, your recommendation is beyond my thought.  I'd read about this time machine method but never thought that I would use it some day since this "archlinux" setup is my daily driver since April 2015 and it's  never really broken, also gnome.

Some glitches might occur but with the excellent wiki and community , I can fix it in no time.

Thanks for your advice.

F.Y.I - Finally, I created new user account, and restore some necessary configurations from the old one's backup.  Against everything works but

 gkr-pam: unable to locate daemon control file

still exists.

Offline

#8 2019-03-18 08:48:51

mrlamud
Member
Registered: 2014-09-27
Posts: 104

Re: Gnome related - gkr-pam: unable to locate daemon control file

Offline

#9 2019-03-18 09:34:51

jmsardev
Member
Registered: 2019-02-07
Posts: 12

Re: Gnome related - gkr-pam: unable to locate daemon control file

In my case it would not block me from login in into the system, but the error is still appearing after resetting world clock. (I don't even think it's related)

Offline

#10 2019-03-18 09:45:55

mrlamud
Member
Registered: 2014-09-27
Posts: 104

Re: Gnome related - gkr-pam: unable to locate daemon control file

jmsardev wrote:

In my case it would not block me from login in into the system, but the error is still appearing after resetting world clock. (I don't even think it's related)

In my case,  it fixed login problem but I do confirm the error is still exist.

Offline

#11 2019-03-18 09:58:05

probe2k
Member
Registered: 2018-04-21
Posts: 20
Website

Re: Gnome related - gkr-pam: unable to locate daemon control file

Hi!
After updating to the latest gnome-shell, I too experienced something similar, however, it's giving me sytsemd stack trace along with gkr-pam issue when resuming from suspend. Using power button to resume isn't causing any issues however the lid-action gives a blank screen forcing me to reboot everytime.
Here's the journal log:

Mar 18 10:32:46 archlinux gdm-password][770]: gkr-pam: unable to locate daemon control file
Mar 18 15:03:31 archlinux gnome-session-binary[793]: Unrecoverable failure in required component org.gnome.Shell.desktop
Mar 18 15:03:32 archlinux systemd-coredump[3225]: Process 824 (gnome-shell) of user 1000 dumped core.
                                                  
                                                  Stack trace of thread 824:
                                                  #0  0x00007fa1f5023d7f raise (libc.so.6)
                                                  #1  0x000055ae8e7c2912 n/a (gnome-shell)
                                                  #2  0x00007fa1f5023e00 __restore_rt (libc.so.6)
                                                  #3  0x00007fa1f5023d7f raise (libc.so.6)
                                                  #4  0x00007fa1f500e672 abort (libc.so.6)
                                                  #5  0x00007fa1f4a81042 n/a (libglib-2.0.so.0)
                                                  #6  0x00007fa1f4aaeb9c g_assertion_message_expr (libglib-2.0.so.0)
                                                  #7  0x00007fa1f3f24f97 n/a (libmutter-4.so.0)
                                                  #8  0x00007fa1f3f17b0a n/a (libmutter-4.so.0)
                                                  #9  0x00007fa1f4ad1661 g_main_context_dispatch (libglib-2.0.so.0)
                                                  #10 0x00007fa1f4ad3739 n/a (libglib-2.0.so.0)
                                                  #11 0x00007fa1f4ad46d2 g_main_loop_run (libglib-2.0.so.0)
                                                  #12 0x00007fa1f3f8bb8c meta_run (libmutter-4.so.0)
                                                  #13 0x000055ae8e7c23ab n/a (gnome-shell)
                                                  #14 0x00007fa1f5010223 __libc_start_main (libc.so.6)
                                                  #15 0x000055ae8e7c250e n/a (gnome-shell)
                                                  
                                                  Stack trace of thread 829:
                                                  #0  0x00007fa1f50dcc21 __poll (libc.so.6)
                                                  #1  0x00007fa1f4ad3690 n/a (libglib-2.0.so.0)
                                                  #2  0x00007fa1f4ad377e g_main_context_iteration (libglib-2.0.so.0)
                                                  #3  0x00007fa1ec380bde n/a (libdconfsettings.so)
                                                  #4  0x00007fa1f4aaec21 n/a (libglib-2.0.so.0)
                                                  #5  0x00007fa1f337ba9d start_thread (libpthread.so.0)
                                                  #6  0x00007fa1f50e7b23 __clone (libc.so.6)
                                                  
                                                  Stack trace of thread 826:
                                                  #0  0x00007fa1f50dcc21 __poll (libc.so.6)
                                                  #1  0x00007fa1f4ad3690 n/a (libglib-2.0.so.0)
                                                  #2  0x00007fa1f4ad377e g_main_context_iteration (libglib-2.0.so.0)
                                                  #3  0x00007fa1f4ad37d2 n/a (libglib-2.0.so.0)
                                                  #4  0x00007fa1f4aaec21 n/a (libglib-2.0.so.0)
                                                  #5  0x00007fa1f337ba9d start_thread (libpthread.so.0)
                                                  #6  0x00007fa1f50e7b23 __clone (libc.so.6)
                                                  
                                                  Stack trace of thread 838:
                                                  #0  0x00007fa1f3381afc pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0)
                                                  #1  0x00007fa1e4bf8ab4 n/a (radeonsi_dri.so)
                                                  #2  0x00007fa1e4bf87d8 n/a (radeonsi_dri.so)
                                                  #3  0x00007fa1f337ba9d start_thread (libpthread.so.0)
                                                  #4  0x00007fa1f50e7b23 __clone (libc.so.6)
                                                  
                                                  Stack trace of thread 832:
                                                  #0  0x00007fa1f3381afc pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0)
                                                  #1  0x00007fa1e4bf8ab4 n/a (radeonsi_dri.so)
                                                  #2  0x00007fa1e4bf87d8 n/a (radeonsi_dri.so)
                                                  #3  0x00007fa1f337ba9d start_thread (libpthread.so.0)
                                                  #4  0x00007fa1f50e7b23 __clone (libc.so.6)
                                                  
                                                  Stack trace of thread 884:
                                                  #0  0x00007fa1f3381afc pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0)
                                                  #1  0x00007fa1f190b9e8 _ZN7mozilla6detail21ConditionVariableImpl4waitERNS0_9MutexImplE (libmozjs-60.so.0)
                                                  #2  0x00007fa1f190bbd6 _ZN7mozilla6detail21ConditionVariableImpl8wait_forERNS0_9MutexImplERKNS_16BaseTimeDurationINS_27TimeDurationValueCalculatorEEE (libmozjs-60.so.0)
                                                  #3  0x00007fa1f16699a7 n/a (libmozjs-60.so.0)
                                                  #4  0x00007fa1f166502a n/a (libmozjs-60.so.0)
                                                  #5  0x00007fa1f337ba9d start_thread (libpthread.so.0)
                                                  #6  0x00007fa1f50e7b23 __clone (libc.so.6)
                                                  
                                                  Stack trace of thread 835:
                                                  #0  0x00007fa1f3381afc pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0)
                                                  #1  0x00007fa1e4bf8ab4 n/a (radeonsi_dri.so)
                                                  #2  0x00007fa1e4bf87d8 n/a (radeonsi_dri.so)
                                                  #3  0x00007fa1f337ba9d start_thread (libpthread.so.0)
                                                  #4  0x00007fa1f50e7b23 __clone (libc.so.6)
                                                  
                                                  Stack trace of thread 880:
                                                  #0  0x00007fa1f3381afc pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0)
                                                  #1  0x00007fa1f190b9e8 _ZN7mozilla6detail21ConditionVariableImpl4waitERNS0_9MutexImplE (libmozjs-60.so.0)
                                                  #2  0x00007fa1f190bbd6 _ZN7mozilla6detail21ConditionVariableImpl8wait_forERNS0_9MutexImplERKNS_16BaseTimeDurationINS_27TimeDurationValueCalculatorEEE (libmozjs-60.so.0)
                                                  #3  0x00007fa1f16699a7 n/a (libmozjs-60.so.0)
                                                  #4  0x00007fa1f166502a n/a (libmozjs-60.so.0)
                                                  #5  0x00007fa1f337ba9d start_thread (libpthread.so.0)
                                                  #6  0x00007fa1f50e7b23 __clone (libc.so.6)
                                                  
                                                  Stack trace of thread 833:
                                                  #0  0x00007fa1f3381afc pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0)
                                                  #1  0x00007fa1e4bf8ab4 n/a (radeonsi_dri.so)
                                                  #2  0x00007fa1e4bf87d8 n/a (radeonsi_dri.so)
                                                  #3  0x00007fa1f337ba9d start_thread (libpthread.so.0)
                                                  #4  0x00007fa1f50e7b23 __clone (libc.so.6)
                                                  
                                                  Stack trace of thread 831:
                                                  #0  0x00007fa1f3381afc pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0)
                                                  #1  0x00007fa1e4bf8ab4 n/a (radeonsi_dri.so)
                                                  #2  0x00007fa1e4bf87d8 n/a (radeonsi_dri.so)
                                                  #3  0x00007fa1f337ba9d start_thread (libpthread.so.0)
                                                  #4  0x00007fa1f50e7b23 __clone (libc.so.6)
                                                  
                                                  Stack trace of thread 839:
                                                  #0  0x00007fa1f3381afc pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0)
                                                  #1  0x00007fa1e4bf8ab4 n/a (radeonsi_dri.so)
                                                  #2  0x00007fa1e4bf87d8 n/a (radeonsi_dri.so)
                                                  #3  0x00007fa1f337ba9d start_thread (libpthread.so.0)
                                                  #4  0x00007fa1f50e7b23 __clone (libc.so.6)
                                                  
                                                  Stack trace of thread 837:
                                                  #0  0x00007fa1f3381afc pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0)
                                                  #1  0x00007fa1e4bf8ab4 n/a (radeonsi_dri.so)
                                                  #2  0x00007fa1e4bf87d8 n/a (radeonsi_dri.so)
                                                  #3  0x00007fa1f337ba9d start_thread (libpthread.so.0)
                                                  #4  0x00007fa1f50e7b23 __clone (libc.so.6)
                                                  
                                                  Stack trace of thread 840:
                                                  #0  0x00007fa1f3381afc pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0)
                                                  #1  0x00007fa1e4bf8ab4 n/a (radeonsi_dri.so)
                                                  #2  0x00007fa1e4bf87d8 n/a (radeonsi_dri.so)
                                                  #3  0x00007fa1f337ba9d start_thread (libpthread.so.0)
                                                  #4  0x00007fa1f50e7b23 __clone (libc.so.6)
                                                  
                                                  Stack trace of thread 881:
                                                  #0  0x00007fa1f3381afc pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0)
                                                  #1  0x00007fa1f190b9e8 _ZN7mozilla6detail21ConditionVariableImpl4waitERNS0_9MutexImplE (libmozjs-60.so.0)
                                                  #2  0x00007fa1f190bbd6 _ZN7mozilla6detail21ConditionVariableImpl8wait_forERNS0_9MutexImplERKNS_16BaseTimeDurationINS_27TimeDurationValueCalculatorEEE (libmozjs-60.so.0)
                                                  #3  0x00007fa1f16699a7 n/a (libmozjs-60.so.0)
                                                  #4  0x00007fa1f166502a n/a (libmozjs-60.so.0)
                                                  #5  0x00007fa1f337ba9d start_thread (libpthread.so.0)
                                                  #6  0x00007fa1f50e7b23 __clone (libc.so.6)
                                                  
                                                  Stack trace of thread 841:
                                                  #0  0x00007fa1f3381afc pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0)
                                                  #1  0x00007fa1e4bf8ab4 n/a (radeonsi_dri.so)
                                                  #2  0x00007fa1e4bf87d8 n/a (radeonsi_dri.so)
                                                  #3  0x00007fa1f337ba9d start_thread (libpthread.so.0)
                                                  #4  0x00007fa1f50e7b23 __clone (libc.so.6)
                                                  
                                                  Stack trace of thread 1408:
                                                  #0  0x00007fa1f50dcc21 __poll (libc.so.6)
                                                  #1  0x00007fa16bde2673 n/a (libpulse.so.0)
                                                  #2  0x00007fa16bdd3990 pa_mainloop_poll (libpulse.so.0)
                                                  #3  0x00007fa16bdd3fe0 pa_mainloop_iterate (libpulse.so.0)
                                                  #4  0x00007fa16bdd4091 pa_mainloop_run (libpulse.so.0)
                                                  #5  0x00007fa16bde25ae n/a (libpulse.so.0)
                                                  #6  0x00007fa16b97c9fc n/a (libpulsecommon-12.2.so)
                                                  #7  0x00007fa1f337ba9d start_thread (libpthread.so.0)
                                                  #8  0x00007fa1f50e7b23 __clone (libc.so.6)
                                                  
                                                  Stack trace of thread 885:
                                                  #0  0x00007fa1f3381afc pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0)
                                                  #1  0x00007fa1f190b9e8 _ZN7mozilla6detail21ConditionVariableImpl4waitERNS0_9MutexImplE (libmozjs-60.so.0)
                                                  #2  0x00007fa1f190bbd6 _ZN7mozilla6detail21ConditionVariableImpl8wait_forERNS0_9MutexImplERKNS_16BaseTimeDurationINS_27TimeDurationValueCalculatorEEE (libmozjs-60.so.0)
                                                  #3  0x00007fa1f16699a7 n/a (libmozjs-60.so.0)
                                                  #4  0x00007fa1f166502a n/a (libmozjs-60.so.0)
                                                  #5  0x00007fa1f337ba9d start_thread (libpthread.so.0)
                                                  #6  0x00007fa1f50e7b23 __clone (libc.so.6)
                                                  
                                                  Stack trace of thread 842:
                                                  #0  0x00007fa1f3381afc pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0)
                                                  #1  0x00007fa1e4bf8ab4 n/a (radeonsi_dri.so)
                                                  #2  0x00007fa1e4bf87d8 n/a (radeonsi_dri.so)
                                                  #3  0x00007fa1f337ba9d start_thread (libpthread.so.0)
                                                  #4  0x00007fa1f50e7b23 __clone (libc.so.6)
                                                  
                                                  Stack trace of thread 827:
                                                  #0  0x00007fa1f50dcc21 __poll (libc.so.6)
                                                  #1  0x00007fa1f4ad3690 n/a (libglib-2.0.so.0)
                                                  #2  0x00007fa1f4ad46d2 g_main_loop_run (libglib-2.0.so.0)
                                                  #3  0x00007fa1f4c45568 n/a (libgio-2.0.so.0)
                                                  #4  0x00007fa1f4aaec21 n/a (libglib-2.0.so.0)
                                                  #5  0x00007fa1f337ba9d start_thread (libpthread.so.0)
                                                  #6  0x00007fa1f50e7b23 __clone (libc.so.6)
                                                  
                                                  Stack trace of thread 879:
                                                  #0  0x00007fa1f3381afc pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0)
                                                  #1  0x00007fa1f190b9e8 _ZN7mozilla6detail21ConditionVariableImpl4waitERNS0_9MutexImplE (libmozjs-60.so.0)
                                                  #2  0x00007fa1f190bbd6 _ZN7mozilla6detail21ConditionVariableImpl8wait_forERNS0_9MutexImplERKNS_16BaseTimeDurationINS_27TimeDurationValueCalculatorEEE (libmozjs-60.so.0)
                                                  #3  0x00007fa1f16699a7 n/a (libmozjs-60.so.0)
                                                  #4  0x00007fa1f166502a n/a (libmozjs-60.so.0)
                                                  #5  0x00007fa1f337ba9d start_thread (libpthread.so.0)
                                                  #6  0x00007fa1f50e7b23 __clone (libc.so.6)
                                                  
                                                  Stack trace of thread 843:
                                                  #0  0x00007fa1f3381afc pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0)
                                                  #1  0x00007fa1e4bf8ab4 n/a (radeonsi_dri.so)
                                                  #2  0x00007fa1e4bf87d8 n/a (radeonsi_dri.so)
                                                  #3  0x00007fa1f337ba9d start_thread (libpthread.so.0)
                                                  #4  0x00007fa1f50e7b23 __clone (libc.so.6)
                                                  
                                                  Stack trace of thread 830:
                                                  #0  0x00007fa1f3381afc pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0)
                                                  #1  0x00007fa1e5ffbc94 n/a (i965_dri.so)
                                                  #2  0x00007fa1e5ffb9b8 n/a (i965_dri.so)
                                                  #3  0x00007fa1f337ba9d start_thread (libpthread.so.0)
                                                  #4  0x00007fa1f50e7b23 __clone (libc.so.6)
                                                  
                                                  Stack trace of thread 886:
                                                  #0  0x00007fa1f3381afc pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0)
                                                  #1  0x00007fa1f190b9e8 _ZN7mozilla6detail21ConditionVariableImpl4waitERNS0_9MutexImplE (libmozjs-60.so.0)
                                                  #2  0x00007fa1f190bbd6 _ZN7mozilla6detail21ConditionVariableImpl8wait_forERNS0_9MutexImplERKNS_16BaseTimeDurationINS_27TimeDurationValueCalculatorEEE (libmozjs-60.so.0)
                                                  #3  0x00007fa1f16699a7 n/a (libmozjs-60.so.0)
                                                  #4  0x00007fa1f166502a n/a (libmozjs-60.so.0)
                                                  #5  0x00007fa1f337ba9d start_thread (libpthread.so.0)
                                                  #6  0x00007fa1f50e7b23 __clone (libc.so.6)
                                                  
                                                  Stack trace of thread 882:
                                                  #0  0x00007fa1f3381afc pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0)
                                                  #1  0x00007fa1f190b9e8 _ZN7mozilla6detail21ConditionVariableImpl4waitERNS0_9MutexImplE (libmozjs-60.so.0)
                                                  #2  0x00007fa1f190bbd6 _ZN7mozilla6detail21ConditionVariableImpl8wait_forERNS0_9MutexImplERKNS_16BaseTimeDurationINS_27TimeDurationValueCalculatorEEE (libmozjs-60.so.0)
                                                  #3  0x00007fa1f16699a7 n/a (libmozjs-60.so.0)
                                                  #4  0x00007fa1f166502a n/a (libmozjs-60.so.0)
                                                  #5  0x00007fa1f337ba9d start_thread (libpthread.so.0)
                                                  #6  0x00007fa1f50e7b23 __clone (libc.so.6)
                                                  
                                                  Stack trace of thread 834:
                                                  #0  0x00007fa1f3381afc pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0)
                                                  #1  0x00007fa1e4bf8ab4 n/a (radeonsi_dri.so)
                                                  #2  0x00007fa1e4bf87d8 n/a (radeonsi_dri.so)
                                                  #3  0x00007fa1f337ba9d start_thread (libpthread.so.0)
                                                  #4  0x00007fa1f50e7b23 __clone (libc.so.6)
                                                  
                                                  Stack trace of thread 836:
                                                  #0  0x00007fa1f3381afc pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0)
                                                  #1  0x00007fa1e4bf8ab4 n/a (radeonsi_dri.so)
                                                  #2  0x00007fa1e4bf87d8 n/a (radeonsi_dri.so)
                                                  #3  0x00007fa1f337ba9d start_thread (libpthread.so.0)
                                                  #4  0x00007fa1f50e7b23 __clone (libc.so.6)
                                                  
                                                  Stack trace of thread 883:
                                                  #0  0x00007fa1f3381afc pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0)
                                                  #1  0x00007fa1f190b9e8 _ZN7mozilla6detail21ConditionVariableImpl4waitERNS0_9MutexImplE (libmozjs-60.so.0)
                                                  #2  0x00007fa1f190bbd6 _ZN7mozilla6detail21ConditionVariableImpl8wait_forERNS0_9MutexImplERKNS_16BaseTimeDurationINS_27TimeDurationValueCalculatorEEE (libmozjs-60.so.0)
                                                  #3  0x00007fa1f16699a7 n/a (libmozjs-60.so.0)
                                                  #4  0x00007fa1f166502a n/a (libmozjs-60.so.0)
                                                  #5  0x00007fa1f337ba9d start_thread (libpthread.so.0)
                                                  #6  0x00007fa1f50e7b23 __clone (libc.so.6)

./start.sh

Offline

#12 2019-03-18 12:35:40

auipga
Member
Registered: 2016-12-08
Posts: 5

Re: Gnome related - gkr-pam: unable to locate daemon control file

For me disabling some extensions saved my day: "Services systemd" and "CPU Freq"

$ gsettings get org.gnome.shell enabled-extensions > enabled-extensions.txt
$ gsettings set org.gnome.shell enabled-extensions "[]"

Then enable extensions one by one until gnome crashes ;-)

Offline

#13 2019-03-19 19:57:17

brix
Member
Registered: 2014-05-26
Posts: 69

Re: Gnome related - gkr-pam: unable to locate daemon control file

mrlamud wrote:
jmsardev wrote:

In my case it would not block me from login in into the system, but the error is still appearing after resetting world clock. (I don't even think it's related)

In my case,  it fixed login problem but I do confirm the error is still exist.

My case the same.

Simply deleting all the world clocks in gnome-clock solved the problem. I had "Moscow" among my world clocks as described here.

The bug is therefore reproducible for me as follows:

Open Clock and add Moscow as a world clock
Logout
Try to login again -> gnome-shell will crash

Curiously obscure bug! I blame Putin. smile Big thanks to those who found it.


Enough is more.

Offline

#14 2020-11-03 20:55:27

Ayhomaru
Member
Registered: 2020-11-03
Posts: 1

Re: Gnome related - gkr-pam: unable to locate daemon control file

I was getting same error and it prevented me to log in to dwm. Login to awesomewm worked fine. I actually changed my default shell from zshell to bash and now this does not appear and I can login normally.

Offline

#15 2020-11-03 21:54:53

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,427

Re: Gnome related - gkr-pam: unable to locate daemon control file

this error does not prevent anything, it's mostly a debug message.

Closing this old thread.

Offline

Board footer

Powered by FluxBB