Return-Path: owner-postman 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 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 ; 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. ==============================================================================