Upgrading to 7.3.1 problem

From: Vernon Wu <vernonw(at)gatewaytech(dot)com>
To: pgsql-cygwin(at)postgresql(dot)org
Subject: Upgrading to 7.3.1 problem
Date: 2003-01-18 04:03:25
Message-ID: 428652B9B9NPKE0ID95NVTPJ94WQGC.3e28d20d@kimiko
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

I am working on upgrading PostgreSQL from 7.2.1 to 7.3.1 on Windows. On the second installation step, I run into the
following problem.

$ initdb -D /usr/share/postgresql/data/
The files belonging to this database system will be owned by user "postgres".
This user must also own the server process.

The database cluster will be initialized with locale C.

Fixing permissions on existing 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
creating template1 database in /usr/share/postgresql/data//base/1... IpcSemaphoreCreate: semget(key=1, num=17,
03600) failed: Function not implemented

initdb failed.

Is the package I download incomplete? Or something else?

Thanks for your helps.

Vernon

Browse pgsql-cygwin by date

  From Date Subject
Next Message Sean Carlos 2003-01-18 07:31:16 Postgres 7.3.1 on Windows XP Home / Professional
Previous Message Jason Tishler 2003-01-17 21:25:18 Re: Postgres 7.3 from source --with-tcl : Errors again...