Signal 12

Lists: pgsql-cygwin
From: "Hans Steffen Schneider" <hans(dot)s(dot)schneider(at)gmx(dot)de>
To: <pgsql-cygwin(at)postgresql(dot)org>
Subject: Signal 12
Date: 2004-06-27 22:59:55
Message-ID: 000201c45c9a$773de300$cb65fea9@aguila
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-cygwin

Hi,
i am a beginner under cygwin and i
got the following problem:

- compiled version 7.4.3-1 from source with
./configure
make
make install

- started deamon
ipc-daemon2 &

- new directory
mkdir /usr/src/postgresql-7.4.3-1/data

sofar so good.

- initializing
initdb -D /usr/local/pgsql/data -W -E LATIN1
The files belonging to this database system will be owned by user "hss".
This user must also own the server process.

The database cluster will be initialized with locale C.

fixing permissions on existing directory /usr/local/pgsql/data... ok
creating directory /usr/local/pgsql/data/base... 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_clog... 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

initdb: failed

any ideas ?

thank you.

hans


From: mike g <mike(at)thegodshalls(dot)com>
To: Hans Steffen Schneider <hans(dot)s(dot)schneider(at)gmx(dot)de>
Cc: pgsql-cygwin(at)postgresql(dot)org
Subject: Re: Signal 12
Date: 2004-07-01 03:32:23
Message-ID: 1088652743.20010.6.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-cygwin

Don't use ipc-daemon2. As of 7.4.2-1 it is no longer used with
Postgresql. Install, configure, and start cygserver. Then rebuild the
source code. See the cygserver readme in /usr/share/doc/Cygwin

On Sun, 2004-06-27 at 17:59, Hans Steffen Schneider wrote:
> Hi,
> i am a beginner under cygwin and i
> got the following problem:
>
> - compiled version 7.4.3-1 from source with
> ./configure
> make
> make install
>
> - started deamon
> ipc-daemon2 &
>
> - new directory
> mkdir /usr/src/postgresql-7.4.3-1/data
>
> sofar so good.
>
> - initializing
> initdb -D /usr/local/pgsql/data -W -E LATIN1
> The files belonging to this database system will be owned by user "hss".
> This user must also own the server process.
>
> The database cluster will be initialized with locale C.
>
> fixing permissions on existing directory /usr/local/pgsql/data... ok
> creating directory /usr/local/pgsql/data/base... 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_clog... 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
>
> initdb: failed
>
>
> any ideas ?
>
> thank you.
>
> hans
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org