GNU bug report logs -
#53926
[PATCH] services: gdm-service-type: Require elogind.
Previous Next
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
[Message part 1 (text/plain, inline)]
Your message dated Thu, 10 Feb 2022 23:18:13 +0100
with message-id <87h7962wnu.fsf <at> gnu.org>
and subject line Re: bug#53926: [PATCH] services: gdm-service-type: Require elogind.
has caused the debbugs.gnu.org bug report #53926,
regarding [PATCH] services: gdm-service-type: Require elogind.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> 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)]
* 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
[Message part 3 (message/rfc822, inline)]
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’.
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.