Return-Path: pg_adm@postgres.berkeley.edu
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA05169; Mon, 24 Feb 92 07:47:33 -0800
Date: Mon, 24 Feb 92 07:47:33 -0800
Message-Id: <9202241547.AA05169@postgres.Berkeley.EDU>
From: deltam!dm!rich@uunet.UU.NET (rich mayfield)
Subject: Starting postmaster
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu


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.

Is there something subtle that I'm missing here?  Thanks for
your help

rich
 --------------------------------------------------------
 Rich Mayfield                     Phone: (510)449-6881
 Software Developer                  FAX: (510)449-6885
 Delta Microsystems Inc.           email: rich@deltam.com
