From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jack Hill Subject: bug#39671: Something appears to disable linux kernel modules from loading. Date: Wed, 19 Feb 2020 16:50:06 -0500 (EST) Message-ID: References: <86a75fqyn5.fsf@dismail.de> <87zhdel0wb.fsf@gnu.org> Mime-Version: 1.0 Content-Type: multipart/mixed; BOUNDARY="925712948-351082605-1582148999=:11123" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:60547) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j4XFH-000123-30 for bug-guix@gnu.org; Wed, 19 Feb 2020 16:51:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j4XFG-0000AN-39 for bug-guix@gnu.org; Wed, 19 Feb 2020 16:51:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:37510) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j4XFG-0000AH-0k for bug-guix@gnu.org; Wed, 19 Feb 2020 16:51:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j4XFF-000587-Vm for bug-guix@gnu.org; Wed, 19 Feb 2020 16:51:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87zhdel0wb.fsf@gnu.org> Content-ID: 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 39671@debbugs.gnu.org, Joshua Branson This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --925712948-351082605-1582148999=:11123 Content-Type: text/plain; CHARSET=UTF-8; FORMAT=flowed Content-Transfer-Encoding: 8BIT Content-ID: On Wed, 19 Feb 2020, Ludovic Courtès wrote: > What does “cat /proc/sys/kernel/modprobe” 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/modules") (apply execl "/run/current-system/profile/bin/modprobe" (cons "/run/current-system/profile/bin/modprobe" (cdr (command-line))))) """ > I would expect 8b9cad01e9619f53dc5a65892ca6a09ca5de3447 to be suspect #1 > because it potentially leads to ‘LINUX_MODULE_DIRECTORY’ being unset in > places where it used to be set before. Based on the commit message, I would have expected that too, but 205c1e04e04b9a9338c7219ff82bd13f000fb8c8 is the first bad commit for me as well. The above modprobe script is from a system at commit 8b9cad01e9619f53dc5a65892ca6a09ca5de3447. Best, Jack --925712948-351082605-1582148999=:11123--