From mboxrd@z Thu Jan 1 00:00:00 1970 From: George myglc2 Clemmer Subject: bug#30467: GuixSD fails to display login prompt on headless server Date: Thu, 15 Feb 2018 19:24:22 -0500 Message-ID: <86wozdok7d.fsf@gmail.com> References: <868tbu9u0r.fsf@gmail.com> <20180215165455.09a9efa3@scratchpost.org> <86y3jundqw.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60396) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1emTpp-0004Wj-N1 for bug-guix@gnu.org; Thu, 15 Feb 2018 19:25:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1emTpm-0000mt-Io for bug-guix@gnu.org; Thu, 15 Feb 2018 19:25:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:37438) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1emTpm-0000mk-Dw for bug-guix@gnu.org; Thu, 15 Feb 2018 19:25:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1emTpm-0005ay-58 for bug-guix@gnu.org; Thu, 15 Feb 2018 19:25:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <86y3jundqw.fsf@gmail.com> 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: Danny Milosavljevic Cc: 30467@debbugs.gnu.org On 02/15/2018 at 21:29 George myglc writes: > Hi Danny & Leo, > > Thanks for the quick response! > > On 02/15/2018 at 15:54 Danny Milosavljevic writes: [...] >> Also, you have >> >> (kernel-arguments '("console=ttyS1,115200")) >> >> AND >> >> (agetty-service (agetty-configuration (tty "ttyS1") >> (baud-rate "115200"))) >> Starting today, the second one will be automatically configured by >> %base-services. > I did git-pull & make to get guix (GNU Guix) 0.14.0.1879-06a9 and 'guix > system reconfigure' >>> the console is still blank. (my G36) > >> In the long run please remove your agetty-service, it should automatically appear >> (it recovers the settings from the "console" kernel-argument). > > Then I removed agetty-service, reconfigured and rebooted >>> the console > is still blank. (my G37, sys.scm attached) BTW, IPMI serial over lan (SOL) which most recently worked here on ... : a48b877e6 gnu: appstream-glib: Propagate some inputs. : guix (GNU Guix) 0.14.0.1505-a48b8 ... is also now broken, with or without ... >> (agetty-service (agetty-configuration (tty "ttyS1") >> (baud-rate "115200")))