On 05/22/2012 05:23 AM, Svante Signell wrote: > Yes, ssh from two remote gnome terminals! How to debug locally. You only > have the kvm screen and that one will be occupied by gdb. Then you need > another to issue the ifconfig command, e.g. using ssh from a gnome > terminal.
You could also add serial consoles to kvm with virt-manager or by adding kvm params: -chardev pty,id=charserial0 -device isa-serial,chardev=charserial0,id=serial0 Then connect to them via socat|screen|minicom|cu|virsh console e.g. socat - /dev/pts/4 or virsh console <vmname> -- Gabriele -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

