GNU bug report logs - #68753
[PATCH] services: kernel-module-lodaer: Add udev requirement.

Previous Next

Package: guix-patches;

Reported by: Hilton Chain <hako <at> ultrarare.space>

Date: Sat, 27 Jan 2024 08:25:02 UTC

Severity: normal

Tags: patch

Done: Hilton Chain <hako <at> ultrarare.space>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 68753 in the body.
You can then email your comments to 68753 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#68753; Package guix-patches. (Sat, 27 Jan 2024 08:25:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Hilton Chain <hako <at> ultrarare.space>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 27 Jan 2024 08:25:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Hilton Chain <hako <at> ultrarare.space>
To: guix-patches <at> gnu.org
Cc: Hilton Chain <hako <at> ultrarare.space>
Subject: [PATCH] services: kernel-module-lodaer: Add udev requirement.
Date: Sat, 27 Jan 2024 16:24:06 +0800
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 sent to Hilton Chain <hako <at> ultrarare.space>:
You have taken responsibility. (Mon, 05 Feb 2024 07:35:01 GMT) Full text and rfc822 format available.

Notification sent to Hilton Chain <hako <at> ultrarare.space>:
bug acknowledged by developer. (Mon, 05 Feb 2024 07:35:01 GMT) Full text and rfc822 format available.

Message #10 received at 68753-done <at> debbugs.gnu.org (full text, mbox):

From: Hilton Chain <hako <at> ultrarare.space>
To: 68753-done <at> debbugs.gnu.org
Subject: Re: [bug#68753] [PATCH] services: kernel-module-lodaer: Add udev
 requirement.
Date: Mon, 05 Feb 2024 15:34:23 +0800
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.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 04 Mar 2024 12:24:11 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 109 days ago.

Previous Next


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