From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id +LwvAiQyWl8qAgAA0tVLHw (envelope-from ) for ; Thu, 10 Sep 2020 14:03:16 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id MOyfOSMyWl/ocAAAbx9fmQ (envelope-from ) for ; Thu, 10 Sep 2020 14:03:15 +0000 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 B06BC9404D3 for ; Thu, 10 Sep 2020 14:03:15 +0000 (UTC) Received: from localhost ([::1]:34192 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kGNAQ-0005Mp-M8 for larch@yhetil.org; Thu, 10 Sep 2020 10:03:14 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:46488) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kGNA7-0005Lo-R9 for help-guix@gnu.org; Thu, 10 Sep 2020 10:02:55 -0400 Received: from mx1.dismail.de ([78.46.223.134]:6111) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kGNA5-0004Qj-Kc for help-guix@gnu.org; Thu, 10 Sep 2020 10:02:55 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 5ac3df47; Thu, 10 Sep 2020 16:02:51 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=20190914; bh=UM2Mc9NtotUAIvRoY6mbX620h1OXzkzR6H ZTO8Oef2Y=; b=cxIrppgIoghhOQEsHSEkmb5cg/3mOJH03vaAXbIHQ72oyLzxhq pKph/8sXkPg4whd+1otJwWdzVEm5UMenJmzq8laFWALK+mKfpvmi2VWjF8Rk3Ur3 OLWBtC+Bdr3nO4r6P4o9WuqFjUI+q9vlnZP7avzND4xMgOoQLDc9LjOFvUqmiA1w Q/lQlxLowXz9Bo1yD2UlvqZx6E7QxTECajc5XdtPqhZr111XlpX4NuiKgEAgMtmQ F7LEXrm1hgiHslIFYXbvzyuyUj4fVNWkEX8n0QI/vsMw2zARqElrzimX82I/7wu9 dFuuDo7ihqmQsXDeJbIhfdfWqhu9ACARBL5Q== Received: from smtp1.dismail.de ( [10.240.26.11]) by mx1.dismail.de (OpenSMTPD) with ESMTP id ff2968e9; Thu, 10 Sep 2020 16:02:51 +0200 (CEST) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id a04b7b9f; Thu, 10 Sep 2020 16:02:51 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 3260a12d (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Thu, 10 Sep 2020 16:02:50 +0200 (CEST) From: Joshua Branson To: Joseph LaFreniere Cc: help-guix@gnu.org Subject: Re: Use of `load' in declarative module References: <87a6ykg09k.fsf@odyssey.lafreniere.xyz> Mail-Followup-To: Joseph LaFreniere , help-guix@gnu.org Date: Thu, 10 Sep 2020 10:03:03 -0400 In-Reply-To: <87a6ykg09k.fsf@odyssey.lafreniere.xyz> (Joseph LaFreniere's message of "Sun, 23 Aug 2020 23:01:43 -0500") Message-ID: <87imclu3u0.fsf@dismail.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=78.46.223.134; envelope-from=jbranso@dismail.de; helo=mx1.dismail.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/09/10 09:42:21 X-ACL-Warn: Detected OS = ??? X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 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_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=dismail.de header.s=20190914 header.b=cxIrppgI; dmarc=pass (policy=reject) header.from=dismail.de; spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Spam-Score: -0.21 X-TUID: psipt/2WkUO/ I've been having the same issues too. :( I haven't been able to get shepherd user services to work. I hope we can get it fixed. :) -- Joshua Branson Sent from Emacs and Gnus