Re: pg_ctl start doesn't daemonize properly

Поиск
Список
Период
Сортировка
От Dennis, Allan
Тема Re: pg_ctl start doesn't daemonize properly
Дата
Msg-id A3BA2251DD85404FBBEF7478C29D8742932EC0@onmxm01.ciena.com
обсуждение исходный текст
Ответ на pg_ctl start doesn't daemonize properly  ("Dennis, Allan" <adennis@ciena.com>)
Список pgsql-admin
> I am having problems getting pg_ctl to detach from the controlling
terminal
> so that it's a proper daemon.

I figured out the problem, and record it here in hopes that it will help
others.

The silent_mode setting was not on, so postmaster initialization was not
calling setsid(), which is a necessary step to dissociate from the
controlling terminal (and thereby gain immunity from Ctrl-C on parent
processes). The logging setup I have (stdout logged to a specified
logfile and stderr redirected) seems to still work, despite the warnings
to the contrary in the config file template. I don't know why proper
daemonization is linked to being in "silent_mode", but... there you go.

Thanks for making the source code online, google-searchable, and
cross-referenced by doxygen -- I would have been stuck much longer
otherwise.

Allan

В списке pgsql-admin по дате отправления:

Предыдущее
От: "Martial Elise KIBA"
Дата:
Сообщение: Re: Distributed DataBases
Следующее
От: "Moiz Kothari"
Дата:
Сообщение: Re: when inserting to table, text type parameter become NULL (after big assignment to this parameter)