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

From: "Russell Black" <rblack(at)iarchives(dot)com>
To: "Robert J(dot) Sanford, Jr(dot)" <rsanford(at)trefs(dot)com>, <pgsql-cygwin(at)postgresql(dot)org>
Subject: Re: The service did not respond to the start..
Date: 2002-05-09 16:36:19
Message-ID: 0f4601c1f777$a5c11d30$0464a8c0@iarchives.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)trefs(dot)com>
To: <pgsql-cygwin(at)postgresql(dot)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(at)postgresql(dot)org
> > [mailto:pgsql-cygwin-owner(at)postgresql(dot)org]On Behalf Of
> > Henshall, Stuart
> > - WCP
> > Sent: Thursday, May 09, 2002 10:35 AM
> > To: 'Liviu Taloi'; pgsql-cygwin(at)postgresql(dot)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(at)yahoo(dot)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(at)westcountrypublications(dot)co(dot)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(at)postgresql(dot)org

In response to

Browse pgsql-cygwin by date

  From Date Subject
Next Message Jason Tishler 2002-05-09 16:48:44 Re: The service did not respond to the start..
Previous Message Michael Adler 2002-05-09 16:28:25 Re: The service did not respond to the start..