From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 20 17:03:02 2020 Received: (at 39671) by debbugs.gnu.org; 20 Feb 2020 22:03:02 +0000 Received: from localhost ([127.0.0.1]:46036 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j4tuQ-0001yM-Cy for submit@debbugs.gnu.org; Thu, 20 Feb 2020 17:03:02 -0500 Received: from eggs.gnu.org ([209.51.188.92]:36351) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j4tuP-0001xq-0N for 39671@debbugs.gnu.org; Thu, 20 Feb 2020 17:03:01 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:39140) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1j4tuJ-0001wm-8f; Thu, 20 Feb 2020 17:02:55 -0500 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=42450 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1j4tuI-0007Dj-Ot; Thu, 20 Feb 2020 17:02:55 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: "pelzflorian \(Florian Pelz\)" Subject: Re: bug#39671: Something appears to disable linux kernel modules from loading. References: <86a75fqyn5.fsf@dismail.de> <87zhdel0wb.fsf@gnu.org> <20200220101826.y2esml7n2mumsnuz@pelzflorian.localdomain> <20200220121246.cerl2fivfguyzi7l@pelzflorian.localdomain> <20200220195925.3gpfvamxweucfhpf@pelzflorian.localdomain> Date: Thu, 20 Feb 2020 23:02:53 +0100 In-Reply-To: <20200220195925.3gpfvamxweucfhpf@pelzflorian.localdomain> (pelzflorian@pelzflorian.de's message of "Thu, 20 Feb 2020 20:59:25 +0100") Message-ID: <87sgj49asy.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 39671 Cc: 39671@debbugs.gnu.org, Jack Hill , Joshua Branson 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 (-) Hi Florian, "pelzflorian (Florian Pelz)" skribis: >>From 11509370049355680c815e06250afc09325c589c Mon Sep 17 00:00:00 2001 > From: Florian Pelz > Date: Thu, 20 Feb 2020 14:05:06 +0100 > Subject: [PATCH] services: udev: Do not rely on shepherd inheriting > environment variables. > > Fixes . > > * gnu/services/base.scm (udev-shepherd-service)[start] Move or copy > environment variables to 'fork+exec-command' instead of 'setenv'. Good catch, it makes perfect sense. Please push! Ludo=E2=80=99, who, ahem, apologizes for the inconvenience.