From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 11 18:12:16 2020 Received: (at 41791-done) by debbugs.gnu.org; 11 Jun 2020 22:12:16 +0000 Received: from localhost ([127.0.0.1]:38322 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjVQi-0003bR-Ec for submit@debbugs.gnu.org; Thu, 11 Jun 2020 18:12:16 -0400 Received: from eggs.gnu.org ([209.51.188.92]:41832) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjVQh-0003bG-0w for 41791-done@debbugs.gnu.org; Thu, 11 Jun 2020 18:12:11 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:42200) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jjVQb-00005J-QN; Thu, 11 Jun 2020 18:12:05 -0400 Received: from [2a01:e0a:1d:7270:6a6c:dc17:fc02:cfda] (port=52578 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jjVQS-0003qW-HS; Thu, 11 Jun 2020 18:12:05 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Tobias Geerinckx-Rice Subject: Re: bug#41791: [Shepherd] loses track of Tor References: <87v9jzq76m.fsf@nckx> Date: Fri, 12 Jun 2020 00:11:53 +0200 In-Reply-To: <87v9jzq76m.fsf@nckx> (Tobias Geerinckx-Rice's message of "Wed, 10 Jun 2020 17:20:01 +0200") Message-ID: <87tuzh8d7a.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 41791-done Cc: 41791-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi Tobias, Tobias Geerinckx-Rice skribis: > ~ =CE=BB while :; do sudo herd restart tor; done > Service tor is not running. > Service tor has been started. > Service tor has been stopped. > Service tor could not be started. > Service tor is not running. > Service tor could not be started. > ^C > ~ =CE=BB pgrep tor > 22926 > 23004 Oops, this one is fixed by b6b95685d0b478698d648f13afd927b1e1700d99. It=E2=80=99s a regression introduced when switching to the Shepherd 0.8.1. > This has (this year) happened to nginx in tight edit.conf/restart=20 > loops too, but I can't say if the two are at all related. The nginx issue may be different. The Shepherd 0.8.0 included fixes that should help for multi-process services like nginx. Let me know if it happens again. Thanks for reporting the issue=E2=80=A6 and apologies for grumpily pushing = you to do so on IRC. It=E2=80=99s a positive outcome at any rate! Ludo=E2=80=99.