From 3a58b3936151f954be18286877c0398afeaf7317 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Wed, 26 Jan 2011 23:14:13 -0500 Subject: add notes about how to access the monitor --- README | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README b/README index 8869e59..8a72bef 100644 --- a/README +++ b/README @@ -24,6 +24,7 @@ Dependencies: udev : for configuring the block devices with proper permissions fakeroot : for rebuilding the initramfs as a regular user in di-maker xorriso : for grub2 to make an iso in di-maker + socat : so users can talk to the kvm monitor of their VMs Recommendations: @@ -128,6 +129,10 @@ To access the guest's serial console, do: ssh -t $GUESTNAME@host.machine screen -x $GUESTNAME +To access the guest's KVM monitor, do: + + ssh -t $GUESTNAME@host.machine socat vms/$GUESTNAME/monitor + HACKING All patches, fixes, suggestions welcome! -- cgit v1.2.3