Bug 2156900
| Summary: | /usr/lib/sysusers.d/basic.conf:9: Conflict with earlier configuration for user 'root', ignoring line. | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jan Pazdziora (Red Hat) <jpazdziora> |
| Component: | systemd | Assignee: | systemd-maint |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | alciregi, dtardon, fedoraproject, filbranden, karsten, lnykryn, lucab, mosvald, mruprich, msekleta, ovasik, pavel, ryncsn, systemd-maint, yuwatana, zbyszek |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | systemd-253~rc1-1.fc38 systemd-253~rc2-2.fc38 systemd-251.13-4.fc37 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2023-02-02 20:18:15 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
Jan Pazdziora (Red Hat)
2022-12-29 11:04:01 UTC
Thank you very much for reporting this problem Jan! I am switching this to systemd component as according to what I found some time ago this is a systemd-sysusers problem where it cannot skip silently all user entries with the same elements although it is supposed to do that. For more information about this behavior/warning message see the discussion here: https://pagure.io/setup/pull-request/46#comment-180394 This conflicting message appears to be harmless (but should be definitely silenced): https://pagure.io/setup/pull-request/46#comment-180438 CCing also Luca Bruno to be aware of this report. *** Bug 2163787 has been marked as a duplicate of this bug. *** This should be fixed in rawhide now. Please reopen if it still occurs. Hi Zbigniew, I've just hit this with systemd-253~rc1-3.fc38.x86_64. Simple reproducer, try to install tcpdump or wireshark in Rawhide. # cat /etc/redhat-release Fedora release 38 (Rawhide) # rpm -q systemd systemd-253~rc1-3.fc38.x86_64 # dnf -y install tcpdump .... Running transaction Preparing : 1/1 Running scriptlet: tcpdump-14:4.99.3-2.fc38.x86_64 1/1 Installing : tcpdump-14:4.99.3-2.fc38.x86_64 1/1 Running scriptlet: tcpdump-14:4.99.3-2.fc38.x86_64 1/1 /usr/lib/sysusers.d/basic.conf:9: Conflict with earlier configuration for user 'root', ignoring line. Verifying : tcpdump-14:4.99.3-2.fc38.x86_64 1/1 Completion plugin: Generating completion cache... Installed: tcpdump-14:4.99.3-2.fc38.x86_64 Installed: tcpdump-14:4.99.3-2.fc38.x86_64 Complete! # cat /usr/lib/sysusers.d/tcpdump.conf #Type Name ID GECOS Home directory Shell u tcpdump 72 "tcpdump" - - I don't think this is an issue in tcpdump, the sysusers file is pretty simple. Regads, Michal Yes, it looks like a bug in the detection to filter out matching duplicates. https://github.com/systemd/systemd/pull/26270 (but also https://github.com/systemd/systemd/pull/26269) FEDORA-2023-2ac77d299f has been submitted as an update to Fedora 38. https://bodhi.fedoraproject.org/updates/FEDORA-2023-2ac77d299f FEDORA-2023-2ac77d299f has been pushed to the Fedora 38 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2023-f72fbc711a has been submitted as an update to Fedora 37. https://bodhi.fedoraproject.org/updates/FEDORA-2023-f72fbc711a FEDORA-2023-f72fbc711a has been pushed to the Fedora 37 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2023-f72fbc711a` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2023-f72fbc711a See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2023-f72fbc711a has been pushed to the Fedora 37 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2023-f72fbc711a` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2023-f72fbc711a See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2023-f72fbc711a has been pushed to the Fedora 37 stable repository. If problem still persists, please make note of it in this bug report. |