GNU bug report logs - #68384
TTY Auto-login is not compatible with elogind

Previous Next

Package: guix;

Reported by: Lars Rustand <rustand.lars <at> gmail.com>

Date: Thu, 11 Jan 2024 13:02:01 UTC

Severity: normal

Full log


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

From: Christian Miller <christian.miller <at> dadoes.de>
To: 68384 <at> debbugs.gnu.org
Subject: TTY Auto-login is not compatible with elogind
Date: Sun, 14 Jan 2024 17:00:29 +0100
Hello,

I have the same issue.

Using the following works for me, though you need to press a button on
the keyboard.

(modify-services %desktop-services
  (delete gdm-service-type)
  (mingetty-service-type config =>
    (mingetty-configuration
      (inherit config)
      (auto-login "cm")
      ;; TODO: Work around to fix "Error in service module"
      (login-pause? #t))))

I also created a thread in the guix-devel[0] mailing list, maybe I should
have not.

[0]: https://lists.gnu.org/archive/html/guix-devel/2024-01/msg00120.html

-- 
Christian Miller




This bug report was last modified 19 days ago.

Previous Next


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