From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: bug#29934: in virtual machines the graphical dektop environment randomly fails to show up Date: Tue, 2 Jan 2018 18:15:15 +0100 Message-ID: <20180102181515.195ec353@scratchpost.org> References: <20180101214735.734b62cd@scratchpost.org> <20180102095808.04d1111b@scratchpost.org> <20180102125201.628f4cf1@scratchpost.org> 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]:38241) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eWQAY-0005IZ-1P for bug-guix@gnu.org; Tue, 02 Jan 2018 12:16:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eWQAU-00078O-P0 for bug-guix@gnu.org; Tue, 02 Jan 2018 12:16:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:52921) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eWQAU-00077a-KC for bug-guix@gnu.org; Tue, 02 Jan 2018 12:16:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eWQAU-0002My-2p for bug-guix@gnu.org; Tue, 02 Jan 2018 12:16:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: 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: Catonano Cc: 29934@debbugs.gnu.org On Tue, 2 Jan 2018 15:31:49 +0100 Catonano wrote: > You said that I could have logged in from the host terminal, right ? > > How do I do that ? > > The host terminal is running qemu, there are the messages that I'm pasting > here, no prompt Then no getty is running. Please add (mingetty-service-type config => (mingetty-configuration (inherit config) (tty "/dev/ttyS0"))))) to (services ...) in vm-config-desktop.scm . Maybe agetty instead of mingetty, I forgot... That should start a login thingie on the serial.