Starting tmpfiles-setup message
I am booting an artix vm derived from an artix-xfce-runit iso. The VM boots OK in virt-manager on both latest artix and arch linux.
I recently updated all the packages and now see an error message during boot.
:: Starting tmpfiles-setup
Opening file "/tmp/.ICE-unix/957" failed, proceeding without lock: no such file or address
looking in that folder I see this
$ ls -alrt /tmp/.ICE-unix/
total 8
srwxrwxrwx 1 user user 0 Sep 26 14:03 957
drwxrwxrwt 2 root root 4096 Sep 26 14:03 .
drwxrwxrwt 8 root root 4096 Sep 26 14:03 ..
I checked with netstat -tulpen and lsof -Ua /tmp/.ICE-unix/957 and both suggest the socket is owned by xfce4-session (pid=957) which is started by lightdm.
Any ideas how to remove this admittedly minor issue?