Bug #919: Can't initialize a database cluster in Cygwin/PostgreSQL 7.3.2

From: pgsql-bugs(at)postgresql(dot)org
To: pgsql-bugs(at)postgresql(dot)org
Subject: Bug #919: Can't initialize a database cluster in Cygwin/PostgreSQL 7.3.2
Date: 2003-03-25 21:25:47
Message-ID: 20030325212547.6B2B7475C98@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Stephane Decleire (sdecleire(at)cariboo-networks(dot)com) reports a bug with a severity of 2
The lower the number the more severe it is.

Short Description
Can't initialize a database cluster in Cygwin/PostgreSQL 7.3.2

Long Description
Hi,

When I try to initialize a new database cluster in Cygwin / PostgreSQL 7.3.2, I just get the error listed here under.

Sample Code
$ initdb -D /cygdrive/d/data/pg -d
Running with debug mode on.

initdb variables:
PGDATA=/cygdrive/d/data/pg
datadir=/usr/share/postgresql
PGPATH=/usr/bin
ENCODING=
ENCODINGID=0
POSTGRES_SUPERUSERNAME=Steph
POSTGRES_BKI=/usr/share/postgresql/postgres.bki
POSTGRES_DESCR=/usr/share/postgresql/postgres.description
POSTGRESQL_CONF_SAMPLE=/usr/share/postgresql/postgresql.conf.sample
PG_HBA_SAMPLE=/usr/share/postgresql/pg_hba.conf.sample
PG_IDENT_SAMPLE=/usr/share/postgresql/pg_ident.conf.sample
The files belonging to this database system will be owned by user "Steph".
This user must also own the server process.

The database cluster will be initialized with locale C.

creating directory /cygdrive/d/data/pg... ok
creating directory /cygdrive/d/data/pg/base... ok
creating directory /cygdrive/d/data/pg/global... ok
creating directory /cygdrive/d/data/pg/pg_xlog... ok
creating directory /cygdrive/d/data/pg/pg_clog... ok
creating template1 database in /cygdrive/d/data/pg/base/1... DEBUG: invoking Ip
cMemoryCreate(size=991232)
IpcSemaphoreCreate: semget(key=1, num=17, 03600) failed: Function not implemente
d
DEBUG: proc_exit(1)
DEBUG: shmem_exit(1)
DEBUG: exit(1)

initdb failed.
Removing /cygdrive/d/data/pg.

No file was uploaded with this report

Browse pgsql-bugs by date

  From Date Subject
Next Message Robert E. Bruccoleri 2003-03-26 00:07:37 Re: Bug report
Previous Message Stephan Szabo 2003-03-25 18:56:47 Re: Postgresql 7.3.2 Crash