From unknown Sun Jul 20 14:10:12 2025 X-Loop: help-debbugs@gnu.org Subject: bug#58166: Changes to mcron service not applied after home reconfiguration Resent-From: Fabio Natali Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Thu, 29 Sep 2022 15:22:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 58166 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 58166@debbugs.gnu.org X-Debbugs-Original-To: bug-guix@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.1664464901316 (code B ref -1); Thu, 29 Sep 2022 15:22:02 +0000 Received: (at submit) by debbugs.gnu.org; 29 Sep 2022 15:21:41 +0000 Received: from localhost ([127.0.0.1]:39320 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1odvM5-000052-Ht for submit@debbugs.gnu.org; Thu, 29 Sep 2022 11:21:41 -0400 Received: from lists.gnu.org ([209.51.188.17]:47620) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1odvM3-00004r-Ls for submit@debbugs.gnu.org; Thu, 29 Sep 2022 11:21:39 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:41004) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1odvLt-0004ip-BH for bug-guix@gnu.org; Thu, 29 Sep 2022 11:21:38 -0400 Received: from relay10.mail.gandi.net ([217.70.178.230]:46087) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1odvLr-0005vK-40 for bug-guix@gnu.org; Thu, 29 Sep 2022 11:21:29 -0400 Received: (Authenticated sender: me@fabionatali.com) by mail.gandi.net (Postfix) with ESMTPSA id 9E722240008 for ; Thu, 29 Sep 2022 15:21:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fabionatali.com; s=gm1; t=1664464881; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=fJDvKxcUo0TjnWMNeftQ90mN9FcneD/XcS467gVol5s=; b=oMXyq6BUm4TKxz7tdDEuFpc58MUpwweshwI7zuOLSxJsvsivD6VS6xYnno2kpOlncX9nMI idIiDbmDj6veH2A/QQLxnHWcIjuiMEihcHFfPe2VdzrVRP9QteXW8J+Hx5gIYOA7iwfNTe bG2aGgeYlTAkSTYuvWCK0rD7K7WwpqYyUejwkCVkWDA/puzzfVfww4iQLi0n+HypUmLgeP VQB3Wce36y7jGv3zAevVZWzWsnwuitCDxqJrepjTERHdye7JWp1XpSHMboaA9wOX2EYS9I QDkyGwsrxOdDwmR6xZo4MD4wxwVkNzMZWMOV+wlwDg955vEpOyHNEq2ZEgJrDg== From: Fabio Natali Date: Thu, 29 Sep 2022 16:21:20 +0100 Message-ID: <87o7uy9pfz.fsf@reckondigital.com> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=217.70.178.230; envelope-from=me@fabionatali.com; helo=relay10.mail.gandi.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.6 (-) 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: -2.6 (--) Dear All, My Guix Home configuration includes a Mcron service along the lines of: ,---- | (define my/home-mcron-service | (service | home-mcron-service-type | (home-mcron-configuration | (jobs | (list | #~(job | '(next-minute) | (lambda () (system* "notmuch" "new")) | "Get new email and process it via the Notmuch hook scripts.")))))) `---- After updating the above snippet in my `home-config.scm' and launching a home-reconfiguration, I noticed that the mcron changes had not been picked up. For instance, `herd schedule mcron' prints information that's clearly related to the previous job. A `herd restart mcron' also doesn't seem to help. The mcron job is finally picked up when restarting the system though, which also seems to confirm the mcron job is ok, in itself. I'll try and explore this a bit further later but I thought of opening a bug as well. Anyone else having the same issue? Thanks, best, Fabio. From unknown Sun Jul 20 14:10:12 2025 X-Loop: help-debbugs@gnu.org Subject: bug#58166: Changes to mcron service not applied after home reconfiguration Resent-From: Fabio Natali Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Fri, 30 Sep 2022 15:48:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 58166 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 58166@debbugs.gnu.org Received: via spool by 58166-submit@debbugs.gnu.org id=B58166.166455285011529 (code B ref 58166); Fri, 30 Sep 2022 15:48:01 +0000 Received: (at 58166) by debbugs.gnu.org; 30 Sep 2022 15:47:30 +0000 Received: from localhost ([127.0.0.1]:42703 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oeIEb-0002zt-U0 for submit@debbugs.gnu.org; Fri, 30 Sep 2022 11:47:30 -0400 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:42211) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oeIEZ-0002ze-Ha for 58166@debbugs.gnu.org; Fri, 30 Sep 2022 11:47:28 -0400 Received: (Authenticated sender: me@fabionatali.com) by mail.gandi.net (Postfix) with ESMTPSA id D10D3240011 for <58166@debbugs.gnu.org>; Fri, 30 Sep 2022 15:47:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fabionatali.com; s=gm1; t=1664552841; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=AcBk8vDMX/ZZgu4+g6W4ZGjueOfHHz86dJsYzUolrDc=; b=Rxr0DZp5trqETR1OSgSSAWiGNB4sabstdhaPHvDZCrehswKaP18w6scYvfGOSxvWiYsKbP 6Z8mdBvel/r+mXlbWfopwbrDxJK3j4WS5vq8rsh6wKzgnZ+3Sj3OpfnzIP0y8G898jPZxn 1eRuQWp8Y12JQdJUSUhj1928V3C2R6gadcR7rY+axDw6c5vtMnVrPOhWdMXksS1sRzIAXH PkNkvoSYw7on+qAOwJ49rssnUaL5i4+o5y962ZyoXFdRZQSDI7w91zFWi9w0+HQNNoQJtV /GBarMt0USwRw5KjSP5iviZTwgx99MPU0ly4PuRMNt3oh6VJc87hR6/PTPuA+g== From: Fabio Natali In-Reply-To: References: Date: Fri, 30 Sep 2022 16:47:18 +0100 Message-ID: <87tu4og8zd.fsf@reckondigital.com> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) 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: -1.7 (-) On 2022-09-29, 16:21:20 +0100, Fabio Natali wrote: > After updating the above snippet in my `home-config.scm' and launching > a home-reconfiguration, I noticed that the mcron changes had not been > picked up. I stand corrected. Changes do seem to be picked up now. I'm no longer able to reproduce this. Possibly solved after a recent upgrade. Thanks, best, Fabio. From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 22 09:33:14 2023 Received: (at control) by debbugs.gnu.org; 22 Jun 2023 13:33:14 +0000 Received: from localhost ([127.0.0.1]:35153 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qCKQz-0002cK-SA for submit@debbugs.gnu.org; Thu, 22 Jun 2023 09:33:13 -0400 Received: from smtpmciv4.myservices.hosting ([185.26.107.240]:33462) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qCKQy-0002cB-1V for control@debbugs.gnu.org; Thu, 22 Jun 2023 09:33:12 -0400 Received: from mail1.netim.hosting (unknown [185.26.106.173]) by smtpmciv4.myservices.hosting (Postfix) with ESMTP id D36492076D for ; Thu, 22 Jun 2023 15:33:09 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail1.netim.hosting (Postfix) with ESMTP id 4561180099 for ; Thu, 22 Jun 2023 15:33:09 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail1.netim.hosting Received: from mail1.netim.hosting ([127.0.0.1]) by localhost (mail1-2.netim.hosting [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id XZ6_H5Yu7Msz for ; Thu, 22 Jun 2023 15:33:09 +0200 (CEST) Received: from [192.168.1.116] (unknown [10.192.1.83]) (Authenticated sender: lumen@makinata.eu) by mail1.netim.hosting (Postfix) with ESMTPSA id ECDE280097 for ; Thu, 22 Jun 2023 15:33:08 +0200 (CEST) Message-ID: <4e7e3d93-01e3-da95-fc0a-fc07dd7e0734@makinata.eu> Date: Thu, 22 Jun 2023 14:33:08 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.12.0 From: Bruno Victal Subject: control-msg To: control Content-Language: en-US Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control 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: -1.0 (-) close 58166 tag 62678 + security quit