problem start database - Mailing list pgsql-bugs

From Ing. Jhon Carrillo - Caracas, Venezuela
Subject problem start database
Date
Msg-id 043901c5bde4$daaf93a0$1400a8c0@tgusta2
Whole thread Raw
In response to BUG #1897: dmalloc memory error on PQconnectdb  ("Wade Hampton" <wade.hampton@nsc1.net>)
Responses Re: problem start database  (Devrim GUNDUZ <devrim@gunduz.org>)
Re: problem start database  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
hi,

i have a problem when i run the initdb file, do you know anything?

bash-2.05b$ /usr/lib/postgresql/bin/initdb -D /var/lib/pgsql/data
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 /var/lib/pgsql/data ... 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_xlog/archive_status ... ok
creating directory /var/lib/pgsql/data/pg_clog ... ok
creating directory /var/lib/pgsql/data/pg_subtrans ... ok
creating directory /var/lib/pgsql/data/base ... ok
creating directory /var/lib/pgsql/data/base/1 ... ok
creating directory /var/lib/pgsql/data/pg_tblspc ... ok
selecting default max_connections ... 10
selecting default shared_buffers ... 50
creating configuration files ... ok
creating template1 database in /var/lib/pgsql/data/base/1 ... FATAL:  XX000:
failed to initialize lc_messages to ""
LOCATION:  InitializeGUCOptions, guc.c:2389
child process exited with exit code 1
initdb: removing contents of data directory "/var/lib/pgsql/data"


thanks.

pgsql-bugs by date:

Previous
From: Jim.Gray@Bull.com
Date:
Subject: Re: Fw: BUG #1862: ECPG Connect, host variable trailing blanks
Next
From: Devrim GUNDUZ
Date:
Subject: Re: problem start database