initdb error

From: "Farai Mbira" <mbira(at)catalyst(dot)net(dot)nz>
To: <pgsql-hackers-win32(at)postgresql(dot)org>
Subject: initdb error
Date: 2004-06-21 03:48:16
Message-ID: !~!UENERkVCMDkAAQACAAAAAAAAAAAAAAAAABgAAAAAAAAAsAkfUrEDwUqS6T9b8lcJVMKAAAAQAAAAgw/Nor1sFE6kewXg/1SGrwEAAAAA@catalyst.net.nz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers-win32

I received the error below after initdb. The –L c:/winpgsql/sghare produced
the same error

C:\Documents and Settings\farai>initdb c:/winpgsql/data

The files belonging to this database system will be owned by user "farai".

This user must also own the server process.

The database cluster will be initialized with locale English_United
States.1252.

fixing permissions on existing directory c:/winpgsql/data ... ok

creating directory c:/winpgsql/data/global ... ok

creating directory c:/winpgsql/data/pg_xlog ... ok

creating directory c:/winpgsql/data/pg_clog ... ok

creating directory c:/winpgsql/data/base ... ok

creating directory c:/winpgsql/data/base/1 ... ok

creating directory c:/winpgsql/data/pg_tablespaces ... ok

selecting default max_connections ... 100

selecting default shared_buffers ... 1000

creating configuration files ... ok

creating template1 database in c:/winpgsql/data/base/1 ... ok

initializing pg_shadow ... ok

enabling unlimited row size for system tables ... ok

initializing pg_depend ... ok

creating system views ... ok

loading pg_description ... ok

creating conversions ... ok

setting privileges on built-in objects ... ok

creating information schema ... ok

vacuuming database template1 ... ok

copying template1 to template0 ... ok

Success. You can now start the database server using:

"c:/winpgsql/bin"/postmaster -D "c:/winpgsql/data"

or

"c:/winpgsql/bin"/pg_ctl -D "c:/winpgsql/data" -l logfile start

C:\Documents and Settings\farai>postmaster

LOG: could not recognize system timezone, defaulting to "Etc/GMT-12"

HINT: You can specify the correct timezone in postgresql.conf.

FATAL: could not create shared memory segment: No error

DETAIL: Failed system call was shmget(key=5432001, size=10633216, 03600).

Farai Mbira

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.698 / Virus Database: 455 - Release Date: 6/2/2004

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Farai Mbira 2004-06-21 03:51:57 codepage error
Previous Message Andrew Dunstan 2004-06-21 00:21:17 Re: Data directory with trailing [back]slash