|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [XCI] set up a paravirtualized VM
Kornelius Prell wrote:
Hello,
in the last days I've built Xenclient and successfully created a
Windows VM according to
Takas mail here:
http://lists.xensource.com/archives/html/xen-users/2009-06/msg00276.html
...
vif5.429496729 to bridge xenbr0
[20090729 06:27:41.556|debug|xenops] Executing [
/opt/xensource/libexec/closeandexec --
/opt/xensource/libexec/vncterm-wrapper 5 -x /local/domain/5/serial/0 ]
[20090729 06:27:41.558|debug|xenops] watch: watching xenstore paths: [
/local/domain/5/serial/0/vnc-port ] with timeout 1200.000000 seconds
[20090729 06:27:41.559|debug|xenops] watch: fired on
/local/domain/5/serial/0/vnc-port
Here is the VM config file:
uuid = 01000000-0000-0000-0000-102130000014
hvm = false
memory = 1024
debug = true
kernel = /boot/vmlinuz
initrd = /boot/initramfs.gz
disk = /dev/sda:phy:hda:w:disk
cmdline = root=/dev/sda1 ro
boot = c
vif = bridge=xenbr0
Hi Kornelius,
try setting in your config file:
vnc = -1
Your log seems to indicate that the toolstack is waiting for
vncterm-wrapper to do something with a timeout of 1200 seconds, but
probably never does it.
--
Vincent
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|