Hi, during some playing with CentOS 8 I noticed the following error (I was installing the postgresql13-server package after puppetdb-7.5.0-1.el8.src.rpm):
Error in <unknown> scriptlet in rpm package postgresql13-server
[/usr/lib/tmpfiles.d/puppetdb.conf:1] Line references path below legacy directory /var/run/, updating /var/run/puppetlabs/puppetdb → /run/puppetlabs/puppetdb; please update the tmpfiles.d/ drop-in file accordingly.
the tmpfile:
# cat /usr/lib/tmpfiles.d/puppetdb.conf
d /var/run/puppetlabs/puppetdb 0755 puppetdb puppetdb -
could you in the next release update this from /var/run to /run? It's a symlink on CentOS 8:
Hi, during some playing with CentOS 8 I noticed the following error (I was installing the postgresql13-server package after puppetdb-7.5.0-1.el8.src.rpm):
{code}
Error in <unknown> scriptlet in rpm package postgresql13-server [/usr/lib/tmpfiles.d/puppetdb.conf:1] Line references path below legacy directory /var/run/, updating /var/run/puppetlabs/puppetdb → /run/puppetlabs/puppetdb; please update the tmpfiles.d/ drop-in file accordingly.
{code}
the tmpfile: {code}
# cat /usr/lib/tmpfiles.d/puppetdb.conf d /var/run/puppetlabs/puppetdb 0755 puppetdb puppetdb -
{code}
could you in the next release update this from /var/run to /run? It's a symlink on CentOS 8:
{code}
# ls -la /var/run lrwxrwxrwx. 1 root root 6 Dec 4 2020 /var/run -> ../run