From: | Martin Thoma <mthoma(at)schlagundrahm(dot)ch> |
---|---|
To: | pgsql-admin(at)postgresql(dot)org |
Subject: | initdb failed with PostgreSQL 7.4 |
Date: | 2005-03-17 10:48:10 |
Message-ID: | 4239606A.9080909@schlagundrahm.ch |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Dear list
I try to init the DB cluster without success. I am working on a RHEL 4
box and I installed postgresql, postgresql-server and postgresql-jdbc.
For the installation I used up2date and everything went fine.
To init the DB cluster I typed:
[root(at)zupo bin]# su - postgres
-bash-3.00$ initdb -E latin1 --locale=de_CH --lc-collate=C -D
/var/lib/pgsql/data -W
That results in the following output:
<output>
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 locales:
COLLATE: C
CTYPE: de_CH
MESSAGES: de_CH
MONETARY: de_CH
NUMERIC: de_CH
TIME: de_CH
fixing permissions on existing directory /var/lib/pgsql/data... ok
creating directory /var/lib/pgsql/data/base... ok
creating directory /var/lib/pgsql/data/global... ok
creating directory /var/lib/pgsql/data/pg_xlog... ok
creating directory /var/lib/pgsql/data/pg_clog... ok
selecting default max_connections... 100
selecting default shared_buffers... 1000
creating configuration files... ok
creating template1 database in /var/lib/pgsql/data/base/1... ok
initializing pg_shadow... ok
Enter new superuser password:
Enter it again:
setting password...
initdb: The password file wasn't generated. Please report this problem.
initdb: failed
</output>
Does anybody as an idea?
Please point me in the right direction! Thanks!
Kind regards
Martin
From | Date | Subject | |
---|---|---|---|
Next Message | prakash sompura | 2005-03-17 14:33:19 | Replication with PostgreSQL |
Previous Message | Alban Hertroys | 2005-03-17 09:51:53 | Re: help with plpgsql function called by trigger |