unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* service 'term-tty2' provided more than once
@ 2023-06-17  3:08 Felix Lechner via Development of GNU Guix and the GNU System distribution.
  2023-06-17 12:06 ` pelzflorian (Florian Pelz)
  0 siblings, 1 reply; 2+ messages in thread
From: Felix Lechner via Development of GNU Guix and the GNU System distribution. @ 2023-06-17  3:08 UTC (permalink / raw)
  To: Guix Devel

Hi,

I drop agetty and mingetty from %base-services [1] and then add greed
and mingetty in the way I prefer. [2] My last successful configure was
about a month ago (and after Bruno rewrote many of those services.) As
of recently, my deployments fail with

    service 'term-tty2' provided more than once

Did someone change the way the virtual terminals are provisioned in
%base-services? Thanks!

Kind regards,
Felix

[1] https://codeberg.org/lechner/system-config/src/commit/81f867ca39ba6149e1efb49f3c1437614085e970/host/wallace-server/operating-system.scm#L1129-L1130
[2] https://codeberg.org/lechner/system-config/src/commit/81f867ca39ba6149e1efb49f3c1437614085e970/services/greeter.scm


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

* Re: service 'term-tty2' provided more than once
  2023-06-17  3:08 service 'term-tty2' provided more than once Felix Lechner via Development of GNU Guix and the GNU System distribution.
@ 2023-06-17 12:06 ` pelzflorian (Florian Pelz)
  0 siblings, 0 replies; 2+ messages in thread
From: pelzflorian (Florian Pelz) @ 2023-06-17 12:06 UTC (permalink / raw)
  To: Felix Lechner via Development of GNU Guix and the GNU System distribution.
  Cc: Felix Lechner

Hello Felix Lechner.

A workaround is in <https://issues.guix.gnu.org/63921#5> namely
multiple (delete mingetty-service-type) as in

(modify-services %base-services
 (delete login-service-type)
 (delete mingetty-service-type)
 (delete mingetty-service-type)
 (delete mingetty-service-type)
 (delete mingetty-service-type)
 (delete mingetty-service-type)
 (delete mingetty-service-type))

David Wilson has described a way to fix this bug in Guix
<https://issues.guix.gnu.org/64106>, but noone has done it yet.

Regards,
Florian


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

end of thread, other threads:[~2023-06-17 12:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-17  3:08 service 'term-tty2' provided more than once Felix Lechner via Development of GNU Guix and the GNU System distribution.
2023-06-17 12:06 ` pelzflorian (Florian Pelz)

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