bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#29934: in virtual machines the graphical dektop environment randomly


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

On Tue, 2 Jan 2018 15:31:49 +0100
Catonano <address@hidden> 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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]