Login works OK, no problems, but I get an extra login failure message

Hello. I’m running Rocky OS 10 (details below).

No problems logging it. On the login screen I enter my credentials, and Rocky OS tells me that I am logged on.

But then it also says that there was a failed login from the last successful login. Well, there wasn’t a login failure before, so I don’t know what’s going on. I’m curious to find out what’s going on.

francis@localhost:~$ cat /etc/os-release
NAME=“Rocky Linux”
VERSION=“10.1 (Red Quartz)”
ID=“rocky”
ID_LIKE=“rhel centos fedora”
VERSION_ID=“10.1”
PLATFORM_ID=“platform:el10”
PRETTY_NAME=“Rocky Linux 10.1 (Red Quartz)”
ANSI_COLOR=“0;32”
LOGO=“fedora-logo-icon”
CPE_NAME=“xxxx”
HOME_URL=“xxxx“
VENDOR_NAME=“RESF”
VENDOR_URL=”xxxxxx”
BUG_REPORT_URL=”xxxxx”
SUPPORT_END=“2035-05-31”
ROCKY_SUPPORT_PRODUCT=“Rocky-Linux-10”
ROCKY_SUPPORT_PRODUCT_VERSION=“10.1”
REDHAT_SUPPORT_PRODUCT=“Rocky Linux”
REDHAT_SUPPORT_PRODUCT_VERSION=“10.1”

question: anything relevant in the log file /var/log/secure

Not sure. The only error is this one. It seems to happen a lot.

“gkr-pam: unable to locate daemon control file”

Feb 9 19:07:10 localhost sshd[1891]: Server listening on 0.0.0.0 port 22.
Feb 9 19:07:10 localhost sshd[1891]: Server listening on :: port 22.
Feb 9 19:07:10 localhost (systemd)[1913]: pam_unix(systemd-user:session): session opened for user gdm(uid=42) by gdm(uid=0)
Feb 9 19:07:11 localhost gdm-launch-environment][1906]: pam_unix(gdm-launch-environment:session): session opened for user gdm(uid=42) by (uid=0)
Feb 9 19:07:27 localhost gdm-password][2842]: gkr-pam: unable to locate daemon control file
Feb 9 19:07:27 localhost gdm-password][2842]: gkr-pam: stashed password to try later in open session
Feb 9 19:07:27 localhost (systemd)[6373]: pam_unix(systemd-user:session): session opened for user francis(uid=1000) by francis(uid=0)
Feb 9 19:07:28 localhost gdm-password][2842]: pam_unix(gdm-password:session): session opened for user francis(uid=1000) by francis(uid=0)
Feb 9 19:07:28 localhost gdm-password][2842]: gkr-pam: gnome-keyring-daemon started properly and unlocked keyring
Feb 9 19:07:39 localhost gdm-launch-environment][1906]: pam_unix(gdm-launch-environment:session): session closed for user gdm

If this is the error, it is, apparently, cosmetic in nature - although it does rather defeat the purpose of warning the system administrator that someone tried to log on, and failed.