Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <3CF55AB7.8030505@ece.gatech.edu> Date: Wed, 29 May 2002 18:48:23 -0400 From: Charles Wilson 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 CC: cygwin AT cygwin DOT com Subject: Re: How to stop ipc-daemon References: <519590683F85D311A7C200105A4CFA330387F1 AT mailserver DOT riva-systems DOT 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 ". 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/