From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 10 15:28:20 2022 Received: (at submit) by debbugs.gnu.org; 10 Feb 2022 20:28:20 +0000 Received: from localhost ([127.0.0.1]:57261 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nIG39-0002kf-Oo for submit@debbugs.gnu.org; Thu, 10 Feb 2022 15:28:19 -0500 Received: from lists.gnu.org ([209.51.188.17]:51712) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nIG37-0002kT-FL for submit@debbugs.gnu.org; Thu, 10 Feb 2022 15:28:17 -0500 Received: from eggs.gnu.org ([209.51.188.92]:57020) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nIG37-0004Vv-8a for guix-patches@gnu.org; Thu, 10 Feb 2022 15:28:17 -0500 Received: from jpoiret.xyz ([206.189.101.64]:54328) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nIG33-0004GQ-0L for guix-patches@gnu.org; Thu, 10 Feb 2022 15:28:16 -0500 Received: from authenticated-user (jpoiret.xyz [206.189.101.64]) by jpoiret.xyz (Postfix) with ESMTPA id B1FB7184D3D; Thu, 10 Feb 2022 20:27:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jpoiret.xyz; s=dkim; t=1644524872; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=/yDdTWgxpgtVchh0xU6a6nzvoLaJZ+9xHttGFMY4MXw=; b=hgRDqOvSiNcZlSQ+/AzDuWjObd39RLp0IItAhiNUl8jlXQGV8yc/iZpN4x8Z7kt7UgyvFe fhUxib6rd22Ll7I3h2/OQCAMPsIBBJAfSeTcD03Fg1NlcJPcP5hm2+y1EQ666/oLgUTtlU DkJgyvem+bi6PpzPnRJqafQAYaLshSHHsIlHPZ3Z6d/hZQVCgk+QXHSCI61If4oUnta+I+ x2Ie+nlfbpLWylDjl3RkaK+v1e8pnwXqYelanRIHLWR/299iBJcvNxz6tB7wJxHpaHP2vu fCARxQUhf5/juqzfyucqi4cN1lIAeapsEgeZn2softj0S8VJ9ScVmN54xzOMNQ== From: Josselin Poiret To: guix-patches@gnu.org Subject: [PATCH] services: gdm-service-type: Require elogind. Date: Thu, 10 Feb 2022 21:27:47 +0100 Message-Id: <20220210202747.27729-1-dev@jpoiret.xyz> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Authentication-Results: jpoiret.xyz; auth=pass smtp.auth=jpoiret@jpoiret.xyz smtp.mailfrom=dev@jpoiret.xyz X-Spam-Level: **** X-Spamd-Bar: ++++ Received-SPF: pass client-ip=206.189.101.64; envelope-from=dev@jpoiret.xyz; helo=jpoiret.xyz X-Spam_score_int: 21 X-Spam_score: 2.1 X-Spam_bar: ++ X-Spam_report: (2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FROM_SUSPICIOUS_NTLD=0.498, FROM_SUSPICIOUS_NTLD_FP=1.997, PDS_OTHER_BAD_TLD=1.766, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 2.7 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * 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. Content analysis details: (2.7 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [209.51.188.17 listed in list.dnswl.org] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 0.9 SPF_FAIL SPF: sender does not match SPF record (fail) [SPF failed: Please see http://www.openspf.org/Why?s=mfrom; id=dev%40jpoiret.xyz; ip=209.51.188.17; r=debbugs.gnu.org] 1.6 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: jpoiret.xyz (xyz)] 2.0 FROM_SUSPICIOUS_NTLD_FP From abused NTLD 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: submit Cc: Josselin Poiret X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.3 (/) * 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 From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 10 17:18:23 2022 Received: (at 53926-done) by debbugs.gnu.org; 10 Feb 2022 22:18:23 +0000 Received: from localhost ([127.0.0.1]:57424 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nIHlf-0008DE-Iu for submit@debbugs.gnu.org; Thu, 10 Feb 2022 17:18:23 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:40972) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nIHld-0008Cz-Rb for 53926-done@debbugs.gnu.org; Thu, 10 Feb 2022 17:18:22 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 4788639F; Thu, 10 Feb 2022 23:18:15 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NN1yi810PlYd; Thu, 10 Feb 2022 23:18:14 +0100 (CET) Received: from ribbon (91-160-117-201.subs.proxad.net [91.160.117.201]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 309EE2A1; Thu, 10 Feb 2022 23:18:14 +0100 (CET) From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Josselin Poiret Subject: Re: bug#53926: [PATCH] services: gdm-service-type: Require elogind. References: <20220210202747.27729-1-dev@jpoiret.xyz> Date: Thu, 10 Feb 2022 23:18:13 +0100 In-Reply-To: <20220210202747.27729-1-dev@jpoiret.xyz> (Josselin Poiret's message of "Thu, 10 Feb 2022 21:27:47 +0100") Message-ID: <87h7962wnu.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spamd-Bar: / Authentication-Results: hera.aquilenet.fr; none X-Rspamd-Server: hera X-Rspamd-Queue-Id: 4788639F X-Spamd-Result: default: False [-0.10 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; MID_RHS_MATCH_FROM(0.00)[] X-Spam-Score: 2.6 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hi, Josselin Poiret 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, leadi [...] Content analysis details: (2.6 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 1.6 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: jpoiret.xyz (xyz)] -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 53926-done Cc: 53926-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.6 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hi, Josselin Poiret 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, leadi [...] Content analysis details: (1.6 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 1.6 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: jpoiret.xyz (xyz)] -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager Hi, Josselin Poiret 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=E2=80=A6 Applied, thanks! Ludo=E2=80=99. From unknown Sat Aug 16 11:33:16 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 11 Mar 2022 12:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator