Re: initdb and postgresql 8

From: Marek Lewczuk <newsy(at)lewczuk(dot)com>
To: Reini Urban <rurban(at)x-ray(dot)at>
Cc: "Leeuw van der, Tim" <tim(dot)leeuwvander(at)nl(dot)unisys(dot)com>, Lista dyskusyjna pgsql-cygwin <pgsql-cygwin(at)postgresql(dot)org>
Subject: Re: initdb and postgresql 8
Date: 2004-10-06 12:42:50
Message-ID: 4163E84A.5010302@lewczuk.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

Reini Urban wrote:
> Leeuw van der, Tim schrieb:
>
>> 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.
>
>
> You also have the problem, that you obviosuly didn't remove libipc.a
> from your system, so configure took this old deprecated library (with
> unsupported API calls) and you have no chance to use the new cygserver
> services.
>
> BTW: There's an experimental postgresql-8.0.0cvs package in cygwin
> setup.exe now. you might want to try that instead.
Ok. After installing 8.0.0cvs version from cygwin's packages innitdb
returns other 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 ... Signal 12
Signal 12
Signal 12
Signal 12
Signal 12
Signal 12
10
selecting default shared_buffers ... Signal 12
Signal 12
Signal 12
Signal 12
Signal 12
Signal 12
Signal 12
Signal 12
Signal 12
Signal 12
Signal 12
50
creating configuration files ... ok
creating template1 database in /usr/local/pgsql/data/base/1 ... Signal 12
child process exited with exit code 140
initdb: failed
initdb: removing data directory "/usr/local/pgsql/data"

?

In response to

Responses

Browse pgsql-cygwin by date

  From Date Subject
Next Message Leeuw van der, Tim 2004-10-06 14:57:54 Re: initdb and postgresql 8
Previous Message Reini Urban 2004-10-06 12:13:24 Re: initdb and postgresql 8