GNU bug report logs - #77637
[PATCH] services: qemu-binfmt: Add requirement.

Previous Next

Package: guix-patches;

Reported by: Nigko Yerden <nigko.yerden <at> gmail.com>

Date: Tue, 8 Apr 2025 12:13:03 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Nigko Yerden <nigko.yerden <at> gmail.com>
Subject: bug#77637: closed (Re: [bug#77637] [PATCH] services: qemu-binfmt:
 Add requirement.)
Date: Tue, 08 Apr 2025 15:30:10 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#77637: [PATCH] services: qemu-binfmt: Add requirement.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 77637 <at> debbugs.gnu.org.

-- 
77637: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77637
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Nigko Yerden <nigko.yerden <at> gmail.com>
Cc: 77637-done <at> debbugs.gnu.org
Subject: Re: [bug#77637] [PATCH] services: qemu-binfmt: Add requirement.
Date: Tue, 08 Apr 2025 17:03:39 +0200
Nigko Yerden <nigko.yerden <at> gmail.com> skribis:

> * gnu/services/virtualization.scm (qemu-binfmt-shepherd-services)
> [requirement]: Add file-system-/gnu/store.
>
> qemu-binfmt service write references to the store to
> /proc/sys/fs/binfmt_misc/qemu-[architecture] files, therefore
> /gnu/store needs to be mounted during the lifetime of the service
> instance. If /gnu/store does not remain mounted, the issues
> discussed by nigko and Rutherther on IRC are arisen:
>
> https://logs.guix.gnu.org/guix/2025-04-05.log
> https://logs.guix.gnu.org/guix/2025-04-08.log
>
> Change-Id: I7e7a42a5ba0e39aa58c997739898f3457dd793a9

Applied, thanks!

[Message part 3 (message/rfc822, inline)]
From: Nigko Yerden <nigko.yerden <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Nigko Yerden <nigko.yerden <at> gmail.com>
Subject: [PATCH] services: qemu-binfmt: Add requirement.
Date: Tue,  8 Apr 2025 17:10:31 +0500
* gnu/services/virtualization.scm (qemu-binfmt-shepherd-services)
[requirement]: Add file-system-/gnu/store.

qemu-binfmt service write references to the store to
/proc/sys/fs/binfmt_misc/qemu-[architecture] files, therefore
/gnu/store needs to be mounted during the lifetime of the service
instance. If /gnu/store does not remain mounted, the issues
discussed by nigko and Rutherther on IRC are arisen:

https://logs.guix.gnu.org/guix/2025-04-05.log
https://logs.guix.gnu.org/guix/2025-04-08.log

Change-Id: I7e7a42a5ba0e39aa58c997739898f3457dd793a9
---
 gnu/services/virtualization.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/services/virtualization.scm b/gnu/services/virtualization.scm
index 45f3876675..0836fe7d45 100644
--- a/gnu/services/virtualization.scm
+++ b/gnu/services/virtualization.scm
@@ -8,6 +8,7 @@
 ;;; Copyright © 2023 Efraim Flashner <efraim <at> flashner.co.il>
 ;;; Copyright © 2024 Raven Hallsby <karl <at> hallsby.com>
 ;;; Copyright © 2025 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
+;;; Copyright © 2025 Nigko Yerden <nigko.yerden <at> gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -999,7 +1000,8 @@ (define qemu-binfmt-shepherd-services
      (list (shepherd-service
             (provision '(qemu-binfmt))
             (documentation "Install binfmt_misc handlers for QEMU.")
-            (requirement '(file-system-/proc/sys/fs/binfmt_misc))
+            (requirement '(file-system-/proc/sys/fs/binfmt_misc
+                           file-system-/gnu/store))
             (start #~(lambda ()
                        ;; Register the handlers for all of PLATFORMS.
                        (for-each (lambda (str)

base-commit: c9524b5841a057b5e64abf0dca75261e741949c5
-- 
2.49.0




This bug report was last modified 93 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.