Re: BUG #5299: unable to start postgres service

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: BUG #5299: unable to start postgres service
Дата
Msg-id 4B62DF89020000250002ED5D@gw.wicourts.gov
обсуждение исходный текст
Ответ на BUG #5299: unable to start postgres service  ("Savita" <savita.halli@gmail.com>)
Список pgsql-bugs
"Savita" <savita.halli@gmail.com> wrote:

> I have installed postgres. When I check the status of postgres
> service I get it is not running. But when I start pg_ctl start it
> says server starting.  But server is actually not started. How do
> we get debug information for pg_ctl start?

This doesn't sound like a bug; it's probably an installation or
configuration problem.  Another list, like admin, general, or novice
would be more appropriate.

When it says it is starting, that means it is attempting to start.
Apparently it is not succeeding.  There should be some sort of log
entries, either to the console or to a file, if you specified the -l
switch to pg_ctl.  Assuming you have permission to write to the
directory specified by -l and you haven't redirected the log to
/dev/null or some such, you should find something there which will
probably be useful.

-Kevin

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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: unable to fail over to warm standby server
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: BUG #5301: difference of behaviour between 8.3 and 8.4 on IS NULL with sub rows of nulls