| 14 Jul 2021 |
Jan Tojnar | piegames: otherwise it looks to me fine once the fixup commits are squashed | 01:03:34 |
piegames | Yeah I just noticed too that I totally forgot about that one | 01:03:51 |
piegames | Now some of your comments make a lot more sense ^^ | 01:04:00 |
piegames | In reply to @jtojnar:matrix.org piegames: otherwise it looks to me fine once the fixup commits are squashed Any whishes regarding commit history cleanup? | 01:04:58 |
Jan Tojnar | looks reasonably granular to me | 01:06:01 |
Jan Tojnar | though I guess the removals should come before the other changes | 01:06:57 |
Jan Tojnar | since the removed expressions do not have the changes made to them | 01:07:17 |
Jan Tojnar | hmm, they actually remove the lines in changed manuallyPackaged.nix | 01:09:09 |
Jan Tojnar | that makes it awkward | 01:09:16 |
piegames | Exactly. I'll see what I can do | 01:09:34 |
piegames | Jan Tojnar: Please have a look if this is okay. Technically, the order is inconsistent, but at least there is no squash conflict anymore. | 01:25:29 |
Jan Tojnar | piegames: looks great now | 01:34:00 |
Jan Tojnar | it might not eval in between the commits but probably not worth to fix it | 01:34:33 |
hmenke | There is a small "problem" with fingerprint authentication on NixOS 21.05. Whenever I'm at login screen (GDM, screensaver) I'm greeted with “Sorry, fingerprint authentication didn't work” before I have even put my finger on the sensor. When I eventually touch the sensor it works anyway, but the false error message is a bit annoying. | 07:33:58 |
hmenke | Here is a related thread on Discourse: https://discourse.nixos.org/t/gnome-login-fingerprint-issue/13760 | 07:35:05 |
-(𝕂eloτ)- | 40.3 released! | 10:38:14 |
-(𝕂eloτ)- | * Gnome 40.3 released! | 10:39:29 |
piegames | I went through all open PRs regarding gnome extensions and did some cleanup. https://github.com/NixOS/nixpkgs/pull/129932 is ready to merge | 13:24:19 |
piegames | * I went through all open PRs regarding gnome extensions and did some cleanup. https://github.com/NixOS/nixpkgs/pull/129932 and https://github.com/NixOS/nixpkgs/pull/124773 are ready to merge | 13:25:16 |
| 15 Jul 2021 |
Jan Tojnar | In reply to @hmenke:matrix.org Here is a related thread on Discourse: https://discourse.nixos.org/t/gnome-login-fingerprint-issue/13760 Yeah, I know about it, it was there from the start (https://github.com/NixOS/nixpkgs/pull/117081#issuecomment-834205394) but I do not have any hardware where I could reproduce it and the logs do not seem very helpful | 14:46:32 |
hmenke | Jan Tojnar: What do you think would be a promising target to investigate? (maybe gdm?) The fprintd logs look innocent, even with `G_MESSAGES_DEBUG=all`. | 14:54:43 |
Jan Tojnar | hmenke: anything fr | 17:26:30 |
Jan Tojnar | * hmenke: anything from gdm, through pam to fprint may be responsible | 17:27:05 |
Jan Tojnar | I am not very familiar with this part of the stack, unfortunately | 17:27:34 |
Jan Tojnar | the best bet would be going to #gdm:gnome.org | 17:28:01 |
Jan Tojnar | * the best bet would be going to #gdm:gnome.org and asking for some debugging advice there | 17:28:18 |
hmenke | Jan Tojnar: I have some logs for you. | 18:19:40 |
hmenke | Download fprint.log | 18:19:50 |
hmenke | Particularly the bit
Jul 15 20:17:25 laptop .gnome-shell-wr[2989]: Fingerprint service failed almost immediately, considering it unavailable.
Jul 15 20:17:25 laptop gdm-fingerprint][23815]: pam_warn(gdm-fingerprint:auth): function=[pam_sm_authenticate] flags=0 service=[gdm-fingerprint] terminal=[/dev/tty7] user=[henri] ruser=[<unknown>] rhost=[<unknown>]
Jul 15 20:17:25 laptop gdm-fingerprint][23815]: Gdm: GdmSessionWorker: authentication returned 7: Authentication failure
Jul 15 20:17:25 laptop gdm-fingerprint][23815]: Gdm: GdmSessionWorker: uninitializing PAM
Jul 15 20:17:25 laptop .gnome-shell-wr[2989]: Please fix your configuration by running: authselect select --force sssd with-fingerprint with-silent-lastlog
| 18:20:28 |
hmenke | A search also turned up this https://fedoraproject.org/wiki/Common_F34_bugs#login-authselect-fingerprint-error | 18:21:53 |