Re: initdb and postgresql 8

From: "Leeuw van der, Tim" <tim(dot)leeuwvander(at)nl(dot)unisys(dot)com>
To: "Marek Lewczuk" <newsy(at)lewczuk(dot)com>, "Lista dyskusyjna pgsql-cygwin" <pgsql-cygwin(at)postgresql(dot)org>
Subject: Re: initdb and postgresql 8
Date: 2004-10-06 11:13:26
Message-ID: BF88DF69D9E2884B9BE5160DB2B97A85010D6E14@nlshl-exch1.eu.uis.unisys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

Hiya,

I think you should configure cygserver (don't forget to add the env. var. CYGWIN containing the word 'server').

ipc-daemon is no longer used.

regards,

--Tim

-----Original Message-----
From: pgsql-cygwin-owner(at)postgresql(dot)org
[mailto:pgsql-cygwin-owner(at)postgresql(dot)org]On Behalf Of Marek Lewczuk
Sent: Wednesday, October 06, 2004 10:21 AM
To: Lista dyskusyjna pgsql-cygwin
Subject: [CYGWIN] initdb and postgresql 8

I'm trying to initialize postgresql 8.0 but initdb produce below errors:
$ initdb
The files belonging to this database system will be owned by user "ml".
This user must also own the server process.

The database cluster will be initialized with locale C.

creating directory /usr/local/pgsql/data ... ok
creating directory /usr/local/pgsql/data/global ... ok
creating directory /usr/local/pgsql/data/pg_xlog ... ok
creating directory /usr/local/pgsql/data/pg_xlog/archive_status ... ok
creating directory /usr/local/pgsql/data/pg_clog ... ok
creating directory /usr/local/pgsql/data/pg_subtrans ... ok
creating directory /usr/local/pgsql/data/base ... ok
creating directory /usr/local/pgsql/data/base/1 ... ok
creating directory /usr/local/pgsql/data/pg_tblspc ... ok
selecting default max_connections ... 10
selecting default shared_buffers ... 50
creating configuration files ... ok
creating template1 database in /usr/local/pgsql/data/base/1 ... FATAL:
could no
t create shared memory segment: Function not implemented
DETAIL: Failed system call was shmget(key=1, size=1171456, 03600).
child process exited with exit code 1
initdb: failed
initdb: removing data directory "/usr/local/pgsql/data"
[1]+ Done ipc-daemon2

Is 8.0 version working on Cygwin ? Thanks for any help.

ML

---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend

Responses

Browse pgsql-cygwin by date

  From Date Subject
Next Message Marek Lewczuk 2004-10-06 12:09:07 Re: initdb and postgresql 8
Previous Message Marek Lewczuk 2004-10-06 08:21:28 initdb and postgresql 8