howto fix bootup error message "Failed to start Create Volatile Files and Directories." from "systemd-tmpfiles-setup.service"
Give is, that you get an error message while booting up your system from "systemd-tmpfiles-setup.service" with the description "Failed to start Create Volatile Files and Directories.".
By using systemctl with systemctl status systemd-tmpfiles-setup.service
, you get the same description.
A quick look into the archlinux wiki offers you the solution named enable acl in your file system.
If you are running zfs as your root, you have to execute zfs set acltype=posixacl #your_pool_name
. To validate if it is working, execute zfs get acltype
before and after the set.
If you want to know more, you can read the following links:
Trackbacks
The author does not allow comments to this entry
Comments
Display comments as Linear | Threaded