I'm running RHEL 8, and occasionally, I get an issue where the authentication window won't accept my password. I know I am entering it correctly because it is the same password I use to log in to the system. Checked /var/log/secure but didn't see anything useful. Could it be related to pam.d?
1 Answer
There was an issue with RHEL 8.4, 8.5 with the Gnome environment: https://bugzilla.redhat.com/show_bug.cgi?id=1971534 (that went away)
I was still able to SSH remotely to the machine. So I re-installed and enabled the "Workstation" GUI which seem to remove the issue (at least workaround)
$ sudo dnf group list Available Environment Groups: Server Minimal Install Custom Operating System Virtualization Host Installed Environment Groups: Server with GUI Workstation Installed Groups: Container Management Headless Management Available Groups: Legacy UNIX Compatibility Development Tools .NET Core Development Graphical Administration Tools Network Servers RPM Development Tools Scientific Support Security Tools Smart Card Support System Tools $ $ sudo systemctl set-default graphical $ sudo reboot
/var/log/messages?