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 ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])