Re: [SOLVED] Re: pgsql8b5 not launching on OSX system start; otherwise OK

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [SOLVED] Re: pgsql8b5 not launching on OSX system start; otherwise OK
Дата
Msg-id 9568.1102030556@sss.pgh.pa.us
обсуждение исходный текст
Ответ на [SOLVED] Re: pgsql8b5 not launching on OSX system start; otherwise OK  (OpenMacNews <pgsql-general.20.openmacnews@spamgourmet.com>)
Ответы Re: [SOLVED] Re: pgsql8b5 not launching on OSX system start;
Список pgsql-general
OpenMacNews <pgsql-general.20.openmacnews@spamgourmet.com> writes:
> although i've seen nothing pid-related in my logs, preceding my startup file
> launch cmd with a pid check/delete:

>    if [ -f /var/run/postgresql.pid ]; then
>        rm -rf /var/run/postgresql.pid
>    fi
>    (launch cmd)

> seems to have done the trick.  i can now reboot w/ pgsql launch on start
> without fail.

In that case it's a problem in your launch script.  The postmaster
doesn't even know that such a file exists; it keeps its lock file
in the data directory.

            regards, tom lane

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

Предыдущее
От: Bruno Wolff III
Дата:
Сообщение: Re: data integrity and inserts
Следующее
От: OpenMacNews
Дата:
Сообщение: Re: [SOLVED] Re: pgsql8b5 not launching on OSX system start;