Re: cannot initdb

From: Serkan Bektaş <sbektas(at)karincaint(dot)com(dot)tr>
To: <joe(at)jwebmedia(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: cannot initdb
Date: 2002-03-12 18:47:52
Message-ID: NGBBKAHEKENENJFJMBDGGEHPCBAA.sbektas@karincaint.com.tr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


1)
is Firebird/Interbase SQL Server installed and running already ?
If it is ; I remember something wrong with semaphores between PostgreSQL and
Firebird.
In this situation you can get semaphores clean with some commands that I
couldnt remember now...

2)
you must stop any running postmaster process before initdb
----------------------------------------------------------------------------
-----------

Greetings,

Serkan Bektas

-----Original Message-----
From: pgsql-general-owner(at)postgresql(dot)org
[mailto:pgsql-general-owner(at)postgresql(dot)org]On Behalf Of Joseph Koenig
Sent: 12 Mart 2002 Sali 16:18
To: pgsql-general(at)postgresql(dot)org
Subject: [GENERAL] cannot initdb

I installed 7.1.3 from ports on FreeBSD 4.2 and when I tried to initdb,
it failed:

su -l pgsql -c initdb
This database system will be initialized with username "pgsql".
This user will own all the data files and must also own the server process.

Creating directory /usr/local/pgsql/data
Creating directory /usr/local/pgsql/data/base
Creating directory /usr/local/pgsql/data/global
Creating directory /usr/local/pgsql/data/pg_xlog
Creating template1 database in /usr/local/pgsql/data/base/1
IpcSemaphoreCreate: semget(key=1, num=17, 03600) failed: Function not
implemented

initdb failed.
Removing /usr/local/pgsql/data.
Removing temp file /tmp/initdb.16303.

What does the IpcSemaphoreCreate line mean? Thanks,

Joe

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Neil Conway 2002-03-12 18:51:14 Re: Zlib vulnerability heads-up.
Previous Message Andrew Sullivan 2002-03-12 18:20:17 Re: Zlib vulnerability heads-up.