From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id YL0iBl7e5GQodQEASxT56A (envelope-from ) for ; Tue, 22 Aug 2023 18:12:14 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id KEv/BV7e5GSe/gAAauVa8A (envelope-from ) for ; Tue, 22 Aug 2023 18:12:14 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id BAAF75E510 for ; Tue, 22 Aug 2023 18:12:13 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=L3987M72; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1692720733; a=rsa-sha256; cv=none; b=oZdcs0YIHOsrATbRrhqanLDz2w6U3reqjriBqDx1H5jhg45wvAp6hk8NBKDfG8z7um/8rf hzb4PTjaBtrINj1c1u6ja8WMqBR6t1ymChobvRT/uh9xICo8y/+76ZV5VOv1AA0iScalQi v4zH3Cy43s+FSScDT7LC3dlMwSVk4A1Kd8o02lygCCKec2QaCvmCXWT0k98LEkjIVWmh60 fIcrnyOULgtLf5hF5dm1TPTxPB/6cYGJ6VE7iOmrgx0dNVlbDAA058GtZgJM+s5UKxf8CJ wA3ACperb8ZyUjyUjVpewFFUhJnqhS47Cgn9x6Fx+4i2aMOSv329O0REyOx39g== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=L3987M72; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1692720733; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=zCYg7DNka1OZcTnJMpE6tm/h/H44oEWBMI3k7jA4FsM=; b=nTSrpMbjNPPJimhVsxBwjB5xiiJ7EjI6bSWe1LPqCni27QUx7ee4hWXvAcY2ytBWbKYBAk 06tvpuhRntyYmR2aNnTw7E5tCTKexoFCEnoj6p5FWFfPf7IWJseH+tMmyDw6auCoKBCywg cB6iob92Mtk4Ld7/KL8cCRoozmA+wYhxBnzt5r9YY3sCkm80JXyOYGJzT+ANwfj6xu48ID f87cAmSwqrXjqomgICFai90GWZt+YWh6ENx2uwFaLLbv6ktaXT6qlByocFV4tWtQXuNa5G OTS4KSZ1iedqF+JsE4Wy0CYd6r+QYMpq+YJRwC277Qro/YIdzVrsL5Tm2n8a1Q== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qYTz8-0003yk-SJ; Tue, 22 Aug 2023 12:12:02 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qYTz6-0003v8-VN for guix-patches@gnu.org; Tue, 22 Aug 2023 12:12:01 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qYTz5-0007yc-3m for guix-patches@gnu.org; Tue, 22 Aug 2023 12:12:00 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qYTz7-0003ra-LR for guix-patches@gnu.org; Tue, 22 Aug 2023 12:12:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#65413] [PATCH] services: mcron: Add module for %user-log-dir. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 22 Aug 2023 16:12:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 65413 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Hilton Chain Cc: 65413@debbugs.gnu.org Received: via spool by 65413-submit@debbugs.gnu.org id=B65413.169272069414814 (code B ref 65413); Tue, 22 Aug 2023 16:12:01 +0000 Received: (at 65413) by debbugs.gnu.org; 22 Aug 2023 16:11:34 +0000 Received: from localhost ([127.0.0.1]:60256 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qYTyf-0003qs-LU for submit@debbugs.gnu.org; Tue, 22 Aug 2023 12:11:33 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56730) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qYTyc-0003qe-MR for 65413@debbugs.gnu.org; Tue, 22 Aug 2023 12:11:31 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qYTyU-0007vi-6u; Tue, 22 Aug 2023 12:11:22 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=zCYg7DNka1OZcTnJMpE6tm/h/H44oEWBMI3k7jA4FsM=; b=L3987M72k2zWHy39g3G6 5J9j8PiBt4km+6fX07KtMgPpU4B56YuGOx1NfPU50WqmvBh9OlTZNy9+EoxOtK/bC7+FXLGE3S6d+ tjnPMe4sgO5dfh4ODcH8qutNOSlm0pgKlj0mue4A3rz3IH4aAUyCROthCe1VxVmYoiaKKZPoBCZkb tPpA4JMUtDMXPCeYBn+HYmDGavixtfp5MqcffLJOCDSAHq1QQoh0cE8Ol563mQaRiT+nLnVN7smFK tlCZDB7a3KsL51C0HVFE/kMkS4HdPGWKH+BHgq025kMF8S2ujOcmnRdUtuqX0cGJOzxwDKzfQhQaw b50hlBqTRXKvJg==; From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: Quintidi 5 Fructidor an 231 de la =?UTF-8?Q?R=C3=A9volution, ?= jour du Saumon X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Tue, 22 Aug 2023 18:11:19 +0200 In-Reply-To: (Hilton Chain's message of "Mon, 21 Aug 2023 12:33:22 +0800") Message-ID: <871qfv5a6w.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Scanner: mx0.migadu.com X-Spam-Score: -6.90 X-Migadu-Queue-Id: BAAF75E510 X-Migadu-Spam-Score: -6.90 X-TUID: sh0ikpk6Osh8 Hilton Chain skribis: > * gnu/services/mcron.scm (mcron-shepherd-services)[modules]: Add > (shepherd support) for home service. > --- > > This patch fixes the following error: > Loading /gnu/store/...-shepherd.conf. > herd: error: exception caught while executing 'load' on service 'root': > Unbound variable: %user-log-dir > > I wasn't fully sure to report the issue in #65119 since the error didn't = occur > in a home container, sorry for my hesitation. I tested the changes in =E2=80=98guix home container=E2=80=99 and didn=E2= =80=99t notice the error; I wonder what=E2=80=99s going on, would be worth investigating. Anyway, thanks for the quick fix! Ludo=E2=80=99.