From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#37237: mcron randomly stops running jobs Date: Sun, 23 Feb 2020 19:30:26 +0100 Message-ID: <87eeulqhq5.fsf@gnu.org> References: <1DDB50D6-8CC4-4617-B2DC-80BCAADE2126@vllmrt.net> 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]:41990) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j5w1v-0001GF-3q for bug-guix@gnu.org; Sun, 23 Feb 2020 13:31:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j5w1u-0008Bw-51 for bug-guix@gnu.org; Sun, 23 Feb 2020 13:31:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:45631) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j5w1u-0008Ba-21 for bug-guix@gnu.org; Sun, 23 Feb 2020 13:31:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j5w1t-000383-Uu for bug-guix@gnu.org; Sun, 23 Feb 2020 13:31:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <1DDB50D6-8CC4-4617-B2DC-80BCAADE2126@vllmrt.net> (Robert Vollmert's message of "Fri, 30 Aug 2019 19:31:44 +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-mx.org@gnu.org Sender: "bug-Guix" To: Robert Vollmert Cc: 37237@debbugs.gnu.org Hi, Robert Vollmert skribis: > I have numerous mcron jobs configured, many of which run every 15 minutes, > and one which runs once a minute. Just now, at 19:22, I noticed the minut= ely > cron job didn=E2=80=99t seem to run, and saw that one every-15-minute job= which always > logs to mcron.log had last run at 18:00. I restarted mcron, and jobs star= ted > running again. There is no timezone confusion either: That every-15-minut= e job > logged its first run at 19:30. I=E2=80=99ve been bitten by this problem several times already. I suspect = the patch at helps with zombies that mcron tends to leave behind, but I=E2=80=99m not su= re it helps with this =E2=80=9Cstops running jobs=E2=80=9D problem (I=E2=80=99d n= eed to grab a C stack trace of mcron when that happens.) Anyway, let=E2=80=99s get this fixed! Ludo=E2=80=99.