WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] Re: [Xen-devel] Failure to create HVM DomU at Xen 4.1 (

To: Boris Derzhavets <bderzhavets@xxxxxxxxx>
Subject: Re: [Xen-users] Re: [Xen-devel] Failure to create HVM DomU at Xen 4.1 ( kernel 3.0.0-5-generic) Ubuntu 11.10 (alpha 2)
From: Ian Campbell <Ian.Campbell@xxxxxxxxxx>
Date: Wed, 20 Jul 2011 10:22:46 +0100
Cc: "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>, "xen-users@xxxxxxxxxxxxxxxxxxx" <xen-users@xxxxxxxxxxxxxxxxxxx>, Stefano Stabellini <Stefano.Stabellini@xxxxxxxxxxxxx>
Delivery-date: Wed, 20 Jul 2011 02:23:47 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <1311011452.35100.YahooMailClassic@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Organization: Citrix Systems, Inc.
References: <1311011452.35100.YahooMailClassic@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
        root@boris-P5Q-E:~/vms/natty# vncviewer localhost:0
        
        VNC Viewer Free Edition 4.1.1 for X - built Apr  9 2010 18:41:55
        Copyright (C) 2002-2005 RealVNC Ltd.
        See http://www.realvnc.com for information on VNC.
        
        Mon Jul 18 21:48:31 2011
         main:        unable to connect to host: Connection refused
        (111)
        
        root@boris-P5Q-E:~/vms/natty# netstat -a | grep 590
        unix  3      [ ]         STREAM     CONNECTED     12590
        @/tmp/.X11-unix/X0
        unix  3      [ ]         STREAM     CONNECTED     10590    
        
        
What does "ps aux | grep qemu" show as your qemu command line? Also
"netstat -a | grep qemu" might be interesting.

When I have an issue with qemu I often specify the device model in my
guest configuration as a script containing:
        echo $@ > /tmp/qemu-dm
        sleep 1h

Then immediately after running "xl create" I can examine /tmp/qemu-dm
and run the qemu by hand in the foreground, or under gdb etc. (there is
a timeout in xl waiting for qemu to announce itself so you need to be
reasonably prompt...)

Ian.



_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>