From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#40672: shepherd fails to terminate processes after PID file timeout expiration Date: Thu, 16 Apr 2020 23:16:02 +0200 Message-ID: <874ktjf7xp.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:37994) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jPBsd-0000re-MX for bug-guix@gnu.org; Thu, 16 Apr 2020 17:17:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jPBsc-0002y8-K0 for bug-guix@gnu.org; Thu, 16 Apr 2020 17:17:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:56163) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jPBsc-0002xy-Fs for bug-guix@gnu.org; Thu, 16 Apr 2020 17:17:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jPBsc-0000hb-8q for bug-guix@gnu.org; Thu, 16 Apr 2020 17:17:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:37869) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jPBrg-0000oK-KV for bug-guix@gnu.org; Thu, 16 Apr 2020 17:16:05 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:41561) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1jPBrg-0002Cj-Hb for bug-guix@gnu.org; Thu, 16 Apr 2020 17:16:04 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=42806 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jPBrg-0004G5-2a for bug-guix@gnu.org; Thu, 16 Apr 2020 17:16:04 -0400 List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane-mx.org@gnu.org Sender: "bug-Guix" To: 40672@debbugs.gnu.org As discussed during , in Shepherd 0.7.0, if a process created with =E2=80=98fork+exec-command=E2=80= =99 & co. with #:pid-file fails to start before #:pid-file-timeout has expired, shepherd marks it as failed but the process potentially just keeps running. Ludo=E2=80=99.