Re: troubleshooting 8.1.2

From: "Ed L(dot)" <pgsql(at)bluepolka(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: troubleshooting 8.1.2
Date: 2006-07-11 20:56:35
Message-ID: 200607111456.35553.pgsql@bluepolka.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tuesday July 11 2006 1:17 pm, Tom Lane wrote:
> "Ed L." <pgsql(at)bluepolka(dot)net> writes:
> > We have 4 8.1.2 cluster running on an HP-UX 11.23 Itanium,
> > repeatedly dying with the following log message:
> >
> > 2006-07-11 12:52:27 EDT [21582] LOG: received fast
> > shutdown request
>
> *Something* is sending SIGINT to the postmaster --- it's
> simply not possible to reach that elog call any other way.
>
> How are you launching the postmaster? If from a terminal
> window, are you sure it's entirely disconnected from the
> terminal's process group? If not, typing control-C in that
> window could SIGINT the postmaster.

We use a shell function to start the postmaster:

dbstart() {
pg_ctl start -D $PGDATA -m smart -o "-i -p $PGPORT" -p postmaster
}

We are wondering if our swap space was too small, and when the
swap reservation failed, the OS was sending SIGINT??

Ed

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Oisin Glynn 2006-07-11 21:01:02 Re: doesn't recognize "!=-" (not equal to a negative value)
Previous Message Scott Marlowe 2006-07-11 20:48:20 Re: doesn't recognize "!=-" (not equal to a negative