From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: bug#39671: Something appears to disable linux kernel modules from loading. Date: Thu, 20 Feb 2020 15:34:02 -0500 Message-ID: <20200220203402.GA12513@jasmine.lan> 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=us-ascii Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:42337) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j4sXG-00066K-So for bug-guix@gnu.org; Thu, 20 Feb 2020 15:35:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j4sXF-0006y5-Sy for bug-guix@gnu.org; Thu, 20 Feb 2020 15:35:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:39965) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j4sXF-0006y0-ON for bug-guix@gnu.org; Thu, 20 Feb 2020 15:35:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j4sXF-00049G-M8 for bug-guix@gnu.org; Thu, 20 Feb 2020 15:35:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <20200220195925.3gpfvamxweucfhpf@pelzflorian.localdomain> 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 On Thu, Feb 20, 2020 at 08:59:25PM +0100, pelzflorian (Florian Pelz) wrote: > The attached patch fixes the issue for me. Can someone confirm? > > It replaces or copies setenv calls for the udev service. > > There are more service definitions that call setenv; I do not know if > they need to be moved too. > > I will try if a smaller patch would suffice as well now. > > Regards, > Florian > 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'. Thanks! Which commmit is this based on? I can't apply it with `git am`...