From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: bug#30467: GuixSD fails to display login prompt on headless server Date: Thu, 22 Feb 2018 12:41:39 +0100 Message-ID: <20180222124139.26626adf@scratchpost.org> References: <868tbu9u0r.fsf@gmail.com> <20180215165455.09a9efa3@scratchpost.org> <86y3jundqw.fsf@gmail.com> <20180216015312.416091f0@scratchpost.org> <868tbtlnmp.fsf@gmail.com> <20180217180348.1961da18@scratchpost.org> <86mv01iz6h.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40082) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eopGL-0006pw-54 for bug-guix@gnu.org; Thu, 22 Feb 2018 06:42:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eopGE-0002q9-K6 for bug-guix@gnu.org; Thu, 22 Feb 2018 06:42:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:47468) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eopGE-0002pz-F2 for bug-guix@gnu.org; Thu, 22 Feb 2018 06:42:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eopGE-0001yP-14 for bug-guix@gnu.org; Thu, 22 Feb 2018 06:42:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <86mv01iz6h.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: George myglc2 Clemmer Cc: 30467@debbugs.gnu.org Hi George, On Wed, 21 Feb 2018 20:35:34 -0500 George myglc2 Clemmer wrote: > I think we got side-tracked to the serial port when my real issue is > with the VGA port. Maybe my bug report was not clear. Let me clarify ... Oh, that changes things. Ludo is debugging some silly UTF-8 problem with the virtual terminals on the VGA port right now - might be related, or not. Who knows... > GNU with Linuxlibre ..." for a couple seconds, and then 4) a blank. Is there still a cursor? What happens when you don't use the serial (so no console=...) and then try to write something to /dev/console ? It should show up somewhere. Where? On the VGA port? Let's try to find where in the chain it goes off the rails. If writing to /dev/console manually works, try ps -ef | grep mingetty Are they running? Also, ls -l /dev/tty[123456] /dev/tty > In either version, this config ... > > (agetty-service (agetty-configuration (tty "ttyS1") > (baud-rate "115200"))) > ... causes a login prompt to be raised on ttyS1 which, on my system, is > mapped to IPMI Serial over Lan (SOL). Yeah, okay. So the actual tty-login-in works... *phiew*. > g1@g1 ~/www$ sudo stty -F /dev/ttyS1 > speed 115200 baud; line = 0; > -brkint -imaxbel Looks good - login also works fine on the serial, so all is well there... :) Now let's see what the problem with the VGA is...