From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arun Isaac Subject: bug#34211: error running container: mingetty cannot find ttys Date: Fri, 15 Feb 2019 01:38:19 +0530 Message-ID: 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> <874l97ehc7.fsf@roquette.mug.biscuolo.net> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:40141) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1guNJf-0003rh-5C for bug-guix@gnu.org; Thu, 14 Feb 2019 15:09:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1guNJe-0003sx-6b for bug-guix@gnu.org; Thu, 14 Feb 2019 15:09:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:49130) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1guNJd-0003se-Vz for bug-guix@gnu.org; Thu, 14 Feb 2019 15:09:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1guNJd-0003uA-Lp for bug-guix@gnu.org; Thu, 14 Feb 2019 15:09:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <874l97ehc7.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: Giovanni Biscuolo Cc: help-guix@gnu.org, 34211@debbugs.gnu.org --=-=-= Content-Type: text/plain > 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. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEf3MDQ/Lwnzx3v3nTLiXui2GAK7MFAlxlyrMACgkQLiXui2GA K7MFxwf/VX3u0mUdQ7ezb6zqDBMHM3LWSx6uK/Oy4P9Wb6r5TPYTWJCfRKoJcCCv 5o1bEGNJa9SChLXx86hBVw3q24kMlWI1AoLicIbmhYbXPyF3S100DaivTPI8ZhWI g7FamAIOk8FX8oUX4BGKezZiNnj7uGZqWYBaIqwBB24KXVzoqQFqTPf81dSAqoqb sal40+KHs7aYWEVxuOy8sZ08LsQ0QqPvsS5Y252ir8v67uDyP+S80pP9320Sr/HF tlIIJ9vb/YkhFUKqJcF6D12IFaqOhllEZArXbXNnaCvZ+Or/FgCq82npuqBUS4Lu z4hRBZHyxTXqvqnw/x+FIz/7nOC5lg== =IJ4X -----END PGP SIGNATURE----- --=-=-=--