Comment 8 for bug 2023001

Revision history for this message
Steve Langasek (vorlon) wrote :

> Jun 06 01:46:37 big-bucks systemd-tmpfiles[536]: Detected unsafe path transition / (owned by beland) → /var (owned by root) during canonicalization of /var.

Well, that's fairly clear - you have insecure permissions on your root filesystem and systemd-tmpfiles is failing to act. You'll want to 'chown root:root /' to fix this; afterwards everything should work normally.