Failed to initialize lc_messages to ''

Поиск
Список
Период
Сортировка
От jan.berka@dreger.de (Jan B.)
Тема Failed to initialize lc_messages to ''
Дата
Msg-id 3805b80.0303150440.471a08c4@posting.google.com
обсуждение исходный текст
Ответы Re: Failed to initialize lc_messages to ''  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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

В списке pgsql-admin по дате отправления:

Предыдущее
От: Murthy Kambhampaty
Дата:
Сообщение: Re: recommended platform
Следующее
От: Christophe Folliet
Дата:
Сообщение: ...