Access is denied during initdb

From: "O(dot)B(dot)" <postgres(at)dafunks(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Access is denied during initdb
Date: 2005-06-17 18:10:26
Message-ID: 42B31212.5020809@dafunks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I'm attempting to install PostgreSQL v8.0.3 on a Windows XP SP2 machine.
The error log below is generated and the installation rolls back. I
have verified that the "postgres" user (service account) has
read/write/execute permissions to the entire C: drive as well as having
the "logon as service" right enabled. What's missing?

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.

fixing permissions on existing directory C:/PostgreSQL/8.0/data ... ok
creating directory C:/PostgreSQL/8.0/data/global ... ok
creating directory C:/PostgreSQL/8.0/data/pg_xlog ... ok
creating directory C:/PostgreSQL/8.0/data/pg_xlog/archive_status ... ok
creating directory C:/PostgreSQL/8.0/data/pg_clog ... ok
creating directory C:/PostgreSQL/8.0/data/pg_subtrans ... ok
creating directory C:/PostgreSQL/8.0/data/base ... ok
creating directory C:/PostgreSQL/8.0/data/base/1 ... ok
creating directory C:/PostgreSQL/8.0/data/pg_tblspc ... ok
selecting default max_connections ... Access is denied.
Access is denied.
Access is denied.
Access is denied.
Access is denied.
Access is denied.
10
selecting default shared_buffers ... Access is denied.
Access is denied.
Access is denied.
Access is denied.
Access is denied.
Access is denied.
Access is denied.
Access is denied.
Access is denied.
Access is denied.
Access is denied.
50
creating configuration files ... ok
creating template1 database in C:/PostgreSQL/8.0/data/base/1 ... ok
initializing pg_shadow ... Access is denied.
child process was terminated by signal 1
initdb: removing contents of data directory "C:/PostgreSQL/8.0/data"

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Peter Fein 2005-06-17 19:21:57 Error column "sys" does not exist
Previous Message Berend Tober 2005-06-17 17:45:34 Re: Backing up multiple databases