Re: Run postmaster as a NT service with invoker 1.53

Поиск
Список
Период
Сортировка
От Jason Tishler
Тема Re: Run postmaster as a NT service with invoker 1.53
Дата
Msg-id 20001204091707.C373@dothill.com
обсуждение исходный текст
Ответ на Run postmaster as a NT service with invoker 1.53  ("Éric Prévost-Dansereau" <eric@esc.rosemere.qc.ca>)
Список pgsql-ports
Eric,

On Sat, Dec 02, 2000 at 02:58:06PM -0500, Xric PrXvost-Dansereau wrote:
>    Now, I want to run these software as services with invoker 1.53.
>    ipc-deamon work well, but I have problems with postmaster.

Try searching the archives, there have been recent posts demonstrating
various approaches to running postmaster as a service.  May be one of
these will work well enough for you.

>    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\pgsql\Parameters]
>    "Application"="d:\\cygwin\\usr\\ocal\\pgsql\\bin\\postmaster"
                                     ^
                                     +-- Is this a typo (i.e., missing an "l")?
>    "AppParameters"="-i"
>
>    Have an idea?

By default, postmaster is a symlink to postgres.exe.  So unless you did
something to workaround this, NT will not be able to start postmaster since
it does not grok symlinks.  The simplest solution to this issue is to
delete the symlink and copy postgres.exe to postmaster.exe.

Jason

--
Jason Tishler
Director, Software Engineering       Phone: +1 (732) 264-8770 x235
Dot Hill Systems Corporation         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 по дате отправления:

Предыдущее
От: Jason Tishler
Дата:
Сообщение: Re: ./configure returns errors
Следующее
От: "Zenon Braga F."
Дата:
Сообщение: I'm not able to install PostgreSQL