Bug 2448131
| Summary: | systemd-tmpfiles fails to resolve 'tss' user at boot; systemd-sysusers.service skipped (Fedora 44) | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | xoghinos |
| Component: | tpm2-tss | Assignee: | Peter Robinson <pbrobinson> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 44 | CC: | davide, javierm, joe.c.walker0, lslebodn, michel, pbrobinson, yunying.sun |
| Target Milestone: | --- | Keywords: | Regression |
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | --- | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2026-04-16 14:31:14 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 2444029 | ||
| Bug Blocks: | |||
|
Description
xoghinos
2026-03-16 17:56:56 UTC
Additional observation: systemd-sysusers.service does not appear to run during boot. Output of: systemd-analyze blame | grep -E "sysusers|tmpfiles" shows only tmpfiles-related services: 148ms systemd-tmpfiles-setup.service 139ms systemd-tmpfiles-setup-dev-early.service 97ms systemd-tmpfiles-clean.service 49ms systemd-tmpfiles-setup-dev.service systemd-sysusers.service is not listed. This is consistent with the journal message: "systemd-sysusers.service - Create System Users skipped, no trigger condition checks were met." This suggests that systemd-sysusers may not be triggered at all during boot. Based on https://github.com/systemd/systemd/issues/21665 it does not look like sysusers should be working like this and the user should be added using something like https://github.com/dracut-ng/dracut-ng/pull/2139/files Also observed https://discussion.fedoraproject.org/t/errors-regarding-user-group-tss-after-upgrade/183917 So after being a little more awake, it looks like this is fixed in dracut 110. (In reply to Joe Walker from comment #3) > So after being a little more awake, it looks like this is fixed in dracut > 110. Adding #2444029 as dependency *** This bug has been marked as a duplicate of bug 2442617 *** |