Re: Solaris, Postgresql and Problems

Поиск
Список
Период
Сортировка
От Doug McNaught
Тема Re: Solaris, Postgresql and Problems
Дата
Msg-id m3y8ymr62i.fsf@varsoon.wireboard.com
обсуждение исходный текст
Ответ на Solaris, Postgresql and Problems  (Errol Neal <errol.neal@enhtech.com>)
Ответы Re: Solaris, Postgresql and Problems  ("Cory 'G' Watson" <gphat@loggerithim.org>)
Список pgsql-general
Errol Neal <errol.neal@enhtech.com> writes:

> At 10:02 AM 7/25/2003 -0400, you wrote:

> >Why don't you run the server under 'truss' to see what is killing it?
> >It it probably dumping core, or trying to, since there is nothing in
> >the logs--check your 'ulimit -c' settings and see if there are any
> >core files hanging around in $PGDATA.
> >
>
>
>
> Actually Doug, it is not even "dying". I used the incorrect word. It
> is shutting down... Here is a log entry:
>
> LOG:  fast shutdown request

This means *something* is sending a SIGTERM to the postmaster.  Again,
try running it under 'truss' and see what it's doing right before it
gets the signal.

-Doug

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

Предыдущее
От: Errol Neal
Дата:
Сообщение: Re: Solaris, Postgresql and Problems
Следующее
От: Benjamin Jury
Дата:
Сообщение: Re: How to encrypt data in Postgresql