Re: Why can't I do this (setup question)

From: Paul Tomblin <ptomblin(at)xcski(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Why can't I do this (setup question)
Date: 2001-05-20 17:26:02
Message-ID: 20010520132602.A6960@allhats.xcski.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Quoting Tom Lane (tgl(at)sss(dot)pgh(dot)pa(dot)us):
> Paul Tomblin <ptomblin(at)xcski(dot)com> writes:
> > Is there a postmaster log other than what's in /var/log/messages?
>
> Yes, the postmaster's stderr output. What is your startup script doing
> with that?

I'm using the one that comes with the 7.1 RPM, (from Lamar Owen) which
redirects stderr to /dev/null.

su -l postgres -c "LC_ALL=C /usr/bin/pg_ctl -D $PGDATA -p /usr/bin/postmaster start >/dev/null 2>&1" < /dev/null

I guess I should stop that from happening and see what messages come out.
I'll report back.

--
Paul Tomblin <ptomblin(at)xcski(dot)com>, not speaking for anybody
In 1665 Issac Newton became discouraged when he fell up a flight of
stairs.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Oliver Elphick 2001-05-20 20:07:56 Re: debian packages for Postgresql 7.1 or higher ?
Previous Message Tom Lane 2001-05-20 17:17:21 Re: Why can't I do this (setup question)