| Summary: | systemd-tmpfiles-clean.service and systemd-tmpfiles-setup.service fail to run | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | cblaauw <carstenblaauw> |
| Component: | systemd | Assignee: | systemd-maint |
| Status: | CLOSED WORKSFORME | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 17 | CC: | johannbg, lpoetter, metherid, mschmidt, notting, plautrba, systemd-maint |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-04-13 17:52:53 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: | |
|
Description
cblaauw
2012-04-10 17:11:23 UTC
Please check "systemd-journalctl" and look for any output related to systemd-tmpfiles, which might explain this. Systemd-journalctl does nat show any info related to the tmpfiles services. If you need it, I can attach the output. Thanks, Carsten Do I need those services, if I have a tmpfs mounted at /tmp? Yes, you need them. They handle more than just /tmp. For instance, they create some service directories under /run. What does this command show?: systemctl status systemd-tmpfiles-clean.service systemd-tmpfiles-setup.service systemctl status systemd-tmpfiles-clean.service systemd-tmpfiles-setup.service systemd-tmpfiles-clean.service - Cleanup of Temporary Directories Loaded: loaded (/usr/lib/systemd/system/systemd-tmpfiles-clean.service; static) Active: failed (Result: exit-code) since Thu, 12 Apr 2012 22:01:26 +0200; 19h ago Process: 4623 ExecStart=/usr/bin/systemd-tmpfiles --clean (code=exited, status=1/FAILURE) CGroup: name=systemd:/system/systemd-tmpfiles-clean.service Apr 12 22:01:26 m7 systemd-tmpfile[4623]: Successfully loaded SELinux database in 16ms 222us, size on heap is 529K. Apr 12 22:01:26 m7 systemd-tmpfile[4623]: [/etc/tmpfiles.d/radvd.conf:1] Unknown user 'radvd'. systemd-tmpfiles-setup.service - Recreate Volatile Files and Directories Loaded: loaded (/usr/lib/systemd/system/systemd-tmpfiles-setup.service; static) Active: failed (Result: exit-code) since Thu, 12 Apr 2012 19:03:06 +0200; 22h ago Process: 644 ExecStart=/usr/bin/systemd-tmpfiles --create --remove (code=exited, status=1/FAILURE) CGroup: name=systemd:/system/systemd-tmpfiles-setup.service Apr 12 19:03:06 m7 systemd-tmpfile[644]: Successfully loaded SELinux database in 10ms 385us, size on heap is 529K. Apr 12 19:03:06 m7 systemd-tmpfile[644]: [/etc/tmpfiles.d/radvd.conf:1] Unknown user 'radvd'. Apprantlx todays's updates fixed the problem for me. Maybe it was the update of radvd? That's likely. The %pre scriptlet of the radvd package run during the update created the 'radvd' user. |