Hi,
i noticed that during boot systemd posts that a unit failed to start, at this point i cannot really see what unit it is as the booting is so fast (but the error message is clearly similar to the topic of this thread). But i do not notice any problems with the system related to this after boot. Btw. the system is a pretty new notebook and i just installed tumbleweed yesterday.
After boot i checked:
systemctl --failed
and get one failed unit:
UNIT___________________________LOAD___ACTIVE_SUB______DESCRIPTION________
systemd-tmpfiles-setup.service loaded failed failed Create Volatile Files and Directories
I tried to find the solution by myself but only found some references to the Arch Linux wiki, stating that the problem is due to ACL not activated for the partition which contains /var/journal (or /var/log/journal i am not sure about this). But i also found that btrfs does not need to have this enabled because it is enabled by default.
Anyway my system has two physical hard discs:
/dev/sda (a normal hard disc which contains one XFS partition for /home)
/dev/sdb (a SSD hard disc which contains the EFI fat partition, a swap partition and a BTRFS partition for / including all of the subvolumes [which includes /var])
So it is clear that the relevant partition is a btrfs one. But i was not able to solve my problem with that information, can anyone help me with this?