Created attachment 566040 [details] compressed dmesg log found this by accident, from dmesg: [ 11.081927] systemd-udevd[821]: Specified group 'render' unknown [ 11.083390] systemd-udevd[821]: Specified group 'kvm' unknown is this a bug, is my system misconfigured? full dmesg of v32 and v32 are attached, I'm using =udev-240-r3 and =openrc-0.38.3-r1
Created attachment 566042 [details] output of emerge --info
Changing the init script version shouldn't have made these messages appear. The only thing it changes is the way we start and stop udev. I went s2s with this upgrade because the older version of the scripts was broken on stable -- it aalways showed crashed in rc-status.
To answer your question though, No, your system isn't mis-configured, it looks like we may need to add the groups.
This is fixed in udev 241. Thanks, William
Ok, will check it out. Is there one commit that actually fixed this, or how did you manage to find the cause?
(In reply to tt_1 from comment #5) udev-241.ebuild was updated to create the necessary groups in pkg_postinst.
I see, the ebuild has to take care of the groups. Tested it in the meantime, it works for me now. Do you care to backport the fix to the stable branch?