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 #16 received at 77004 <at> debbugs.gnu.org (full text, mbox):
Actually, Nix uses /run/booted-system too. They fixed it in a later patch that I didn't bother to link
https://github.com/NixOS/nixpkgs/pull/287544
Thanks for applying it
On 3/16/25 2:19 PM, Maxim Cournoyer wrote:
> 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!
>
This bug report was last modified 66 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.