From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from forward501j.mail.yandex.net (forward501j.mail.yandex.net [IPv6:2a02:6b8:0:801:2::111]) by sourceware.org (Postfix) with ESMTPS id 17C05385041C for ; Wed, 26 Jan 2022 15:05:03 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 17C05385041C Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=yandex.ru Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=yandex.ru Received: from vla5-8f5c42dab783.qloud-c.yandex.net (vla5-8f5c42dab783.qloud-c.yandex.net [IPv6:2a02:6b8:c18:3512:0:640:8f5c:42da]) by forward501j.mail.yandex.net (Yandex) with ESMTP id 7CBD5623300 for ; Wed, 26 Jan 2022 18:05:01 +0300 (MSK) Received: from vla1-7ac6c018a59a.qloud-c.yandex.net (vla1-7ac6c018a59a.qloud-c.yandex.net [2a02:6b8:c0d:3a16:0:640:7ac6:c018]) by vla5-8f5c42dab783.qloud-c.yandex.net (mxback/Yandex) with ESMTP id phfIwq9yDY-51c037C4; Wed, 26 Jan 2022 18:05:01 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1643209501; bh=VlPxu2RqJ8txGGbQPShhjfnqrOPR4Q1ih/1zLFsR+dw=; h=In-Reply-To:Subject:From:Message-ID:References:Date:Reply-To:To; b=SVn9gTVIo5XeaMNDiV8bFOGO5u53JB0qlO5d94N0d5jdFRwUxGbT3MB9NEYTUDIHs BulX4l4YjBETfuAEJCs2N3OlfmrlnkwflD1M8K8QNeXORQd8hpmUsNIev8A8Tho+dE J+pIjLM9eehu6Uu67X3LOvk1omAWE9JWwoZX2nuE= Authentication-Results: vla5-8f5c42dab783.qloud-c.yandex.net; dkim=pass header.i=@yandex.ru Received: by vla1-7ac6c018a59a.qloud-c.yandex.net (smtp/Yandex) with ESMTPSA id grM9JGYgAA-51IO0Qix; Wed, 26 Jan 2022 18:05:01 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) X-Yandex-Fwd: 2 Received: from [192.168.1.10] (HELO daemon2.darkdragon.lan) by daemon2 (Office Mail Server 0.8.12 build 08053101) with SMTP; Wed, 26 Jan 2022 14:50:29 -0000 Date: Wed, 26 Jan 2022 17:50:29 +0300 From: Andrey Repin X-Mailer: The Bat! (v6.8.8) Home Reply-To: cygwin@cygwin.com X-Priority: 3 (Normal) Message-ID: <118552712.20220126175029@yandex.ru> To: Brian Inglis , cygwin@cygwin.com Subject: Re: [EXTERNAL] Updated cygwin this morning, mintty window flashes briefly and quits In-Reply-To: <59cdd990-5b36-7cc8-8d97-4f3c1f042535@SystematicSw.ab.ca> References: <59cdd990-5b36-7cc8-8d97-4f3c1f042535@SystematicSw.ab.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_THEBAT, NICE_REPLY_A, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jan 2022 15:05:04 -0000 Greetings, Brian Inglis! > restart them in a late local permanent postinstall script > /etc/postinstall/zp_z0_l_start_services.dash after setup. It never occured to me that I can use postinstall tasks to restart services :D Just add a line for svc in cygserver $( cygrunsrv --list | grep -v cygserver ); do net start "$svc"; done and you're golden! -- With best regards, Andrey Repin Wednesday, January 26, 2022 17:48:31 Sorry for my terrible english...