From: Arun Isaac <arunisaac@systemreboot.net>
To: Giovanni Biscuolo <g@xelera.eu>
Cc: help-guix@gnu.org, 34211@debbugs.gnu.org
Subject: bug#34211: error running container: mingetty cannot find ttys
Date: Fri, 15 Feb 2019 01:38:19 +0530 [thread overview]
Message-ID: <cu7va1mcevg.fsf@systemreboot.net> (raw)
In-Reply-To: <874l97ehc7.fsf@roquette.mug.biscuolo.net>
[-- Attachment #1: Type: text/plain, Size: 382 bytes --]
> please any hint on how to "manually" remove those two failing services?
You should do something along the lines of the following:
(remove (lambda (service)
(let ((type (service-type-name (service-kind service))))
(or (eq? type 'mingetty)
(eq? type 'console-fonts))))
%base-services)
Notice the function call to service-type-name.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
next prev parent reply other threads:[~2019-02-14 20:08 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-25 17:46 error running container: mingetty cannot find ttys Giovanni Biscuolo
2019-01-26 19:21 ` Efraim Flashner
2019-01-27 14:49 ` Giovanni Biscuolo
2019-01-27 16:15 ` Efraim Flashner
2019-02-06 12:16 ` Giovanni Biscuolo
2019-02-11 22:20 ` bug#34211: " Ludovic Courtès
2019-02-12 10:25 ` Giovanni Biscuolo
2019-02-13 17:19 ` Giovanni Biscuolo
2019-02-14 20:08 ` Arun Isaac [this message]
2019-02-15 8:57 ` Giovanni Biscuolo
2019-02-15 10:39 ` Arun Isaac
2019-02-15 11:34 ` Giovanni Biscuolo
2019-02-15 12:00 ` Arun Isaac
2019-03-13 22:13 ` Ludovic Courtès
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cu7va1mcevg.fsf@systemreboot.net \
--to=arunisaac@systemreboot.net \
--cc=34211@debbugs.gnu.org \
--cc=g@xelera.eu \
--cc=help-guix@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).