X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:from:to:subject:references:date:in-reply-to
	:message-id:mime-version:content-type; q=dns; s=default; b=adaI/
	q93xUS7z4DHQ8/CImCRea31XqcKDG7RTfci2X7wDascgd0z2nt+aFLE9xlLoqJUa
	XS+EvSqCt3ZtYa/0cDOiFyjcn/KPWm4m6GI4vFCFGRiC88VGLkGHM7KBYEVz4BH6
	ckzKzwV13txdJr4o09R4iQ7iiujDp+Brcpfek4=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:from:to:subject:references:date:in-reply-to
	:message-id:mime-version:content-type; s=default; bh=5SvHg2d5+Mn
	DH0YCaPTGBRsSAg8=; b=cpwTKpaMk2LRK4FqWqfHH1vCDUl5O/6S543le5RrtaO
	VS0bEMb1lqB9UMXuSNQuAn5wsqvj6wCIpXtO4fTF8IbCibGWrWVhQvE52+3C6uKB
	vL3sKZSK6zeAelvxZOJXEOEmL7Z4g7CqcUukOCHlQf7yoLazvOMFEN8mb2p4MFN0
	=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
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
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy=services, Hx-spam-relays-external:ESMTPA, highly
X-HELO: mx009.vodafonemail.xion.oxcs.net
From: Achim Gratz <Stromeko@nexgo.de>
To: cygwin@cygwin.com
Subject: Re: cygrunsrv -S cygserver on Cygwin86 does not run
References: <10533.75624.qm@web103118.mail.kks.yahoo.co.jp>	<f520c634-8640-d1c8-17d4-2bb66633c330@gmail.com>	<749440.93478.qm@web103109.mail.kks.yahoo.co.jp>	<1521087190047-0.post@n5.nabble.com>
Date: Thu, 15 Mar 2018 19:06:14 +0100
In-Reply-To: <1521087190047-0.post@n5.nabble.com> (Tatsuro MATSUOKA's message	of "Wed, 14 Mar 2018 21:13:10 -0700 (MST)")
Message-ID: <87muz99pt5.fsf@Rainer.invalid>
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain
X-VADE-STATUS: LEGIT

Tatsuro MATSUOKA writes:
> At execute Cygwin setup, kiling all cygwin process is highly recommended
> becase setpup execute autorebase.

Well, it's mandatory actually.

> kill-9-1_32_64.bat
> @echo off
> C:\cygwin\bin\cygstart --action=runas /bin/kill -9 -1
> C:\cygwin64\bin\cygstart --action=runas /bin/kill -9 -1

Myself, I use 'pkill .' (from the procps package), but if you run any
daemons that keep state you better properly stop their services instead
of killing them (NET STOP and NET START from CMD, no need to fire up
Cygwin for this).  AT least you should send them A HUP ro TERM first,
then wait a few seconds before sending KILL.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Samples for the Waldorf Blofeld:
http://Synth.Stromeko.net/Downloads.html#BlofeldSamplesExtra

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

