X-Recipient: archive-cygwin AT delorie DOT 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 AT cygwin DOT com; run by ezmlm List-Id: 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 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 To: cygwin AT cygwin DOT com Subject: Re: cygrunsrv -S cygserver on Cygwin86 does not run References: <10533 DOT 75624 DOT qm AT web103118 DOT mail DOT kks DOT yahoo DOT co DOT jp> <749440 DOT 93478 DOT qm AT web103109 DOT mail DOT kks DOT yahoo DOT co DOT jp> <1521087190047-0 DOT post AT n5 DOT nabble DOT 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