Re: pg_ctlcluster not logging error (memory problem likely) - Mailing list pgsql-admin

From Tom Lane
Subject Re: pg_ctlcluster not logging error (memory problem likely)
Date
Msg-id 28229.1238106935@sss.pgh.pa.us
Whole thread Raw
In response to pg_ctlcluster not logging error (memory problem likely)  (Tony Webb <amw@sanger.ac.uk>)
Responses Re: pg_ctlcluster not logging error (memory problem likely)  (Tony Webb <amw@sanger.ac.uk>)
List pgsql-admin
Tony Webb <amw@sanger.ac.uk> writes:
> I'm trying to find out why my cluster won't start. It looks like I'm
> pushing up max_connections too high although I think my memory and
> semaphore settings are OK. Thing is, when the cluster fails to start I
> can't see any errors in pg_log or in /var/log/messages.

> When the cluster is up and running it seems to write normally to these
> locations.

> Could pg_ctlcluster be writing somewhere else?

I'm not familar with pg_ctlcluster, but it seems possible that the
Debian setup is such that messages issued early in startup go somewhere
else than where messages go once the postmaster is fully up and running.
In particular, until the postmaster has absorbed the logging settings
in postgresql.conf, it's *always* going to write to its stderr.  I've
seen startup scripts that send postmaster stderr to /dev/null :-(
because they suppose that pointing log_destination to syslog or some
such means that everything of interest will go there.

Advice is to look into the startup script, see where it sends
postmaster's stderr, and fix that if it's not someplace you can read.

            regards, tom lane

pgsql-admin by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Hard link backup strategy
Next
From: Tony Webb
Date:
Subject: Re: pg_ctlcluster not logging error (memory problem likely)