Обсуждение: Signal 12

Поиск
Список
Период
Сортировка

Signal 12

От
"Hans Steffen Schneider"
Дата:
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


Re: Signal 12

От
mike g
Дата:
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@postgresql.org