unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#68753] [PATCH] services: kernel-module-lodaer: Add udev requirement.
@ 2024-01-27  8:24 Hilton Chain via Guix-patches via
  2024-02-05  7:34 ` bug#68753: " Hilton Chain via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Hilton Chain via Guix-patches via @ 2024-01-27  8:24 UTC (permalink / raw)
  To: 68753; +Cc: Hilton Chain

Otherwise, modules will be loaded before udev starts, and load events won't be
handled.

* gnu/services/linux.scm (kernel-module-loader-shepherd-service)[requirement]:
Add 'udev.

Change-Id: Ib65028978f96012604b54b27a56501d4388b0f34
---
 gnu/services/linux.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/services/linux.scm b/gnu/services/linux.scm
index 9ee0d93030..9955a11e64 100644
--- a/gnu/services/linux.scm
+++ b/gnu/services/linux.scm
@@ -291,7 +291,7 @@ (define kernel-module-loader-shepherd-service
      (shepherd-service
       (documentation "Load kernel modules.")
       (provision '(kernel-module-loader))
-      (requirement '())
+      (requirement '(udev))
       (one-shot? #t)
       (modules `((srfi srfi-1)
                  (srfi srfi-34)

base-commit: 3821ee62ccfe21b83d82f313c84497dd9980a0e6
prerequisite-patch-id: 3e6b677643884fb5b73c66cd19cbebe7084909d5
prerequisite-patch-id: fd7da036342f36a8c698f5c8975f9e48d3ade435
prerequisite-patch-id: 1af5dc37478e7f0c4cc8fb9b9ac71c80e4edf155
prerequisite-patch-id: 7359f2b7390ac4d0600ee32e13d49032f93c802f
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#68753: [PATCH] services: kernel-module-lodaer: Add udev requirement.
  2024-01-27  8:24 [bug#68753] [PATCH] services: kernel-module-lodaer: Add udev requirement Hilton Chain via Guix-patches via
@ 2024-02-05  7:34 ` Hilton Chain via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: Hilton Chain via Guix-patches via @ 2024-02-05  7:34 UTC (permalink / raw)
  To: 68753-done

On Sat, 27 Jan 2024 16:24:06 +0800,
Hilton Chain wrote:
> 
> Otherwise, modules will be loaded before udev starts, and load events won't be
> handled.
> 
> * gnu/services/linux.scm (kernel-module-loader-shepherd-service)[requirement]:
> Add 'udev.
> 
> Change-Id: Ib65028978f96012604b54b27a56501d4388b0f34
> ---
>  gnu/services/linux.scm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied as b896b9102b83e6e29eec95c488ff73abe8c7ca3d, closing.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-02-05  7:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-27  8:24 [bug#68753] [PATCH] services: kernel-module-lodaer: Add udev requirement Hilton Chain via Guix-patches via
2024-02-05  7:34 ` bug#68753: " Hilton Chain via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).