Re: problem upgrading to PostgreSQL 7.4

From: Claudio Natoli <claudio(dot)natoli(at)memetrics(dot)com>
To: 'Manuel Tejada' <mantemu(at)terra(dot)com(dot)pe>, pgsql-cygwin(at)postgresql(dot)org
Subject: Re: problem upgrading to PostgreSQL 7.4
Date: 2003-12-15 00:56:29
Message-ID: A02DEC4D1073D611BAE8525405FCCE2B02808F@harris.memetrics.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

For 7.4.2, you'll need ipc-daemon2 (note the "2"), which you can get from
the cygipc-2.02-1 package now available with Cygwin setup.

Cheers,
Claudio

> -----Original Message-----
> From: Manuel Tejada [mailto:mantemu(at)terra(dot)com(dot)pe]
> Sent: Monday, 15 December 2003 11:49 AM
> To: pgsql-cygwin(at)postgresql(dot)org
> Subject: [CYGWIN] problem upgrading to PostgreSQL 7.4
>
>
> I was working with PostgreSQL 7.3.4 easily.
> Yesterday I decided to made an upgrade to PostgreSQL 7.4.2.
> After upgrading from internet with the setup.exe I followed the normal
> procedure to inicializate the postgre. Observe that The initdb failed.
>
> -------------------------------------
> admin(at)alejo ~
> $ ipc-daemon &
> [1] 935405
>
> admin(at)alejo ~
> $ initdb -D /usr/share/postgresql/data
> The files belonging to this database system will be owned by
> user "admin".
> This user must also own the server process.
>
> The database cluster will be initialized with locale C.
>
> creating directory /usr/share/postgresql/data... ok
> creating directory /usr/share/postgresql/data/base... ok
> creating directory /usr/share/postgresql/data/global... ok
> creating directory /usr/share/postgresql/data/pg_xlog... ok
> creating directory /usr/share/postgresql/data/pg_clog... ok
> selecting default max_connections... 10
> selecting default shared_buffers... 50
> creating configuration files... ok
> creating template1 database in
> /usr/share/postgresql/data/base/1... FATAL:
> could not create shared memory segment: Function not implemented
> DETAIL: Failed system call was shmget(key=1, size=1081344, 03600).
>
> initdb: failed
> initdb: removing data directory "/usr/share/postgresql/data"
>
> admin(at)alejo ~
>
> ---------------------------------------------
>
>
> My questions are:
> a) Why I get the FATAL error if I have started the ipc daemon
> before the
> initdb?
> b) How to fix this?
>
> Note.- This is no the first upgrade I made. The upgrading
> from version 7.2
> to 7.3 was without problem.
>
> I'll appreciate any answer
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>

---
Certain disclaimers and policies apply to all email sent from Memetrics.
For the full text of these disclaimers and policies see
<a
href="http://www.memetrics.com/emailpolicy.html">http://www.memetrics.com/em
ailpolicy.html</a>

Responses

Browse pgsql-cygwin by date

  From Date Subject
Next Message Manuel Tejada 2003-12-15 01:31:16 Re: problem upgrading to PostgreSQL 7.4
Previous Message Manuel Tejada 2003-12-15 00:49:01 problem upgrading to PostgreSQL 7.4