From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#30993: OpenSSH sshd killed by Shepherd 0.4.0 Date: Fri, 06 Apr 2018 16:37:24 +0200 Message-ID: <87po3cz9i3.fsf@gnu.org> References: <20180329200803.GA15842@jasmine.lan> <877epk3fuy.fsf@gnu.org> <20180406124101.GB1883@jasmine.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39442) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f4SVC-0006k2-QM for bug-guix@gnu.org; Fri, 06 Apr 2018 10:38:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f4SV7-0006Lx-UT for bug-guix@gnu.org; Fri, 06 Apr 2018 10:38:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:60856) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f4SV7-0006Lt-Qg for bug-guix@gnu.org; Fri, 06 Apr 2018 10:38:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1f4SV7-00019A-Km for bug-guix@gnu.org; Fri, 06 Apr 2018 10:38:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20180406124101.GB1883@jasmine.lan> (Leo Famulari's message of "Fri, 6 Apr 2018 08:41:01 -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.org@gnu.org Sender: "bug-Guix" To: Leo Famulari Cc: 30993@debbugs.gnu.org Leo Famulari skribis: > On Fri, Apr 06, 2018 at 10:21:09AM +0200, Ludovic Court=C3=A8s wrote: > [...] >> > Server listening on 0.0.0.0 port 22. >> > debug1: Bind to port 22 on ::. >> > Server listening on :: port 22. >> > Received signal 15; terminating. >> > ------ >>=20 >> Hmm, where could that SIGTERM come from? =E2=80=98make-kill-destructor= =E2=80=99 uses it >> when a service is stopped, and otherwise it=E2=80=99s sent when we=E2=80= =99re shutting >> the system down. But here?=E2=80=A6 > > Indeed, that is the question. Does anyone have advice for debugging? > > I still have this issue and so I'm continuing to use Shepherd 0.3.2. For you the bug is 100% reproducible with 0.4.0 and never happens with 0.3.2? Even in a =E2=80=98guix system vm=E2=80=99? Ludo=E2=80=99.