You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 24, 2025. It is now read-only.
The PassKeez service recently stopped working on my Arch system. In the logs I found an error message indicating that the udev rule for the uhid device was not loaded because the fido group is not a system group.
After manually setting the gid to 499 things worked again.
I did not observe this problem on my Debian Bookworm system, where systemd 252 is running.
I think there are discussions around that recent versions of systemd (just starting with 258) behave different with respect to udev (https://bbs.archlinux.org/viewtopic.php?pid=2263348).
Maybe the postinst function of the install script needs a modification to force the fido group to become a "system" group (groupadd -r)
The PassKeez service recently stopped working on my Arch system. In the logs I found an error message indicating that the udev rule for the uhid device was not loaded because the fido group is not a system group.
After manually setting the gid to 499 things worked again.
I did not observe this problem on my Debian Bookworm system, where systemd 252 is running.
I think there are discussions around that recent versions of systemd (just starting with 258) behave different with respect to udev (https://bbs.archlinux.org/viewtopic.php?pid=2263348).
Maybe the postinst function of the install script needs a modification to force the fido group to become a "system" group (
groupadd -r)