unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Giovanni Biscuolo <g@xelera.eu>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: guix-devel@gnu.org, 34211@debbugs.gnu.org, help-guix@gnu.org
Subject: bug#34211: error running container: mingetty cannot find ttys
Date: Wed, 13 Feb 2019 18:19:52 +0100	[thread overview]
Message-ID: <874l97ehc7.fsf__1077.33692727692$1550078485$gmane$org@roquette.mug.biscuolo.net> (raw)
In-Reply-To: <8736otfgmo.fsf@roquette.mug.biscuolo.net>

[-- Attachment #1: Type: text/plain, Size: 1292 bytes --]

Hello,

Giovanni Biscuolo <g@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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

  reply	other threads:[~2019-02-13 17:21 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <874l9wbpfb.fsf@roquette.mug.biscuolo.net>
2019-01-26 19:21 ` error running container: mingetty cannot find ttys Efraim Flashner
2019-02-06 12:16   ` bug#34211: " Giovanni Biscuolo
     [not found]   ` <87sgx1glhv.fsf@roquette.mug.biscuolo.net>
2019-02-11 22:20     ` Ludovic Courtès
     [not found]     ` <87zhr2q862.fsf@gnu.org>
2019-02-12 10:25       ` Giovanni Biscuolo
2019-02-13 17:19         ` Giovanni Biscuolo [this message]
     [not found]         ` <874l97ehc7.fsf@roquette.mug.biscuolo.net>
2019-02-14 20:08           ` Arun Isaac
2019-02-15  8:57             ` Giovanni Biscuolo
     [not found]             ` <87zhqxbf93.fsf@roquette.mug.biscuolo.net>
2019-02-15 10:39               ` Arun Isaac
     [not found]               ` <cu7pnrtcp45.fsf@systemreboot.net>
2019-02-15 11:34                 ` Giovanni Biscuolo
     [not found]                 ` <87k1i1b803.fsf@roquette.mug.biscuolo.net>
2019-02-15 12:00                   ` Arun Isaac
     [not found]                   ` <cu7mumxcldi.fsf@systemreboot.net>
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='874l97ehc7.fsf__1077.33692727692$1550078485$gmane$org@roquette.mug.biscuolo.net' \
    --to=g@xelera.eu \
    --cc=34211@debbugs.gnu.org \
    --cc=guix-devel@gnu.org \
    --cc=help-guix@gnu.org \
    --cc=ludo@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.
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).