Re: Solaris, Postgresql and Problems - Mailing list pgsql-general

From Doug McNaught
Subject Re: Solaris, Postgresql and Problems
Date
Msg-id m3y8ymr62i.fsf@varsoon.wireboard.com
Whole thread Raw
In response to Solaris, Postgresql and Problems  (Errol Neal <errol.neal@enhtech.com>)
Responses Re: Solaris, Postgresql and Problems  ("Cory 'G' Watson" <gphat@loggerithim.org>)
List 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 by date:

Previous
From: Errol Neal
Date:
Subject: Re: Solaris, Postgresql and Problems
Next
From: Benjamin Jury
Date:
Subject: Re: How to encrypt data in Postgresql