You are not logged in.
It's either a bug in fabric (wrt the specific tmpfiles), systemd (false positive error message) or your setup, but the /home /home/fabric_server_actual path looks fine.
Do you get the same error when instead of symlinking /srv/fabric to /home/fabric_server_actual you binmount it?
rm /srv/fabric
mkdir /srv/fabric
mount -o bind /home/fabric_server_actual /srv/fabric
/usr/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/fabricd.confOffline
Binmounting works just fine (I tried putting the symlink back in place and it broke it again). Considering that other packages worked, I can live with this mystery being unsolved. Huge thanks for the help! I hope to see you around on here.
Last edited by BiffenB (2024-07-05 19:26:36)
Offline