Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
fprintd appears to block unlocking the screen when it's locked via inactivity or via Ctl+Alt+L. I'm able to log in using my password, but after locking the screen I'm unable to unlock it.
gnome-screensaver takes my password and hangs in "Checking..." until it times the auth attempt out. I know the password is correct.
I can work around the issue by commenting out the:
auth sufficient pam_fprintd.so
line in my /etc/pam.d/system-auth file. I can *also* work around the issue by moving the /usr/share/dbus-1/system-services/net.reactivated.Fprint.service file to prevent fprintd from loading.
I have not enrolled any fingerprints on my system, and this is an up-to-date install of RHEL6 as of 2010-07-14.
THe problem appears to be caused by patch #14, remove-theme-support.patch. Builds without that patch do not exhibit the hang.
Comment 7Ray Strode [halfline]
2010-07-15 20:46:53 UTC
can't unlock screen is a serious blocker, devack+
Comment 8Ray Strode [halfline]
2010-07-27 13:56:17 UTC
I spent some time trying to reproduce this yesterday and came up short. I also read through the patch and can't come up with anything immediately plausible.
We can always revert the patch I guess, but I'd like to avoid that if possible.
Roderick, any chance you could set up a test user that I could remotely debug with?
Comment 9Ray Strode [halfline]
2010-07-27 22:20:41 UTC
So Roderick McCloud (Dan Williams) set up vnc on his machine and I was able to reproduce. It took several hours for me to figure out the problem, but it turns out to be an issue in pam_fprintd.
pam_fprintd is very careful to use its own main loop context (as it should) to prevent getting in the way of the gnome-screensaver.
Unfortunately, there's a small bug in its logic where it ends up removing a random file descriptor from the default context. In Dan's case that file descriptor is really important. It's what tells gnome-screensaver when to drop the dialog.
The patch is as simple as:
- g_source_remove (timeout_id);
+ g_source_destroy (source);
(g_source_remove always operates on the default context)
marking MODIFIED
Comment 11Ray Strode [halfline]
2010-07-29 13:54:09 UTC
*** Bug 613970 has been marked as a duplicate of this bug. ***
cannot see this error any more in snapshot 9
-> VERIFIED
Comment 13releng-rhel@redhat.com
2010-11-10 20:24:18 UTC
Red Hat Enterprise Linux 6.0 is now available and should resolve
the problem described in this bug report. This report is therefore being closed
with a resolution of CURRENTRELEASE. You may reopen this bug report if the
solution does not work for you.