Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Date: Fri, 12 Nov 2004 12:46:04 -0500
From: "Pierre A. Humblet" <pierre.humblet@ieee.org>
To: cygwin@cygwin.com
Subject: Re: howto register process
Message-ID: <20041112174603.GA222609@Worldnet>
References: <873bzfdyvh.fsf@zlatenlist.homelinux.net> <NUTMEG0ApIWXzNbrDYs000006c2@NUTMEG.CAM.ARTIMI.COM> <87sm7fxeza.fsf@zlatenlist.homelinux.net> <20041112154218.GI26737@trixie.casa.cgf.cx> <874qjvezwn.fsf@zlatenlist.homelinux.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <874qjvezwn.fsf@zlatenlist.homelinux.net>
User-Agent: Mutt/1.4.1i

On Fri, Nov 12, 2004 at 07:32:40PM +0200, Kamen TOMOV wrote:
> 
> It's for sure that there are some things that are not quite clear, but
> in a nutshell:
> 
> We have a daemon compiled with cygwin's fork, kill, etc.
> 
> 1st scenario: 
> 
> - the daemon gets started as a Windows service
> - the daemon forks (calling the cygwin's version of fork()) and as a
> result we have a few children.
> 
> The facts:
> 
> - neither the daemon, nor its children are seen by cygwins's ps.exe or
>   could be killed with kill.exe, or kill().
> 
> - calling cygwin_winpid_to_pid on the parent's pid or any of its
>   children's pid returns the error result: -1.
> 
> 2nd scenario: 
> 
> - the daemon gets started from the bash's command line.
> 
> The facts:
> 
> - the daemon is seen in the list of processes given by ps.exe and
>   could be killed with kill.exe.

You have not provided the information requested in
http://cygwin.com/problems.html, despite being asked.

FWIW, what you describe would make sense if you are logged in under
Terminal Services and you do not have the Create Global Name privilege.

Pierre

--
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/

