opentmpfiles-setup won'tt start caused by postgresql
i have migrated 2 notebooks from archlinux to artix. On both opentmpfiles-setup failed to start because of postgresql:
$ sudo rc-service opentmpfiles-setup start
* Setting up tmpfiles.d entries ...
chattr: Die Operation wird nicht unterstützt beim Setzen der Flags in /var/lib/postgres/data [ !! ]
* ERROR: opentmpfiles-setup failed to start
My first thaught to remove unneeded postgresql is only suitable on the 2 notebooks, but i want to migrate a server running davical and other services too. Davical needs postgresql.
So i followed this thread and changed the shell of user postgres to /bin/bash and ran initdb. On 1 notebook both opentmpfiles-setup as well as postgresql are starting fine now, on the other only postgresql starts. opentmpfiles-setup fails with the same error.
/var/lib/postgres is owned by root, mode 755. /var/lib/postgres/data and files in this dir are owned by postgres, mode 700 on both.
what can cause this different behaviour?