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: <41DAA4EF.6030507@schoenhaber.de> Date: Tue, 04 Jan 2005 15:15:11 +0100 From: =?ISO-8859-1?Q?Markus_Sch=F6nhaber?= Reply-To: cygwin AT cygwin DOT com User-Agent: Mozilla Thunderbird 1.0 (X11/20041222) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Issue in using xinetd service on windows References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Sharma, Pallavi (GE Healthcare) wrote: > I forgot to mention it but yes I am starting this service using following command : > > " net start xinetd" > > This service is visible on Windows service Interface but when I run command "net start" to list all the servcies, > xinetd service is missing in the list. > I can start this service by using command "net start xinetd" but to stop this service I cant use "net stop xinetd" as it gives > error "The Cygwin xinetd service is not started. " > That's the behaviour I'm experiencing since I'm using xinetd. Wild guess: Maybe after startup xinetd forks a new process which does the aktual work and the originally started process is terminated. Therefore the servicemanager is led to think that the service itself did terminate. As stated above: that is just a wild guess. If you're really want to know what's going on, you should ask someone who does know - not me. > This is very strange problem. Any help will be appriciated. > Is this really a problem? You can stop the service by doing /bin/kill -TERM If xou installed xinetd with the '-pidfile ...' parameter you can do /bin/kill -TERM `cat ` Regards mks -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/