From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#39671: Something appears to disable linux kernel modules from loading. Date: Thu, 20 Feb 2020 23:02:53 +0100 Message-ID: <87sgj49asy.fsf@gnu.org> References: <86a75fqyn5.fsf@dismail.de> <87zhdel0wb.fsf@gnu.org> <20200220101826.y2esml7n2mumsnuz@pelzflorian.localdomain> <20200220121246.cerl2fivfguyzi7l@pelzflorian.localdomain> <20200220195925.3gpfvamxweucfhpf@pelzflorian.localdomain> 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]:51604) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j4tvO-0004Gx-RH for bug-guix@gnu.org; Thu, 20 Feb 2020 17:04:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j4tvN-0002Y7-U8 for bug-guix@gnu.org; Thu, 20 Feb 2020 17:04:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:40063) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j4tvN-0002Xx-RA for bug-guix@gnu.org; Thu, 20 Feb 2020 17:04:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j4tvN-0001zi-NS for bug-guix@gnu.org; Thu, 20 Feb 2020 17:04:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20200220195925.3gpfvamxweucfhpf@pelzflorian.localdomain> (pelzflorian@pelzflorian.de's message of "Thu, 20 Feb 2020 20:59:25 +0100") 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: "pelzflorian (Florian Pelz)" Cc: 39671@debbugs.gnu.org, Joshua Branson 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.