guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: service 'term-tty2' provided more than once


From: pelzflorian (Florian Pelz)
Subject: Re: service 'term-tty2' provided more than once
Date: Sat, 17 Jun 2023 14:06:26 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]