Description of problem: Unit systemd-tmpfiles-setup.service entered failed state. snippet from systemctl status systemd-tmpfiles-setup.service systemd-tmpfiles[538]: snippet [/usr/lib/tmpfiles.d/systemd.conf:29] Unknown group 'systemd-journal'. [/usr/lib/tmpfiles.d/systemd.conf:30] Unknown group 'systemd-journal'. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. upgrade to systemd 207 2. reboot 3. Reproducible: Steps to Reproduce:
My workaround solution was to create a systemd-journal with a gid less than 500 and reboot.
Assignee: bugsquad => mageia
Ahh yes, I forget to set this up in the latest packages... thanks!
Should be fixed in the next build which creates the group.
Closing
Status: NEW => RESOLVEDResolution: (none) => FIXED
problem still there on a clean alpha3 install, with all updates applied.
Status: RESOLVED => REOPENEDCC: (none) => junknospamResolution: FIXED => (none)
Yeah I actually noticed this myself the other day too. It's due to rpm-helper not being installed early enough for the group creation macros. This has actually changed slightly in next systemd (not in concept, just in implementation - to avoid NSS lookups in journald to prevent potential deadlocks), but in so doing the folder should be owned by this group, so I need to create it at %pre. Will make sure I have the right deps installed when I push that one.
OK, fingers crossed I've fixed this properly in the new systemd.... (should repair current installs too) will leave it open for now tho' until you confirm I'm not being stupid still... ;)
systemd-208-1 appears to fix the problem. Install on a VirtuaBox guest with the systemd-journal group did not change it. Install on a host with it removed, reinstalled the group.
Status: REOPENED => RESOLVEDResolution: (none) => FIXED