Re: Cygwin PostgreSQL postmaster problem

From: Jason Tishler <Jason(dot)Tishler(at)dothill(dot)com>
To: svetsch(at)tradewinds-solutions(dot)com
Cc: pgsql-ports(at)postgresql(dot)org
Subject: Re: Cygwin PostgreSQL postmaster problem
Date: 2001-03-16 21:39:57
Message-ID: 20010316163957.E568@dothill.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Samuel,

On Fri, Mar 16, 2001 at 04:44:32PM, svetsch(at)tradewinds-solutions(dot)com wrote:
> cygwin (today dev snapshot 2001-03-12)
> cygipc-1.09-2
> postgresql-7.1-beta5

I just tried the above and it passes the regression test without any
errors.

> I have successfully installed cygipc (ipc-daemon as a service) compiled
> PostgreSQL and executed initdb.
> But each time I try to execute postmaster, I get :
>
> $ postmaster -i -d1
> FindExec: searching PATH ...
> FindExec: found "/usr/local/pgsql/bin/postmaster" using PATH
> C:\cygwin\usr\local\pgsql\bin\postgres.exe: ***
> recreate_mmaps_after_fork_failed
> postmaster: reaping dead processes...
> postmaster: Startup proc 1196 exited with status 256 - abort
>
> Any Ideas ?

The above is a known problem that has already been fixed. See the
following for details:

http://www.postgresql.org/mhonarc/pgsql-ports/2001-02/msg00012.html
http://www.postgresql.org/mhonarc/pgsql-ports/2001-02/msg00014.html

Try executing "uname -r". Do you get "1.3.0s..." or "1.1.8..."?

Did you stop the ipc-daemon service (and *all* other Cygwin processes)
before installing the snapshot? If not, then the Cygwin 1.1.8-2 DLL is
probably locked in memory preventing the snapshot DLL from taking affect.

Jason

--
Jason Tishler
Director, Software Engineering Phone: +1 (732) 264-8770 x235
Dot Hill Systems Corp. Fax: +1 (732) 264-8798
82 Bethany Road, Suite 7 Email: Jason(dot)Tishler(at)dothill(dot)com
Hazlet, NJ 07730 USA WWW: http://www.dothill.com

In response to

Browse pgsql-ports by date

  From Date Subject
Next Message Michael Moehle 2001-03-18 21:05:26 Starting Postgres under Win2K
Previous Message Michael Davis 2001-03-16 20:45:37 RE: Cygwin PostgreSQL postmaster problem