BUG #14959: init script is trying to run postmaster with forground

From: todanano(at)gmail(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Cc: todanano(at)gmail(dot)com
Subject: BUG #14959: init script is trying to run postmaster with forground
Date: 2017-12-11 05:38:32
Message-ID: 20171211053832.20146.30703@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 14959
Logged by: fune todanano
Email address: todanano(at)gmail(dot)com
PostgreSQL version: 9.6.6
Operating system: CentOS release 6.9 (Final)
Description:

init script is trying to run postmaster with forground.

At this point, control is not returned where postmaster is about to
operate.

It was operated as follows.

# $SU -l postgres -c "$PGENGINE/postmaster -D '$PGDATA' ${PGOPTS}
>>\"$PGLOG\" 2>&1"
$SU -l postgres -c "$PGENGINE/postmaster -D '$PGDATA' ${PGOPTS} &"
>> "$PGLOG" 2>&1 < /dev/null

Although it may not be a problem with systemd, it is a problem with init.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Petar Barzakov 2017-12-11 08:40:51 Re: BUG #14955: postgresql10-server-10.1-3PGDG.rhel6 initdb isssue
Previous Message Michael Paquier 2017-12-11 05:13:21 Re: BUG #14941: Vacuum crashes