Return-Path: owner-postman
Received: from ingres.com (ingres.com [130.119.18.2]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with SMTP id JAA13955 for <postgres-redist@nobozo.CS.Berkeley.EDU>; Fri, 17 Jun 1994 09:36:56 -0700
Received: from pony.ingres.com
	by ingres.com (4.1/SMI-4.1/INGRES/zool/02.09.94)
	id AA10042; Fri, 17 Jun 94 09:36:53 PDT
Received: by pony.ingres.com (5.65c8+/INGRES/Router/pony/08.16.93)
	id AA29224; Fri, 17 Jun 1994 09:36:52 -0700
Received: from ingres.com (zool) 
	by pony.ingres.com (5.65c8+/INGRES/Router/pony/08.16.93)
	id AA29208; Fri, 17 Jun 1994 09:36:49 -0700
Received: from nobozo.CS.Berkeley.EDU
	by ingres.com (4.1/SMI-4.1/INGRES/zool/02.09.94)
	id AA10019; Fri, 17 Jun 94 09:35:09 PDT
Received: from ingres.com (ingres.com [130.119.18.2]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with SMTP id IAA13359 for <postgres-redist@nobozo.CS.Berkeley.EDU>; Fri, 17 Jun 1994 08:47:53 -0700
Received: from pony.ingres.com
	by ingres.com (4.1/SMI-4.1/INGRES/zool/02.09.94)
	id AA09401; Fri, 17 Jun 94 08:47:52 PDT
Received: by pony.ingres.com (5.65c8+/INGRES/Router/pony/08.16.93)
	id AA25327; Fri, 17 Jun 1994 08:47:50 -0700
Received: from ingres.com (zool) 
	by pony.ingres.com (5.65c8+/INGRES/Router/pony/08.16.93)
	id AA25312; Fri, 17 Jun 1994 08:47:48 -0700
Received: from nobozo.CS.Berkeley.EDU
	by ingres.com (4.1/SMI-4.1/INGRES/zool/02.09.94)
	id AA09385; Fri, 17 Jun 94 08:46:20 PDT
Received: from localhost (localhost [127.0.0.1]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with SMTP id HAA13085 for postgres-redist; Fri, 17 Jun 1994 07:49:09 -0700
Resent-From: POSTGRES mailing list <postman@postgres.Berkeley.EDU>
Resent-Message-Id: <199406171449.HAA13085@nobozo.CS.Berkeley.EDU>
X-Authentication-Warning: nobozo.CS.Berkeley.EDU: Host localhost didn't use HELO protocol
Sender: owner-postman@postgres.Berkeley.EDU
X-Return-Path: owner-postman
Received: from lamont.ldgo.columbia.edu (ldgo.columbia.edu [129.236.10.30]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with SMTP id HAA13075 for <postgres@postgres.Berkeley.EDU>; Fri, 17 Jun 1994 07:49:07 -0700
Received: from ship.ldgo.columbia.edu.LDGO by lamont.ldgo.columbia.edu (4.1/SMI-3.2)
	id AA10429; Fri, 17 Jun 94 10:49:04 EDT
Date: Fri, 17 Jun 94 10:49:04 EDT
From: ho@lamont.ldgo.columbia.edu (cheng ho)
Message-Id: <9406171449.AA10429@lamont.ldgo.columbia.edu>
To: postgres@postgres.Berkeley.EDU
Subject: postgres w/o superuser
Resent-To: postgres-redist@postgres.Berkeley.EDU
Resent-Date: Fri, 17 Jun 94 07:49:09 -0700
Resent-Xmts: smtp

Hi,

 Anybody out there ever install 'postgres' w/o using superuser privilege ?

 I tried it by following the instructions on p.6 "POSTGRES INSTALLATION 
INSTRUCTIONS, Release 4.2". N.G. Everything went alright in 'bmake all install',
except the part to intall 'postmaster'. The message is :

 PG_UID=`./pg_id ho`;  POSTGRESLOGIN=ho; case $PG_UID in "NOUSER")  echo "Warning: no account named ho, using yours"; POSTGRESLOGIN=`whoami`;  PG_UID=`./pg_id`;;  esac ; for bki in global1.bki local1_template1.bki ; do  sed  -e "s/postgres PGUID/$POSTGRESLOGIN $PG_UID/"  -e "s/PGUID/$PG_UID/"  < $bki > $bki.sed ;  install -c -o ho -g ho -m 444  $bki.sed /local/users/starbuck/ho/postgres4.2/data/files/$bki;  rm -f $bki.sed;  install -c -o ho -g ho -m 444  $bki /local/users/starbuck/ho/postgres4.2/data/files/$bki.source;  done

('ho', in above, is the user name.) I don't quite understand all these.
But, 'postermaster' would not run !

I do have a 'postgres 4.1' running on the same mechine ? I wonder that causes
the problem. 

Help ! Help !


- cheng -


==============================================================================
   To add/remove yourself to/from the POSTGRES mailing list: send mail with 
   the subject line ADD or DEL to "postgres-request@postgres.Berkeley.EDU"

   If this fails, send mail to "post_questions@postgres.Berkeley.EDU" and
   a human will deal with it.  DO NOT post to the "postgres" mailing list.
==============================================================================
