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: Wed, 19 Feb 2020 23:11:57 +0100 Message-ID: <87pneakz0y.fsf@gnu.org> References: <86a75fqyn5.fsf@dismail.de> <87zhdel0wb.fsf@gnu.org> 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]:35896) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j4XaZ-0001Z5-4B for bug-guix@gnu.org; Wed, 19 Feb 2020 17:13:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j4XaY-0007dU-7E for bug-guix@gnu.org; Wed, 19 Feb 2020 17:13:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:37579) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j4XaY-0007dK-3j for bug-guix@gnu.org; Wed, 19 Feb 2020 17:13:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j4XaX-0005iI-Ui for bug-guix@gnu.org; Wed, 19 Feb 2020 17:13:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (Jack Hill's message of "Wed, 19 Feb 2020 16:50:06 -0500 (EST)") 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: Jack Hill Cc: 39671@debbugs.gnu.org, Joshua Branson Jack Hill skribis: > On Wed, 19 Feb 2020, Ludovic Court=C3=A8s wrote: > >> What does =E2=80=9Ccat /proc/sys/kernel/modprobe=E2=80=9D return on the = broken system? > > /gnu/store/daq5zs7ni529zh3xxgyhidna52wa17js-modprobe > > The contents of that file are: > > """ > #!/gnu/store/1mkkv2caiqbdbbd256c4dirfi4kwsacv-guile-2.2.6/bin/guile --no-= auto-compile > !# > (begin (setenv "LINUX_MODULE_DIRECTORY" "/run/booted-system/kernel/lib/mo= dules") > (apply execl "/run/current-system/profile/bin/modprobe" > (cons "/run/current-system/profile/bin/modprobe" (cdr= (command-line))))) > """ The kernel=E2=80=99s lazy module loading mechanism invokes this program, wh= ich should just work. Does /run/current-system/profile/bin/modprobe exist? Any hints in =E2=80=9Cdmesg=E2=80=9D or /var/log/messages? Thanks, Ludo=E2=80=99.