INITDB error

From: Mike Leahy <mgleahy(at)fes(dot)uwaterloo(dot)ca>
To: pgsql-cygwin(at)postgresql(dot)org
Subject: INITDB error
Date: 2003-12-09 18:15:39
Message-ID: 1070993739.3fd6114b60962@www.nexusmail.uwaterloo.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

Hello all,

I just compiled and installed PostgreSQL 7.4 on a cygwin/WinXP platform. When
I try to run the initdb command, I get the results below. Has anyone had a
similar problem, and/or does anyone know what I should do to get around this?

Thanks,
Mike.

===========================================================================

$ initdb -D /usr/share/postgresql/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 /usr/share/postgresql/data... ok
creating directory /usr/share/postgresql/data/base... ok creating
directory /usr/share/postgresql/data/global... ok creating
directory /usr/share/postgresql/data/pg_xlog... ok creating
directory /usr/share/postgresql/data/pg_clog... ok selecting default
max_connections... 100 selecting default shared_buffers... 1000 creating
configuration files... ok creating template1 database
in /usr/share/postgresql/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... ERROR: end-of-copy
marker does not match previous newline style
CONTEXT: COPY tmp_pg_description, line 1542: ""

initdb: failed

----------------------------------------
This mail sent through www.mywaterloo.ca

Browse pgsql-cygwin by date

  From Date Subject
Next Message Peter Eisentraut 2003-12-09 19:00:37 Re: initdb failed: Detail: Failed system call was shmget(key=1, size=1081344, 03600)
Previous Message Mike Leahy 2003-12-09 18:12:16 INITDB error