delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
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?= <mks AT schoenhaber DOT de> |
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: | <DD9E117A8BE9F34FA4130376EC9C1F6A0D351062 AT BANMLVEM01 DOT e2k DOT ad DOT ge DOT com> |
In-Reply-To: | <DD9E117A8BE9F34FA4130376EC9C1F6A0D351062@BANMLVEM01.e2k.ad.ge.com> |
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 <PID of xinetd> If xou installed xinetd with the '-pidfile ...' parameter you can do /bin/kill -TERM `cat <path to the pid-file>` 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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |