Skip to content
This repository was archived by the owner on Dec 24, 2025. It is now read-only.
This repository was archived by the owner on Dec 24, 2025. It is now read-only.

udev problems with systemd version 258 #21

@frie

Description

@frie

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions