GNU bug report logs -
#77004
[PATCH] gnu: libvirt: Fix path to Linux modules
Previous Next
Reported by: nathan <nathan_mail <at> nborghese.com>
Date: Fri, 14 Mar 2025 01:17:02 UTC
Severity: normal
Tags: patch
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #13 received at 77004-done <at> debbugs.gnu.org (full text, mbox):
Hi,
Maxim Cournoyer <maxim.cournoyer <at> gmail.com> writes:
[...]
>> @@ -508,11 +508,13 @@ (define (libvirt-shepherd-service config)
>> (list (string-append #$libvirt "/sbin/libvirtd")
>> "-f" #$config-file
>> #$@(if listen-tcp? '("--listen") '()))
>> - ;; For finding qemu and ip binaries.
>> + ;; For finding qemu, ip binaries, and kernel modules
>> #:environment-variables
>> - (list (string-append
>> - "PATH=/run/current-system/profile/bin:"
>> - "/run/current-system/profile/sbin"))))
>> + (list
>> + (string-append
>> + "PATH=/run/current-system/profile/bin:"
>> + "/run/current-system/profile/sbin")
>> + "LINUX_MODULE_DIRECTORY=/run/booted-system/kernel/lib/modules")))
>
> I suppose only modules from the booted kernel makes sense to be used,
> hence the /run/booted-system instead of /run/current-system as Nix uses?
I've kept /run/booted-system, made some light cosmetic changes including
in the GNU Changelog of the commit message (have a look in commit
856fa9a4e4), and pushed!
--
Thanks,
Maxim
This bug report was last modified 67 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.