Thread: postgres.exe: *** recreate_mmaps_after_fork_failed
Hi,
I have successfully installed postgresql 7.2.2. on windows XP.I am using cygipc-1.11-1 package.
On running the database it gives the following error:
******************************************************
amit gupta@AMITG /cygdrive/c/pgsql
$ postmaster -D /usr/local/pgsql/data
C:\cygwin\usr\local\pgsql\bin\postgres.exe: *** recreate_mmaps_after_fork_failed
$ postmaster -D /usr/local/pgsql/data
C:\cygwin\usr\local\pgsql\bin\postgres.exe: *** recreate_mmaps_after_fork_failed
C:\cygwin\usr\local\pgsql\bin\postgres.exe: *** recreate_mmaps_after_fork_failed
DEBUG: statistics collector process (pid 2280) exited with exit code 1
DEBUG: startup process (pid 2316) exited with exit code 1
DEBUG: aborting startup due to startup process failure
C:\cygwin\usr\local\pgsql\bin\postgres.exe: *** recreate_mmaps_after_fork_failed
DEBUG: startup process (pid 2316) exited with exit code 1
DEBUG: aborting startup due to startup process failure
C:\cygwin\usr\local\pgsql\bin\postgres.exe: *** recreate_mmaps_after_fork_failed
[2]+ Done ipc-daemon
*******************************************************
Please help me to get out of this problem.
Thanks
Amit Gupta
Amit, On Thu, Sep 05, 2002 at 12:29:22PM +0530, Amit Gupta wrote: > I have successfully installed postgresql 7.2.2. on windows XP.I am > using cygipc-1.11-1 package. Did you build a Cygwin PostgreSQL 7.2.2 yourself? Or, do you really mean 7.2.1-2? BTW, I just uploaded Cygwin PostgreSQL 7.2.2-1 to the Cygwin site. If you built your own version, then please try this one. Does it fail in the same way? > On running the database it gives the following error: > ****************************************************** > $ ipc-daemon & > [2] 3656 > > $ postmaster -D /usr/local/pgsql/data > C:\cygwin\usr\local\pgsql\bin\postgres.exe: *** recreate_mmaps_after_fork_failed Sorry, but I cannot reproduce the above problem under Windows 2000. Since I do not have access to XP, you will have to debug this yourself. > [2]+ Done ipc-daemon Does ipc-daemon really terminate all by itself? Jason
Amit, Please keep your replies on-list. On Sat, Sep 07, 2002 at 10:40:27AM +0530, Amit Gupta wrote: > Thanks ! Cygwin PostgreSQL 7.2.2-1 works fine. I'm glad that the official Cygwin PostgreSQL package works for you. > But , I think there is some configuration problem with my earlier > seperately downloaded postgresql-7.2.2 and then configure with cygwin. Please try to use the official package unless it is not configured to meet your needs. Thanks, Jason