Re: Solaris, Postgresql and Problems

From: Doug McNaught <doug(at)mcnaught(dot)org>
To: Errol Neal <errol(dot)neal(at)enhtech(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Solaris, Postgresql and Problems
Date: 2003-07-25 15:15:17
Message-ID: m3y8ymr62i.fsf@varsoon.wireboard.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Errol Neal <errol(dot)neal(at)enhtech(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Benjamin Jury 2003-07-25 15:23:40 Re: How to encrypt data in Postgresql
Previous Message Errol Neal 2003-07-25 15:11:26 Re: Solaris, Postgresql and Problems