From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincent Hanquez Subject: Re: [XCI] set up a paravirtualized VM Date: Thu, 30 Jul 2009 15:05:20 +0100 Message-ID: <4A71A8A0.1060603@eu.citrix.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Kornelius Prell Cc: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org 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