how to stop ipc-daemon

Lists: pgsql-cygwin
From: "Cornelia Boenigk" <poppcorn(at)cornelia-boenigk(dot)de>
To: "pg-cygwin-liste" <pgsql-cygwin(at)postgresql(dot)org>
Subject: how to stop ipc-daemon
Date: 2002-03-04 01:16:33
Message-ID: 000f01c1c31a$85bff380$aec1fea9@zwerg98
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-cygwin

Hi List

How can I stop the running ipc-daemon inside the console?
Calls to ipcclean or ipck all doesn't stop the process. If I look at
the Windows taskmanager the process is still hanging around. Is the
windows taskmanager the only way to shutdown the process?

I am running cygipc-1.11-1 ant the newest cygwin release.

Thanks and Greetings
Conni


From: Jason Tishler <jason(at)tishler(dot)net>
To: Cornelia Boenigk <poppcorn(at)cornelia-boenigk(dot)de>
Cc: pg-cygwin-liste <pgsql-cygwin(at)postgresql(dot)org>
Subject: Re: how to stop ipc-daemon
Date: 2002-03-04 12:39:25
Message-ID: 20020304123925.GC2164@hp.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-cygwin

Conni,

On Mon, Mar 04, 2002 at 02:16:33AM +0100, Cornelia Boenigk wrote:
> How can I stop the running ipc-daemon inside the console?

Just kill it using "kill". Otherwise, install it as a service and stop
it using a command such as:

$ net stop ipc-daemon

Jason