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

[Xen-users] Unable to start a domU Domain

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Unable to start a domU Domain
From: Torben Viets <Viets@xxxxxx>
Date: Thu, 10 Nov 2005 23:45:03 +0100
Delivery-date: Thu, 10 Nov 2005 22:45:26 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla Thunderbird 1.0.6 (X11/20050912)
Hello,

I use the newest xen-unstable on my server, until I updated from xen-testing to xen-unstable I'am unable to start a domU domain.

If I start a domain with 'xm create -f <domainname>' there is no response, I'am only able to press CTRL+C to abort this. here is a strace output of the command:

socket(PF_FILE, SOCK_STREAM, 0)         = 3
rt_sigaction(SIGPIPE, {SIG_IGN}, {SIG_IGN}, 8) = 0
connect(3, {sa_family=AF_FILE, path="/var/lib/xend/xend-socket"}, 27) = 0
send(3, "POST /xend/domain/sheldon HTTP/1"..., 151, 0) = 151
send(3, "op=wait_for_devices", 19, 0)   = 19
recv(3,

After pressing CTRL+C, I can see the domain in 'xm list' with status 'p', but the only operation I'am able to do, is to destroy the domain.

It looks like xm waits for xend for an answer but never get it, right?

Does anyone know what the problem is?

greetings
Torben Viets


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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Unable to start a domU Domain, Torben Viets <=