GNU bug report logs - #53926
[PATCH] services: gdm-service-type: Require elogind.

Previous Next

Package: guix-patches;

Reported by: Josselin Poiret <dev <at> jpoiret.xyz>

Date: Thu, 10 Feb 2022 20:29:01 UTC

Severity: normal

Tags: patch

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

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 53926 in the body.
You can then email your comments to 53926 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#53926; Package guix-patches. (Thu, 10 Feb 2022 20:29:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Josselin Poiret <dev <at> jpoiret.xyz>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 10 Feb 2022 20:29:02 GMT) Full text and rfc822 format available.

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

From: Josselin Poiret <dev <at> jpoiret.xyz>
To: guix-patches <at> gnu.org
Cc: Josselin Poiret <dev <at> jpoiret.xyz>
Subject: [PATCH] services: gdm-service-type: Require elogind.
Date: Thu, 10 Feb 2022 21:27:47 +0100
* gnu/services/xorg.scm (gdm-shepherd-service): Make it require
elogind.
---
Hello everyone,

GDM needs elogind to function, and up until now it was racing with the
elogind service, leading to dbus trying to start a second elogind
while the first is still setting up.  This should fix it.

Best,
Josselin

 gnu/services/xorg.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/services/xorg.scm b/gnu/services/xorg.scm
index a5e1a1471d..d6dfb07425 100644
--- a/gnu/services/xorg.scm
+++ b/gnu/services/xorg.scm
@@ -975,7 +975,7 @@ (define (gdm-shepherd-service config)
   (list (shepherd-service
          (documentation "Xorg display server (GDM)")
          (provision '(xorg-server))
-         (requirement '(dbus-system user-processes host-name udev))
+         (requirement '(dbus-system user-processes host-name udev elogind))
          (start #~(lambda ()
                     (fork+exec-command
                      (list #$(file-append (gdm-configuration-gdm config)
-- 
2.34.0





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Thu, 10 Feb 2022 22:19:01 GMT) Full text and rfc822 format available.

Notification sent to Josselin Poiret <dev <at> jpoiret.xyz>:
bug acknowledged by developer. (Thu, 10 Feb 2022 22:19:01 GMT) Full text and rfc822 format available.

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

From: Ludovic Courtès <ludo <at> gnu.org>
To: Josselin Poiret <dev <at> jpoiret.xyz>
Cc: 53926-done <at> debbugs.gnu.org
Subject: Re: bug#53926: [PATCH] services: gdm-service-type: Require elogind.
Date: Thu, 10 Feb 2022 23:18:13 +0100
Hi,

Josselin Poiret <dev <at> jpoiret.xyz> skribis:

> * gnu/services/xorg.scm (gdm-shepherd-service): Make it require
> elogind.
> ---
> Hello everyone,
>
> GDM needs elogind to function, and up until now it was racing with the
> elogind service, leading to dbus trying to start a second elogind
> while the first is still setting up.  This should fix it.

Oh, so that was it…  Applied, thanks!

Ludo’.




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

This bug report was last modified 3 years and 156 days ago.

Previous Next


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