Re: Cygwin - Postgres won't start

From: Együd Csaba <csegyud(at)freemail(dot)hu>
To: "Trewern, Ben" <Ben(dot)Trewern(at)mowlem(dot)com>, pgsql-admin <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Cygwin - Postgres won't start
Date: 2003-05-20 09:14:08
Message-ID: 001501c31eb0$2df64ee0$210a0a0a@info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

RE: [ADMIN] Cygwin - Postgres won't startYes, you are right.
I have realized just before that XFree86 setup owerwrote the ipc-daemon files with an older version. I reinstalled the newest one and everything goes on.

Thank you for your help,
--Csaba
----- Original Message -----
From: Trewern, Ben
To: 'Együd Csaba' ; pgsql-admin
Sent: Tuesday, May 20, 2003 11:09 AM
Subject: RE: [ADMIN] Cygwin - Postgres won't start

It looks like your ipc-daemon is dying for some reason. It may be worth looking at version 1.14 see http://www.neuro.gatech.edu/users/cwilson/cygutils/cygipc/

I have a similar system up and running with no problems.

Ben

-----Original Message-----
From: Együd Csaba [mailto:csegyud(at)freemail(dot)hu]
Sent: 18 May 2003 09:16
To: pgsql-admin
Subject: [ADMIN] Cygwin - Postgres won't start

Hi,
I previously successfully installed postgres (7.3.2-1) under cygwin - thanks
for your help. I found it accelent. Really. Everything - at least those
functions I use - is working absoultly the same way as under Linux.

But I decided (unfortunatelly) to set up XFree86 - just for fun. By now I
can't start my postgres server. X is ok, but postgres is down.

What could be the reason of this problem. I start ipc-daemon and try to
start postgres. I would like to underline that it had been working before I
installed X.
----------------------------------------------------------------------------
----------
$ ipc-daemon.exe &
[1] 2324

$ pg_ctl start -D /usr/local/pgsql/data -m fast &
[2] 3208
[1] Done ipc-daemon.exe

$ postmaster successfully started
IpcMemoryCreate: shmget(key=5432001, size=1499136, 03600) failed: Function
not implemented

[2]+ Done pg_ctl start -D /usr/local/pgsql/data -m fast
----------------------------------------------------------------------------
-----------

My original startup file looks like this:
----------------------------------------------------------------------------
-----------
ipc-daemon 2>&1 &
pg_ctl start -D /usr/local/pgsql/data -m fast 2>&1 &
----------------------------------------------------------------------------
-----------

I am looking forward to your answer. Thank you in advance.

-- Csaba

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org

*****************************************************************************
This email and any attachments transmitted with it are confidential
and intended solely for the use of the individual or entity to whom
they are addressed. If you have received this email in error please
notify the sender and do not store, copy or disclose the content
to any other person.

It is the responsibility of the recipient to ensure that opening this
message and/or any of its attachments will not adversely affect
its systems. No responsibility is accepted by the Company.
*****************************************************************************

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Dmitry Morozovsky 2003-05-20 10:22:29 logging modifying statements only
Previous Message Trewern, Ben 2003-05-20 09:09:15 Re: Cygwin - Postgres won't start