Re: BUG #16565: Systemd service file does not create /var/run/postgresql directory across reboot - Mailing list pgsql-bugs

From Marco Cuccato
Subject Re: BUG #16565: Systemd service file does not create /var/run/postgresql directory across reboot
Date
Msg-id CACg0f4YBOFQdj=LmqDSwui8Luuy62a=m_i-yUDBqC8B9kPc=9Q@mail.gmail.com
Whole thread Raw
In response to Re: BUG #16565: Systemd service file does not create /var/run/postgresql directory across reboot  (Devrim Gündüz <devrim@gunduz.org>)
List pgsql-bugs
Sorry for delay.


Il giorno ven 31 lug 2020 alle ore 22:03 Devrim Gündüz <devrim@gunduz.org> ha scritto:
Hi,

We already create that directory:

https://git.postgresql.org/gitweb/?p=pgrpms.git;a=blob;f=rpm/redhat/master/non-common/postgresql-12/master/postgresql-12-tmpfiles.d;h=6c48e34ed1c10c66a651b98acadacb326fb3bacd;hb=HEAD

Are you using community RPMs, or RHEL ones?

Regards, Devrim


On 31 July 2020 13:05:14 GMT+03:00, PG Bug reporting form <noreply@postgresql.org> wrote:
The following bug has been logged on the website:

Bug reference: 16565
Logged by: Marco Cuccato
Email address: mcuccato.vts@gmail.com
PostgreSQL version: 12.3
Operating system: Red Hat Enterprise Linux Server release 7.6
Description:

When the server is rebooted, PostgreSQL service doesn't start because of
this error:
FATAL: could not create lock file "/var/run/postgresql/.s.PGSQL.5432.lock":
No such file or directory

This happens because it tries to create the lock file under
/var/run/postgresql that doesn't exists. It doesn't exist because /var/run
is a symlink to ../run (/run as absolute path) that is mounted as tmpfs.
As tmpfs is not persistent, when the server is rebooted the directory
doesn't exists and must be re-created.
Doing that, the lock file will be created successfully and the service will
start up correctly.

Please fix the postgresql-12.service systemd file: make it check and
eventually create /var/run/postgresql directory.
Thanks


--
Sent from my Android device with K-9 Mail. Please excuse my brevity.

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: posgres 12 bug (partitioned table)
Next
From: Noah Misch
Date:
Subject: Re: BUG #16508: using multi-host connection string when the first host is starting fails