Re: Trouble starting ipc-daemon as a service

Поиск
Список
Период
Сортировка
От Vincent Hikida
Тема Re: Trouble starting ipc-daemon as a service
Дата
Msg-id 06c701c32f8f$48f747e0$6601a8c0@HOMEOFFICE
обсуждение исходный текст
Ответ на Trouble starting ipc-daemon as a service  ("Dave Steenburg" <dsteenburg@rogers.com>)
Список pgsql-cygwin
This probably isn't your problem. However, if you have a program running called "Freedom" which prevents advertisements in your browser, make sure it is not running. Freedom caused a couple of us with XP home to have problems with pgsql.
 
 
Vincent Hikida,
Member of Technical Staff - Urbana Software, Inc.
"A Personalized Learning Experience"
 
----- Original Message -----
Sent: Tuesday, June 10, 2003 1:20 PM
Subject: [CYGWIN] Trouble starting ipc-daemon as a service

I'm running on Windows XP Home version, using Cygwin 1.3.14-1, PostgreSQL 7.2.3, and the ipc-daemon in Cygipc 1.11-1.  I have followed the instructions in usr/doc/Cygwin/postgresql-7.2.3.README.  I put it into a small script file that looks like:
 
    ipc-daemon --install-as-service
    cygrunsrv --install postmaster --path /usr/bin/postmaster --args "-D /usr/share/postgresql/data -i" --dep ipc-daemon --termsig INT --user postgres --shutdown
    mkdir /usr/share/postgresql/data
    chown postgres /usr/share/postgresql/data
    initdb -D /usr/share/postgresql/data
    net start ipc-daemon
    net start postmaster
 
 Yet when the script gets to "net start ipc-daemon" I get the message:
    The Cygwin IPC Daemon service is starting.
    The Cygwin IPC Daemon service could not be started.
    
So, of course, the postmaster service also failed.  When I tried going through the Service Manager to start ipc-daemon, it said the service on Local System "started then stopped" and suggested "Some services stop automatically if they have no work to do"   
 
Can anyone suggest what I might be doing wrong?
 
Dave

В списке pgsql-cygwin по дате отправления:

Предыдущее
От: "Dave Steenburg"
Дата:
Сообщение: Trouble starting ipc-daemon as a service
Следующее
От: "Dave Steenburg"
Дата:
Сообщение: Re: Trouble starting ipc-daemon as a service