all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Hilton Chain via Guix-patches via <guix-patches@gnu.org>
To: 68753@debbugs.gnu.org
Cc: Hilton Chain <hako@ultrarare.space>
Subject: [bug#68753] [PATCH] services: kernel-module-lodaer: Add udev requirement.
Date: Sat, 27 Jan 2024 16:24:06 +0800	[thread overview]
Message-ID: <a5fb6452936f23b466ea2b481f688a8cffe18355.1706343782.git.hako@ultrarare.space> (raw)

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





             reply	other threads:[~2024-01-27  8:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-27  8:24 Hilton Chain via Guix-patches via [this message]
2024-02-05  7:34 ` bug#68753: [PATCH] services: kernel-module-lodaer: Add udev requirement Hilton Chain via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a5fb6452936f23b466ea2b481f688a8cffe18355.1706343782.git.hako@ultrarare.space \
    --to=guix-patches@gnu.org \
    --cc=68753@debbugs.gnu.org \
    --cc=hako@ultrarare.space \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.