From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giovanni Biscuolo Subject: bug#34211: error running container: mingetty cannot find ttys Date: Wed, 13 Feb 2019 18:19:52 +0100 Message-ID: <874l97ehc7.fsf__1077.33692727692$1550078485$gmane$org@roquette.mug.biscuolo.net> References: <874l9wbpfb.fsf@roquette.mug.biscuolo.net> <20190126192150.GD11329@macbook41> <87sgx1glhv.fsf@roquette.mug.biscuolo.net> <87zhr2q862.fsf@gnu.org> <8736otfgmo.fsf@roquette.mug.biscuolo.net> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:56933) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gtyDZ-000367-OD for bug-guix@gnu.org; Wed, 13 Feb 2019 12:21:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gtyDX-00026Z-QU for bug-guix@gnu.org; Wed, 13 Feb 2019 12:21:05 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:47984) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gtyDV-00022T-TJ for bug-guix@gnu.org; Wed, 13 Feb 2019 12:21:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gtyDV-0005Bz-Ka for bug-guix@gnu.org; Wed, 13 Feb 2019 12:21:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <8736otfgmo.fsf@roquette.mug.biscuolo.net> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org, 34211@debbugs.gnu.org, help-guix@gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hello, Giovanni Biscuolo 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: =2D-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-k= eys/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)))) =2D-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 =2D-=20 Giovanni Biscuolo Xelera IT Infrastructures --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEERcxjuFJYydVfNLI5030Op87MORIFAlxkUbgACgkQ030Op87M ORJoJw//Ts6Vb9uelkhhWonrLWC1F5UtK0mS89RWQuDpOnYEGv8+zptChYrLr9wk XeX8//FRh5abxwUxrxvs6KeFJxh166Sx7Wpl20YRCn0Bu6qG0LXEIZKCWgue9guS aPvRzsroJKIfCzp4oA+5ChiwXCwfZp08XJO6P0tqpDlI9eHR3xMKPp9YFcfl1pGk gHwabzrtH1hBI2M1r258CRhlu3YmH89ra2wsl2lQUCjV7e+IdjOsDbUWQo9T/bjg FeXMpOUdqJybFYyIfeM+gGYG9tloHtYuokh8Tuz8XYurcpWUooPsQrBH3i9E3TS0 S00gpvRVfzdY2e4NkYBbD724GItAyTiOvUwr7wL6ofdr0z9QjL33nHIW/6ElRcpB 8AGy5Fv1D32Z7MwJQ7iGIr5qrWImPmzVDeemh0+gueDxI1z715YDhxtTa1wi7wDv kswR5yb0pnTnp9aQpKEhfFJ/ffnjLZY46FWepI9IM+AzOKmTj37ynL8TmwEAzyqj KyylQijBsmtbKZnhFMVp2dN3xUWowvr5xmE/TioXzKwMo5Jcsz0Vdl6LI00hQVnp 40CpDrGins4lidcNODOtSCY1tSeBUQ8zg1yPy8bL7GtzHdqiYt+FXqHN6A1UFYhl LUFwITXH0RGgI0DWrBtAv02tHyaFf1isxYYEAOeoG9zuAuGe1+o= =WKIp -----END PGP SIGNATURE----- --=-=-=--