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.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Josselin Poiret <dev <at> jpoiret.xyz>
Subject: bug#53926: closed (Re: bug#53926: [PATCH] services:
 gdm-service-type: Require elogind.)
Date: Thu, 10 Feb 2022 22:19:01 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#53926: [PATCH] services: gdm-service-type: Require elogind.

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 53926 <at> debbugs.gnu.org.

-- 
53926: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53926
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: 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’.

[Message part 3 (message/rfc822, inline)]
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




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

Previous Next


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