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: Tue, 01 May 2018 22:43:58 +0200 Message-ID: <87r2mvnm29.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]:38287) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fDc94-0007US-E4 for bug-guix@gnu.org; Tue, 01 May 2018 16:45:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fDc90-0005IB-9z for bug-guix@gnu.org; Tue, 01 May 2018 16:45:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:38237) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fDc90-0005I5-5F for bug-guix@gnu.org; Tue, 01 May 2018 16:45:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fDc8z-0006gt-UB for bug-guix@gnu.org; Tue, 01 May 2018 16:45:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (Martin Castillo's message of "Tue, 1 May 2018 15:13:05 +0200") 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: Martin Castillo Cc: 30993@debbugs.gnu.org Martin Castillo skribis: > (resending because I forgot to CC the list) > > On 06.04.2018 14:41, Leo Famulari wrote: >>> 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. >> > > Maybe one could somehow strace herd, or change the make-kill-destructor > to log every time it is being executed? =E2=80=98herd status sshd=E2=80=99 displays the last time sshd was respawne= d, but the info =E2=80=98herd=E2=80=99 receives actually includes the dates of all the= respawns, not just the last one. Is that what you=E2=80=99re asking for? Thanks, Ludo=E2=80=99.