Re: Starting Postmaster

From: "Brett W(dot) McCoy" <bmccoy(at)chapelperilous(dot)net>
To: Scott Gritton <sgritton(at)rsv(dot)ricoh(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Starting Postmaster
Date: 2001-03-27 01:16:09
Message-ID: Pine.LNX.4.30.0103262013570.20643-100000@chapelperilous.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, 26 Mar 2001, Scott Gritton wrote:

> I've installed postgresql on a Linux-Mandrake 7.0.2 box with everything
> installing correctly.
> But when I try to start postmaster I get the following:
>
> DEBUG: Data Base System is in production state at Mon Mar 26 (and so forth)
>
> I know that there is a simple answer but I haven't been able to find it in
> documentation or faqs.

Your postmaster if functioning perfectly, you just need to direct its
output to a logfile and put it into the background. Here is how I usually
startup postmaster:

nohup postmaster [options] > logfile 2>&1 &

-- Brett
http://www.chapelperilous.net/btfwk/
------------------------------------------------------------------------
Humor in the Court:
Q: Now, you have investigated other murders, have you not, where there was
a victim?

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2001-03-27 01:20:08 Re: Regression test on FBSD 3.3 & 4.2, IRIX 6.5 (was Re: Re: Call for platforms)
Previous Message Peter Bierman 2001-03-27 01:08:38 Re: Re: Call for platforms