From debbugs-submit-bounces@debbugs.gnu.org Sun May 10 06:38:43 2020 Received: (at 41123) by debbugs.gnu.org; 10 May 2020 10:38:43 +0000 Received: from localhost ([127.0.0.1]:49099 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jXjM2-0006Nh-VK for submit@debbugs.gnu.org; Sun, 10 May 2020 06:38:43 -0400 Received: from eggs.gnu.org ([209.51.188.92]:48430) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jXjM1-0006NT-IJ for 41123@debbugs.gnu.org; Sun, 10 May 2020 06:38:41 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:40882) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jXjLw-0000mS-3R; Sun, 10 May 2020 06:38:36 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=42910 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jXjLg-0001Ve-8C; Sun, 10 May 2020 06:38:34 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Mathieu Othacehe Subject: Re: bug#41123: shepherd exits for no good reason References: <87bln0doh2.fsf@inria.fr> <87imh7elch.fsf@gmail.com> Date: Sun, 10 May 2020 12:38:18 +0200 In-Reply-To: <87imh7elch.fsf@gmail.com> (Mathieu Othacehe's message of "Thu, 07 May 2020 18:55:10 +0200") Message-ID: <87lfm09isl.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: 41123 Cc: 41123@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, Mathieu Othacehe skribis: >> May 7 09:36:52 localhost shepherd[1]: Exiting shepherd...=20 >> May 7 09:36:52 localhost shepherd[1]: Service xorg-server has been stop= ped.=20 >> May 7 09:36:52 localhost shepherd[1]: Service console-font-tty2 has bee= n stopped.=20 >> May 7 09:36:52 localhost shepherd[1]: Service term-tty2 has been stoppe= d.=20 >> May 7 09:36:52 localhost shepherd[1]: Service upower-daemon has been st= opped.=20 >> May 7 09:36:52 localhost shepherd[1]: Service elogind has been stopped.= =20 >> May 7 09:36:52 localhost ntpd[482]: ntpd exiting on signal 15 (Terminat= ed) >> May 7 09:36:52 localhost syslogd: exiting on signal 15 >> >> The end result was a kernel panic with exitcode=3D0x100 (meaning exited >> with 1). >> >> It looks as though one had run =E2=80=98herd stop root=E2=80=99. > > It could be related to this bug[1]. The problem is that on 0.8.0 a > process restart can cause a root-service stop. > > On your log, I can't see a process being restarted, so it might also be > unrelated. It looks very much the same though: it=E2=80=99s stopping itself, which most likely happens as a result of killing itself. I=E2=80=99ve merged them, we= =E2=80=99ll see! Ludo=E2=80=99.