Stuck at the starting gate

From: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Stuck at the starting gate
Date: 2003-03-10 22:29:52
Message-ID: Pine.LNX.4.44.0303101426210.15546-100000@appl-ecosys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I wiped out the RH packages for -7.2.1 and built/installed -7.3.2 from
source. Postmaster is running on the backend, but I cannot successfully add
me as a user nor run initdb. I'm looking at the 7.2 tutorial pdf and don't
see there where I went wrong. Here are some results:

[postgres(at)salmo /home/rshepard]$ createuser rshepard
Shall the new user be allowed to create databases? (y/n) y
Shall the new user be allowed to create more new users? (y/n) y
ERROR: 'autocommit' is not a valid option name
createuser: creation of user "rshepard" failed

[postgres(at)salmo /home/rshepard]$ initdb -D
/home/rshepard/development/paisley/
The files belonging to this database system will be owned by user
"postgres".
This user must also own the server process.

The database cluster will be initialized with locale C.

creating directory /home/rshepard/development/paisley/... mkdir: cannot
create directory /home/rshepard/development/paisley': Permission denied

initdb failed.

----------------------------------

I had no problems with earlier versions so I'm rather at a loss here to
know what to do to get postgres up and running again.

Suggestions greatly appreciated,

Rich

Dr. Richard B. Shepard, President

Applied Ecosystem Services, Inc. (TM)
2404 SW 22nd Street | Troutdale, OR 97060-1247 | U.S.A.
+ 1 503-667-4517 (voice) | + 1 503-667-8863 (fax) | rshepard(at)appl-ecosys(dot)com
http://www.appl-ecosys.com/

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Rich Shepard 2003-03-10 22:31:11 Re: Installation question
Previous Message Charles Hauser 2003-03-10 22:28:59 Re: Installation question