Re: Cygwin PostgreSQL postmaster problem

From: svetsch(at)tradewinds-solutions(dot)com
To: Jason Tishler <Jason(dot)Tishler(at)dothill(dot)com>
Cc: pgsql-ports(at)postgresql(dot)org
Subject: Re: Cygwin PostgreSQL postmaster problem
Date: 2001-03-19 07:41:12
Message-ID: OF2779BD85.8288610A-ONC1256A14.0029F84C@LocalDomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports


You were right, my installation of the dev release of cygwin had failed.
Now everything is working fine with the following config :

cygwin (dev snapshot 2001-03-12)
cygipc-1.09-2
postgresql-7.1-beta6

Thanks for your quick answer !

--
Samuel Vetsch
Trade Winds Solutions
36, rue du XXXI Décembre
CH - 1207 Genève
http://www.tradewinds-solutions.com

|--------+--------------------------->
| | Jason Tishler |
| | <Jason(dot)Tishler(at)do|
| | thill.com> |
| | |
| | 16.03.2001 22:39 |
| | |
|--------+--------------------------->
>---------------------------------------------------------------------------------------------------------------------------|
| |
| To: svetsch(at)tradewinds-solutions(dot)com |
| cc: pgsql-ports(at)postgresql(dot)org |
| Subject: Re: [PORTS] Cygwin PostgreSQL postmaster problem |
>---------------------------------------------------------------------------------------------------------------------------|

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

Browse pgsql-ports by date

  From Date Subject
Next Message Jason Tishler 2001-03-20 03:02:09 Re: PostGreSQL on NT 4.0
Previous Message Michael Moehle 2001-03-18 21:05:26 Starting Postgres under Win2K