Re: Error when I try to run initdb under cygwin. Plz help me...

From: "Leeuw van der, Tim" <tim(dot)leeuwvander(at)nl(dot)unisys(dot)com>
To: <pgsql-cygwin(at)postgresql(dot)org>
Subject: Re: Error when I try to run initdb under cygwin. Plz help me...
Date: 2004-02-17 12:21:27
Message-ID: DD0DC14935B1D211981A00105A1B28DB0A7B4D62@NL-ASD-EXCH-1
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

Hi Flavio,

Postmaster doesn't detach itself from stdin/stdout. You want to use pg_ctl, which will start you the postmaster in the background.

About the shmdt error which you get -- I have no idea how harmful it is! Sorry, but I can't help you there.

regards,

--Tim

THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers.

-----Original Message-----
From: Flávio Henrique [mailto:flavinhohenrique(at)terra(dot)com(dot)br]
Sent: dinsdag 17 februari 2004 13:01
To: pgsql-cygwin(at)postgresql(dot)org
Cc: Leeuw van der, Tim
Subject: Re: [CYGWIN] Error when I try to run initdb under cygwin. Plz
help me...

Tim... thanx... it works...
but now I have other problem that maybe you can help again...

after run 'postmaster -D /var/psql' the first messsage is:

LOG: shmdt(0x846e0000) failed: Invalid argument

after that others messages come, until "LOG: database system is ready"
but seems that the process do not finish yet, 'cause the cursor do not
appears in screen..

I must run posmaster with '&' ??
the first message (error) is real problem ?
why the process do not finish? I must open other cygwin bash sheel ??

thanx

Flávio Henrique

Browse pgsql-cygwin by date

  From Date Subject
Next Message ROUWEZ Stephane 2004-02-17 15:52:16 Problem with ipc-daemon2 and initdb on windows 2000
Previous Message Flávio Henrique 2004-02-17 12:00:58 Re: Error when I try to run initdb under cygwin. Plz help me...