unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* TTY auto-login broken
@ 2024-01-14 15:31 Christian Miller
  2024-01-14 20:24 ` Joshua Branson
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Miller @ 2024-01-14 15:31 UTC (permalink / raw)
  To: guix-devel

Hello,

this is how I configured my system:

(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))))

Without the (login-pause? #t) I would get "Error in service module" as
an error message in my TTY and can't use the system.

There is also someone else with that issue[0]

I asked on the IRC[1] some time ago (somenickname was me in that case)
and nckx had an assumption why this is happening.

[0]: https://issues.guix.gnu.org/68384
[1]: https://logs.guix.gnu.org/guix/2023-09-28.log#211350

-- 
Christian Miller


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: TTY auto-login broken
  2024-01-14 15:31 TTY auto-login broken Christian Miller
@ 2024-01-14 20:24 ` Joshua Branson
  0 siblings, 0 replies; 2+ messages in thread
From: Joshua Branson @ 2024-01-14 20:24 UTC (permalink / raw)
  To: Christian Miller; +Cc: guix-devel

Christian Miller <christian.miller@dadoes.de> writes:

> Hello,
>
> this is how I configured my system:
>
> (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))))
>
> Without the (login-pause? #t) I would get "Error in service module" as
> an error message in my TTY and can't use the system.
>
> There is also someone else with that issue[0]
>
> I asked on the IRC[1] some time ago (somenickname was me in that case)
> and nckx had an assumption why this is happening.
>
> [0]: https://issues.guix.gnu.org/68384
> [1]: https://logs.guix.gnu.org/guix/2023-09-28.log#211350

Also the cookbook describes something similar and it is apparently not
working anymore either.  I've reported it some time ago.

https://issues.guix.gnu.org/56958

Thanks,

Joshua

-- 

Joshua Branson
Sent from the Hurd


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-01-14 20:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-14 15:31 TTY auto-login broken Christian Miller
2024-01-14 20:24 ` Joshua Branson

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).