Re: Error by starting postmaster - Mailing list pgsql-ports

From Jason Tishler
Subject Re: Error by starting postmaster
Date
Msg-id 20010219095208.E211@dothill.com
Whole thread Raw
In response to Re: Error by starting postmaster  (Jason Tishler <Jason.Tishler@dothill.com>)
List pgsql-ports
Rolf,

On Mon, Feb 19, 2001 at 10:14:08AM +0100, bcs-brockmann.de wrote:
> Hallo Jason,
> thanks fpr your message below.
> Charles Wilson has a new version of cygipc, now there is only the error
> message
> recreate_mmaps_after_fork_failed
> Startup failed - abort
>
> I want to go back to cygwin 1.1.7, but how can I do it?
> I only have the complete version of 1.1.8. When I go to
> ftp://ftp.sunsite.utk.edu/pub/cygwin/latest/cygwin/ and downloaded
> cygwin-1.1.7-1.tar.gz and make tar with the installed 1.1.8, is that enough
> for downgrading to 1.1.7?
> But now I have still the same error!
>
> What to do ?

This is an excellent question.  When I suggested downgrading to 1.1.7, I
just assumed that the previous version relative to 1.1.8-2 was 1.1.7-1.
I didn't remember that 1.1.8-1 was released.

The reason why your tar procedure failed was that the 1.1.8 DLL (i.e.,
cygwin1.dll) was locked in memory when you were trying to overwrite it
with the 1.1.7 version.  The only way that you will be successful is to
make sure that you have exited all Cygwin processes (including inetd,
if running) before you attempt to overwrite the DLL.  And, then use a
non-Cygwin (i.e., straight Win32) tool, to install the DLL.  The tool
to use is just Cygwin's setup.exe.

Use the following procedure:

    1. copy cygwin-1.1.7-1.tar.gz to an empty directory
    2. run Cygwin's setup.exe
    3. choose "Install from Local Directory"
    3. choose the directory used in step 1 for the "Local Package Directory"
    4. choose the defaults for the remainder of the dialogs

You have now downgraded to Cygwin 1.1.7.

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.Tishler@dothill.com
Hazlet, NJ 07730 USA                 WWW:   http://www.dothill.com

pgsql-ports by date:

Previous
From: Jason Tishler
Date:
Subject: Re: Problem with PostgreSQL on Win2K (ipc-daemon)
Next
From: Jason Tishler
Date:
Subject: Re: [ANN] CygIPC package updated