Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 641910 - sys-apps/systemd-236-r1 udev contains undefined group render
Summary: sys-apps/systemd-236-r1 udev contains undefined group render
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo systemd Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-21 10:38 UTC by Anton Gubarkov
Modified: 2017-12-31 02:30 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Gubarkov 2017-12-21 10:38:46 UTC
I noticed the following lines in my journal:

r9-008cln systemd-udevd[2305]: Specified group 'render' unknown

After grepping the /lib/udev for render, I found:

r9-008cln /lib/udev # grep -r render *
rules.d/50-udev-default.rules:SUBSYSTEM=="drm", KERNEL!="renderD*", GROUP="video"
rules.d/50-udev-default.rules:SUBSYSTEM=="drm", KERNEL=="renderD*", GROUP="render", MODE="0666"
rules.d/50-udev-default.rules:SUBSYSTEM=="kfd", GROUP="render", MODE="0666"
rules.d/60-drm.rules:ENV{ID_PATH}=="?*", KERNEL=="renderD*", SYMLINK+="dri/by-path/$env{ID_PATH}-render"




I believe the creation of this group should be added to the ebuild.
Comment 2 Ingo Brunberg 2017-12-28 02:04:43 UTC
The systemd-sysusers service has now automtically created the group on my system. This happened after I switched to the new 17.1 profile. So it seems to me that 
this service (and possibly other important ones?) does not work with the old lib layout.
Comment 3 Larry the Git Cow gentoo-dev 2017-12-31 02:30:41 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f972f2b0421346364b82a417e7c17465fcc61826

commit f972f2b0421346364b82a417e7c17465fcc61826
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2017-12-31 02:29:05 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2017-12-31 02:30:38 +0000

    sys-apps/systemd: create 'render' group
    
    Closes: https://bugs.gentoo.org/641910
    Package-Manager: Portage-2.3.19_p3, Repoman-2.3.6_p37

 sys-apps/systemd/systemd-236-r4.ebuild | 1 +
 sys-apps/systemd/systemd-9999.ebuild   | 1 +
 2 files changed, 2 insertions(+)