Closed Lyndeno closed 6 months ago
This issue with libpcsclite_real.so.1 is also causing the build of eid-mw version 5.1.16 to fail:
https://hydra.nixos.org/build/258123099/nixlog/1/tail
Should hopefully get resolved via following merge request for pcsclite:
This also breaks gpg's smartcard support.
@yshui Can confirm this aswell. Tried to update my flake earlier and noticed my Yubikey no longer functioned with gpg with this in the logs when I run gpg --card-status
May 07 22:33:39 yoganova gpg-agent[4913]: scdaemon[4913]: pcsc_establish_context failed: internal error (0x80100001)
Affected version info
❯ nix-info -m
- system: `"x86_64-linux"`
- host os: `Linux 6.8.9, NixOS, 24.05 (Uakari), 24.05.20240507.951e023`
- multi-user?: `yes`
- sandbox: `yes`
- version: `nix-env (Nix) 2.18.2`
- nixpkgs: `/nix/store/cx3n6rqiyyf1zjclyz341h09dbb4s5f4-source`
Got the same error when trying to use systemd-cryptenroll
to add a FIDO2 key.
Getting the same error when using the pcsc-safenet
PKCS#11 provider in OpenVPN:
mei 13 08:18:51 laptop openvpn[4428]: loading "libpcsclite_real.so.1" failed: libpcsclite_real.so.1: cannot open shared object file: No such file or directory
Edit: just saw the merged PR. Will test that and report back here.
Issue fixed in #308884 and thus #309297 for me
Describe the bug
When running pkexec within Gnome:
Gnome authentication window never opens, meaning I cannot authenticate. Same as if I use polkit for 1Password.
Similar message is printed in console when running sudo
Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
Gnome authentication window opens.
No errors when using sudo
Additional context
Add any other context about the problem here.
Metadata
Add a :+1: reaction to issues you find important.