From: | Godshall Michael <Michael_Godshall(at)gmachs(dot)com> |
---|---|
To: | 'Mimi Wu' <MimiW(at)fes(dot)org>, pgsql-cygwin(at)postgresql(dot)org |
Subject: | Re: install ipc-daemon and postmaster as Windows service |
Date: | 2003-12-04 21:14:01 |
Message-ID: | A596FA3368757645AF862C701495CA0002A5E316@hor1mspmx01.gmachs.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-cygwin |
Hi,
My cygrunsrv is in path/bin.
Postmaster I believe has moved as well. On mine it is now under
/usr/local/pgsql/data
-----Original Message-----
From: pgsql-cygwin-owner(at)postgresql(dot)org
[mailto:pgsql-cygwin-owner(at)postgresql(dot)org]On Behalf Of Mimi Wu
Sent: Thursday, December 04, 2003 2:52 PM
To: pgsql-cygwin(at)postgresql(dot)org
Subject: [CYGWIN] install ipc-daemon and postmaster as Windows services
I installed postgreSQL7.4 on Windows XP. I rebooted the machine, and could
not log into psql any more. I have to go through ./configure, make, make
install .... all over again. I guess that I need to install ipc-daemon and
postmaster as Windows services. I find some instruction from internet as
follows:
$ ipc-daemon --install-as-service
$ cygrunsrv --install postmaster --path /usr/bin/postmaster --args "-D
/usr/share/postgresql/data -i" --dep c-daemon -- msig --user postgres
--shutdown
$ cygrunsrv -S ipc-daemon # actually this step is optional
$ cygrunsrv -S postmaster
I notice that ipc-daemon should be ipc-daemon2 in vs. 7.4. But I cannot find
cygrunsrv in path/usr/bin/ directory. Can you tell me whether above scripts
are still valid for installing postgreSQL7.4? If they are, what is the
equivalent for cygrunsrv? If they are not, what are the scripts for
installing ipc-daemon and postmaster as Windows services?
Thanks
Mimi
From | Date | Subject | |
---|---|---|---|
Next Message | Mimi Wu | 2003-12-04 21:52:36 | Re: install ipc-daemon and postmaster as Windows services |
Previous Message | Sheela Rayala | 2003-12-04 21:02:57 | initdb failed: Detail: Failed system call was shmget(key=1, size=1081344, 03600) |