Bug 12141 - eudev package is missing "render" and "kvm" groups
Summary: eudev package is missing "render" and "kvm" groups
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: 2019.02.3
Hardware: All Linux
: P5 normal
Target Milestone: ---
Assignee: Carlos Santos
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-08-23 11:40 UTC by James Cowgill
Modified: 2019-09-15 13:59 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description James Cowgill 2019-08-23 11:40:46 UTC
This commit added some extra groups to the systemd package which are now required by the default udev rules:
https://git.buildroot.net/buildroot/commit/package/systemd/systemd.mk?id=f208cf296c2c7c049d11d15b6d0546214c4d0357

However, those groups were not added to the eudev package which causes udev to warn on boot:

    [   20.702706] udevd[67]: specified group 'kvm' unknown

I think both the "render" and "kvm" groups need adding.
Comment 1 Carlos Santos 2019-09-08 01:15:02 UTC
I already have mage a fix for this bug, so I'm taking it.
Comment 2 Carlos Santos 2019-09-15 12:33:27 UTC
Patch submitted: https://patchwork.ozlabs.org/patch/1162454/