View Issue Details

IDProjectCategoryView StatusLast Update
0000652AlmaLinux-10Generalpublic2026-07-17 13:05
Reportercooch17 Assigned To 
PriorityhighSeveritymajorReproducibilityalways
Status newResolutionopen 
Summary0000652: kernel-6.12.0-211.34.1 regression: Login authentication failure due to gnome-keyring-daemon socket unavailability
DescriptionKernel 6.12.0-211.34.1 introduces a regression in the login flow. When attempting to log in via GDM, the display manager briefly flashes to console and either fails authentication or requires multiple login attempts. Kernel 6.12.0-211.33.1 works without issues.

Lenovo X1 Carbon.
Steps To Reproduce1. Boot kernel 6.12.0-211.34.1.el10_2
2. Attempt to log in via GDM
3. Observe console flash and authentication failure

Expected Behavior:
Login succeeds on first attempt without display manager crashes or console flashes.

Actual Behavior:
GDM flashes to console during login
First login attempt fails with: pam_unix(gdm-password:auth): authentication failure
PAM logs show: gkr-pam: unable to locate daemon control file
GDM appears to restart, then "stashed password" succeeds 0000007:0000009 seconds later
Kernel .33 exhibits none of these symptoms

Additional InformationRoot Cause:
The gnome-keyring-daemon PAM module cannot locate the daemon control socket during the pre-login phase. This suggests kernel .34 has changed session/user runtime directory initialization timing or UID permission handling, preventing gdm (uid 42) from accessing the keyring socket.
System Information:

OS: AlmaLinux 10.2
Kernel (working): 6.12.0-211.33.1.el10_2.x86_64
Kernel (broken): 6.12.0-211.34.1.el10_2.x86_64
Hardware: ThinkPad (trackpad and input devices function correctly)

Jul 17 08:52:33 alma10 gdm-password][3088]: pam_unix(gdm-password:auth): authentication failure; logname= uid=0 euid=0 tty=/dev/tty1 ruser= rhost= user=egc
Jul 17 08:52:33 alma10 gdm-password][3088]: gkr-pam: unable to locate daemon control file
Jul 17 08:52:33 alma10 gdm-password][3088]: gkr-pam: stashed password to try later in open session
Jul 17 08:52:42 alma10 gdm-password][3112]: gkr-pam: unable to locate daemon control file
Jul 17 08:52:42 alma10 gdm-password][3112]: gkr-pam: stashed password to try later in open session
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2026-07-17 13:05 cooch17 New Issue