GNU bug report logs -
#34211
error running container: mingetty cannot find ttys
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Hello,
Giovanni Biscuolo <g <at> xelera.eu> writes:
[...]
> I'll try to remove term-tty[1..6] manually from services declaration, if
> I manage to "manually" solve this I'll report here
I tried but failed, I'm removing both mingetty and console-font from
%base-services list:
--8<---------------cut here---------------start------------->8---
(services (cons* (service dhcp-client-service-type)
(service openssh-service-type
(openssh-configuration
(x11-forwarding? #t)
(permit-root-login 'without-password)
(authorized-keys
`(("gbiscuolo" ,(local-file "ssh-authorized-keys/gbiscuolo.pub"))))
(port-number 22)))
(remove (lambda (service)
(eq? (service-kind service) mingetty-service-type)
(eq? (service-kind service) console-font-service-type))
%base-services))))
--8<---------------cut here---------------end--------------->8---
but term-tty[1..6] and console-font-tty[1..6] processes still get
installed and started by herd
please any hint on how to "manually" remove those two failing services?
Thanks!
Giovanni
--
Giovanni Biscuolo
Xelera IT Infrastructures
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 6 years and 70 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.