Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Message-ID: <3CF55AB7.8030505@ece.gatech.edu>
Date: Wed, 29 May 2002 18:48:23 -0400
From: Charles Wilson <cwilson@ece.gatech.edu>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2
X-Accept-Language: en-us
MIME-Version: 1.0
To: JC Jan Christensen <jan.christensen@riva-systems.dk>
CC: cygwin@cygwin.com
Subject: Re: How to stop ipc-daemon
References: <519590683F85D311A7C200105A4CFA330387F1@mailserver.riva-systems.dk>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit



JC Jan Christensen wrote:

>  Dear Sirs 
> 
>  Can I use cygrunsrv to stop the ipc-daemon on windows 9x/Me ????????


Probably not.  ipc-daemon has code built in to it, which provides the 
"run as service" hooks; it doesn't rely on cygrunsrv to provide those hooks.

On WinNT/2K/XP, you can use "net stop ipc-daemon" -- or "kill <pid>". 
However, that doesn't help you on W9x/Me.

If it's running in the background in a bash/tcsh/zsh shell, then you can 
"fg" foreground it, and then CTRL-C it.

If somehow it is running in daemon mode on W9x, and you have no controlling terminal, then you might be out of luck.  You could try CTRL-ALT-DEL and then kill the process from the task list that Windows will show you...


Sorry, but Win9x is really brain dead....

--Chuck



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

