Re: The service did not respond to the start..

Поиск
Список
Период
Сортировка
От Russell Black
Тема Re: The service did not respond to the start..
Дата
Msg-id 0f4601c1f777$a5c11d30$0464a8c0@iarchives.com
обсуждение исходный текст
Ответ на Re: The service did not respond to the start..  ("Robert J. Sanford, Jr." <rsanford@trefs.com>)
Список pgsql-cygwin
I had a similar problem with the Postgres service itself on Win2k.
Sometimes it would start automatically, and sometimes it would require a
manual start.  This problem was caused because it was trying to start the
postgres service before the network services had started (e.g. the tcpip
service).  I was able to solve this problem by making my postgres service
dependent on the tcpip service and the LanmanWorkstation service, like this

cygrunsrv --install postmaster --path /usr/bin/postmaster --args "-i" --dep
ipc-daemon --dep LanmanWorkstation --dep tcpip --termsig INT --user
administrator --shutdown

Perhaps the ipc-daemon service is having a similar issue on your box.

----- Original Message -----
From: "Robert J. Sanford, Jr." <rsanford@trefs.com>
To: <pgsql-cygwin@postgresql.org>
Sent: Thursday, May 09, 2002 9:48 AM
Subject: Re: [CYGWIN] The service did not respond to the start..


> i have had very inconsistent behaviour running the ipc-daemon
> as a service on win2k. for whatever reason on some machines it
> will start up fine every time i restart the machine. on other
> machines it requires me to manually go into the services control
> panel and start it up. i have no idea what the differences are
> so i don't know if it is a config error on my part or a bug on
> the daemon's part. right now i'm betting on config error... :(
>
> rjsjr
>
> > -----Original Message-----
> > From: pgsql-cygwin-owner@postgresql.org
> > [mailto:pgsql-cygwin-owner@postgresql.org]On Behalf Of
> > Henshall, Stuart
> > - WCP
> > Sent: Thursday, May 09, 2002 10:35 AM
> > To: 'Liviu Taloi'; pgsql-cygwin@postgresql.org
> > Subject: Re: [CYGWIN] The service did not respond to the start..
> >
> >
> > I've never installed on XP, just NT4.
> > All I needed to do was to do ipc-daemon --install-as-service
> > This worked for me.
> > I then altered the user to be able to ustalise that users
> > cygwin settings by going into services from the control panel
> > and getting the startup for cygwin ipc daemon, then told it to
> > log in as this account using my postgres account.
> > Hope this helps,
> > - Stuart
> >
> > > -----Original Message-----
> > > From: Liviu Taloi [mailto:ltaloi@yahoo.com]
> > >
> > > Yes, the ipc-daemon starts from the cygwin prompt
> > > with:
> > > > ipc-dameon &
> > > But this way it is not a service, a NT/XP service.
> > > Thx.
> > > Liviu.
> > > --- "Henshall, Stuart - WCP"
> > > <SHenshall@westcountrypublications.co.uk> wrote:
> > > > Can you run the ipc-daemon from cygwin bash (ie
> > > > ipc-daemon &)?
> > > > If not it might be that the files in /tmp needs
> > > > deleting (or use the actual
> > > > ipc tools to clean up).
> > > > Hope this helps,
> > > > - Stuart
> > >
> > >
> > > __________________________________________________
> > > Do You Yahoo!?
> > > Yahoo! Shopping - Mother's Day is May 12th!
> > > http://shopping.yahoo.com
> > >
> >
> > ---------------------------(end of
> > broadcast)---------------------------
> > TIP 5: Have you checked our extensive FAQ?
> >
> > http://www.postgresql.org/users-lounge/docs/faq.html
> >
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org


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

Предыдущее
От: Michael Adler
Дата:
Сообщение: Re: The service did not respond to the start..
Следующее
От: Jason Tishler
Дата:
Сообщение: Re: The service did not respond to the start..