On Tue, 12 Sep 2023 10:52:16 -0400 Paul Tagliamonte <[email protected]> wrote: > I upgraded my sid system, and post-upgrade gdm3 isn't showing my face > when I reboot, and entering my username causes it to loop back to > username entry again (no password prompt).
Hello all, I've gotten bitten by this one too, I'm afraid, this time in Debian testing. Potentially interestingly, though I do have a PKCS#11 token inserted, it has no certificates on it. That's still enough to trigger the bug, however, even though there is no certificate for it to even attempt to auth against. For example: ``` ❯ pkcs11-tool -L Available slots: Slot 0 (0x0): Yubico YubiKey OTP+FIDO+CCID 00 00 token label : PIV_II token manufacturer : piv_II token model : PKCS#15 emulated token flags : login required, rng, token initialized, PIN initialized, user PIN locked hardware version : 0.0 firmware version : 0.0 serial num : 00000000 pin min/max : 4/8 ``` However... ``` ❯ pkcs11-tool --list-objects --type cert Using slot 0 with a present token (0x0) ``` Sincerely, -- Harlan Lieberman-Berg ~hlieberman

