From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from forward106j.mail.yandex.net (forward106j.mail.yandex.net [IPv6:2a02:6b8:0:801:2::109]) by sourceware.org (Postfix) with ESMTPS id 827673987008 for ; Tue, 20 Jul 2021 08:05:03 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 827673987008 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 sas1-43b74f7725b7.qloud-c.yandex.net (sas1-43b74f7725b7.qloud-c.yandex.net [IPv6:2a02:6b8:c14:391a:0:640:43b7:4f77]) by forward106j.mail.yandex.net (Yandex) with ESMTP id 9AF8211A2945; Tue, 20 Jul 2021 11:05:01 +0300 (MSK) Received: from sas2-34ddad429748.qloud-c.yandex.net (sas2-34ddad429748.qloud-c.yandex.net [2a02:6b8:c08:b787:0:640:34dd:ad42]) by sas1-43b74f7725b7.qloud-c.yandex.net (mxback/Yandex) with ESMTP id FPspLtqaBi-51HCFdMm; Tue, 20 Jul 2021 11:05:01 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1626768301; bh=44FAHL8OT5SP7CsW2n8/J1Uz++HVNW3KlouSWqGkdqc=; h=Subject:CC:To:Message-ID:From:Date:Reply-To; b=hoI1GIc2gzAg8X4R51v0H7fUQsjR3VRBgJQjlGKQzB66i9AC4K4zc4AwlWidBs1P4 4BOTebq+WBMSXHtAE7m47DpfaaExAj7hRZV7yjZf2kFEovE+PcoWfGOGcG0YBj6maq nT1c1OYRPy3QkHayR5ipdsVHi2dXYctKgTBTREBA= Authentication-Results: sas1-43b74f7725b7.qloud-c.yandex.net; dkim=pass header.i=@yandex.ru Received: by sas2-34ddad429748.qloud-c.yandex.net (smtp/Yandex) with ESMTPSA id lHdSkeBFMg-503Wtfqh; Tue, 20 Jul 2021 11:05:01 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) Received: from [192.168.1.10] (HELO daemon2.darkdragon.lan) by daemon2 (Office Mail Server 0.8.12 build 08053101) with SMTP; Tue, 20 Jul 2021 07:55:25 -0000 Date: Tue, 20 Jul 2021 10:55:25 +0300 From: Andrey Repin X-Mailer: The Bat! (v6.8.8) Home Reply-To: cygwin@cygwin.com X-Priority: 3 (Normal) Message-ID: <1381694870.20210720105525@yandex.ru> To: All Subject: ssh-pageant hangs under Win10 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-0.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_NUMSUBJECT, KAM_THEBAT, 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: Tue, 20 Jul 2021 08:05:09 -0000 Greetings, All! I have an issue with ssh-pageant. Every now and then its response time begin to rise, up to complete unusability. I've been forced to include a small wrapper > ssh-add -l > /dev/null 2>&1 & > sleep 1 > if kill -0 $! 2> /dev/null; then > echo "$( basename "$0" ): ssh-add: the agent is hung, unable to continue" >&2 > exit 1 > fi to detect if agent is responsive, and a hourly hartbeat check with forced agent restart in case of failure. -- With best regards, Andrey Repin Tuesday, July 20, 2021 10:35:08 Sorry for my terrible english...