From mboxrd@z Thu Jan 1 00:00:00 1970 From: myglc2@gmail.com Subject: bug#30589: serial login not working Date: Wed, 07 Mar 2018 20:26:58 -0500 Message-ID: <86tvtrgxwd.fsf@gmail.com> References: <86muzzdt91.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51608) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1etkLm-0007f2-Rl for bug-guix@gnu.org; Wed, 07 Mar 2018 20:28:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1etkLi-0008GT-TK for bug-guix@gnu.org; Wed, 07 Mar 2018 20:28:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:42154) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1etkLi-0008GK-Oj for bug-guix@gnu.org; Wed, 07 Mar 2018 20:28:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1etkLi-0001aq-CZ for bug-guix@gnu.org; Wed, 07 Mar 2018 20:28:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <86muzzdt91.fsf@gmail.com> (George myglc's message of "Fri, 23 Feb 2018 21:19:22 -0500") 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: 30589@debbugs.gnu.org On 02/23/2018 at 21:19 George myglc2 Clemmer writes: > The recent move of agetty-service into #base-services caused serial > login to stop working here. I can confirm that reverting ... 7e0a6fac0 * services: mingetty: Move tty optionality to agetty. 5a9902c8a * services: agetty: Add agetty instance to base services. Make its tty optional. ... "fixes" the problem here.