From 98317c0a457c92a7d199d4a2a72062a8dfed02cb Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Tue, 26 Feb 2008 15:11:51 +0000 Subject: stubdom: log and documentation fixes - Document that for vnclisten names and 127.0.0.1 should not be used. - Documentation cosmetic fixes - Dump qemu output to the usual logs Signed-off-by: Samuel Thibault --- stubdom/stubdom-dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'stubdom/stubdom-dm') diff --git a/stubdom/stubdom-dm b/stubdom/stubdom-dm index 3edeb9d2dc..0c629c6868 100644 --- a/stubdom/stubdom-dm +++ b/stubdom/stubdom-dm @@ -62,11 +62,12 @@ done creation="xm create -c stubdom-$domname target=$domid memory=32" -(while true ; do sleep 60 ; done) | $creation & +(while true ; do sleep 60 ; done) | $creation > /var/log/xen/qemu-dm-$domid.log & #xterm -geometry +0+0 -e /bin/sh -c "$creation ; echo ; echo press ENTER to shut down ; read" & consolepid=$! +# Wait for vnc server to appear while ! vnc_port=`xenstore-read /local/domain/$domid/console/vnc-port` do # Check that the stubdom job is still alive -- cgit v1.2.3