Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 828575 - sys-fs/udev-249.6-r1 specified group 'sgx' unknown
Summary: sys-fs/udev-249.6-r1 specified group 'sgx' unknown
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo systemd Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-12-08 16:15 UTC by Conrad Kostecki
Modified: 2021-12-08 16:20 UTC (History)
0 users

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 Conrad Kostecki gentoo-dev 2021-12-08 16:15:18 UTC
It looks like, that per default, /lib/udev/rules.d/80-net-setup-link.rules is being installed, which is referring a group called 'sgx', which is not being created by default install.

$ equery belongs /lib/udev/rules.d/80-net-setup-link.rules
 * Searching for /lib/udev/rules.d/80-net-setup-link.rules ...
sys-fs/udev-249.6-r1 (/lib/udev/rules.d/80-net-setup-link.rules)


[4279736.178370] udevd[1245]: specified group 'sgx' unknown
[4279736.188641] udevd[1245]: IMPORT{builtin}: 'net_setup_link' unknown /lib/udev/rules.d/80-net-setup-link.rules:9
Comment 1 Conrad Kostecki gentoo-dev 2021-12-08 16:16:49 UTC
The specified group comes from 50-udev-default.rules.
50-udev-default.rules:SUBSYSTEM=="misc", KERNEL=="sgx_enclave", GROUP="sgx", MODE="0660"
Comment 2 Larry the Git Cow gentoo-dev 2021-12-08 16:20:54 UTC
The bug has been closed via the following commit(s):

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

commit 36d3e7f863c1b0356576389347b6bb54ffd10dc1
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2021-12-08 16:20:27 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2021-12-08 16:20:27 +0000

    sys-fs/udev: depend on acct-group/sgx
    
    Closes: https://bugs.gentoo.org/828575
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>

 sys-fs/udev/{udev-249.6-r1.ebuild => udev-249.6-r2.ebuild} | 1 +
 sys-fs/udev/udev-9999.ebuild                               | 1 +
 2 files changed, 2 insertions(+)