Bug 1965815

Summary: 50-udev-default.rules references group "sgx" which does not exist
Product: [Fedora] Fedora Reporter: Christian Stadelmann <fedora>
Component: systemdAssignee: systemd-maint
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: unspecified    
Version: 34CC: fedoraproject, filbranden, flepied, kasong, lnykryn, msekleta, ssahani, s, systemd-maint, yuwatana, zbyszek
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: systemd-249~rc1-1.fc35 systemd-248.6-1.fc34 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-07-25 01:01:37 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Christian Stadelmann 2021-05-30 12:27:54 UTC
Description of problem:
Warning by systemd-udevd at boot:
> /usr/lib/udev/rules.d/50-udev-default.rules:42 Unknown group 'sgx', ignoring

Version-Release number of selected component (if applicable):
systemd-udev-248.3-1.fc34.x86_64

How reproducible:
always

Steps to Reproduce:
1. Update system to F34
2. reboot
3. have a look at journal

Actual results:
Warning by systemd-udevd at boot:
> /usr/lib/udev/rules.d/50-udev-default.rules:42 Unknown group 'sgx', ignoring

Expected results:
no warning

Additional info:
Pull request that brought the group 'sgx' into systemd: https://github.com/systemd/systemd/pull/18944

As far as I understand (but I don't know), https://src.fedoraproject.org/rpms/systemd/blob/f34/f/systemd.spec is missing a line adding the "sgx" group.

Comment 1 Zbigniew Jędrzejewski-Szmek 2021-06-17 06:56:07 UTC
Fixed in rawhide.

Comment 2 Fedora Update System 2021-07-23 21:02:07 UTC
FEDORA-2021-3141f0eff1 has been submitted as an update to Fedora 34. https://bodhi.fedoraproject.org/updates/FEDORA-2021-3141f0eff1

Comment 3 Fedora Update System 2021-07-24 01:18:51 UTC
FEDORA-2021-3141f0eff1 has been pushed to the Fedora 34 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-3141f0eff1`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-3141f0eff1

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 4 Fedora Update System 2021-07-25 01:01:37 UTC
FEDORA-2021-3141f0eff1 has been pushed to the Fedora 34 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 5 Christian Stadelmann 2021-07-27 05:43:24 UTC
Thank you, Zbigniew!