| From: | jan(dot)berka(at)dreger(dot)de (Jan B(dot)) |
|---|---|
| To: | pgsql-admin(at)postgresql(dot)org |
| Subject: | Failed to initialize lc_messages to '' |
| Date: | 2003-03-15 12:40:54 |
| Message-ID: | 3805b80.0303150440.471a08c4@posting.google.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
Hi,
when I try to execute initdb I get the following errors:
---<<< cut >>>---
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: POSIX CTYPE: en_US MESSAGES: en_US
MONETARY: en_US NUMERIC: en_US TIME: en_US
Fixing permissions on existing directory /opt/pgsql/data... ok
creating directory /opt/pgsql/data/base... ok
creating directory /opt/pgsql/data/global... ok
creating directory /opt/pgsql/data/pg_xlog... ok
creating directory /opt/pgsql/data/pg_clog... ok
creating template1 database in /opt/pgsql/data/base/1... Failed to
initialize lc_messages to ''
ok
creating configuration files... ok
initializing pg_shadow... Failed to initialize lc_messages to ''
ok
enabling unlimited row size for system tables... Failed to initialize
lc_messages to ''
ok
initializing pg_depend... Failed to initialize lc_messages to ''
ok
creating system views... Failed to initialize lc_messages to ''
ok
loading pg_description... Failed to initialize lc_messages to ''
ok
creating conversions... Failed to initialize lc_messages to ''
ok
setting privileges on built-in objects... Failed to initialize
lc_messages to ''
ok
vacuuming database template1... Failed to initialize lc_messages to ''
ok
copying template1 to template0... Failed to initialize lc_messages to
''
ok
Success. You can now start the database server using:
./bin/postmaster -D /opt/pgsql/data
or
./bin/pg_ctl -D /opt/pgsql/data -l logfile start
---<<< cut >>>---
Can someone help ?
Thanx
Jan
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Christophe Folliet | 2003-03-15 17:06:26 | |
| Previous Message | P G | 2003-03-14 21:45:04 | Re: [GENERAL] Is there any procedure to start postgre database server automatically |