Return-Path: postarch
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA25303; Tue, 25 Feb 92 11:33:42 -0800
Message-Id: <9202251933.AA25303@postgres.Berkeley.EDU>
From: postarch (Postgres Mailing Archive)
Subject: Re: Starting postmaster
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu
Reply-To: mer@postgres.berkeley.edu
In-Reply-To: Your message of "Mon, 24 Feb 92 07:47:33 PST."
             <9202241547.AA05169@postgres.Berkeley.EDU> 
Date: Tue, 25 Feb 92 11:33:24 PST

you write:

> I'm having a problem starting postmaster via my rc.local (SunOS 4.1.1
> on an IPX).  I have something like this in rc.local:
> 
> POSTGRESHOME=/export/home/postgres ; export POSTGRESHOME
> 
> if [ -f $POSTGRESHOME/bin/postmaster ]; then
> 	$POSTGRESHOME/bin/postmaster & echo 'postmaster'
> fi
> 
> When booting, "postmaster" gets echo'd so I know the executable is
> being found and, presumably, executed.  However when I go to run
> the monitor, I get a "Failed to connect to backend ..." message.
> I then have to manually start up the postmaster.

This looks ok to me, assuming that the postmaster is executable (if you
can run it manually then i suppose it is).  Any sun expert out there see 
anything wrong?

Is there a postmaster running after you finish booting?

	ps axu | grep postm


Jeff Meredith
mer@postgres.berkeley.edu
