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] Ubuntu Xen 3.0.3 xm list hangs

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Ubuntu Xen 3.0.3 xm list hangs
From: "Thomas Fazekas" <thomas.fazekas@xxxxxxxxx>
Date: Mon, 19 Mar 2007 16:05:42 +0100
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Tue, 20 Mar 2007 02:24:29 -0700
Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; b=XmzdM/4aA2CsglDUndIXALY5fCEvKL8mGucHOsWGcSa2aPOUvb4dCuvzimpttzGvIz0IAeVMEDctNqOLSkwKTICvO8uPi2R0GLEayrGlkTOEOGjVBG8n5nR2Z5+Rk+OIb3zBb6wP8aaecCQMzrOf3sbCF/ASJ/e864v+ZzPXY6w=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; b=pQ0OeZqPQlhWzNP5H8IQdHmL0ftO7pL5jayZhMe8wT+6yJkBB8fMKLIG7w4Fv3snB1IvZsoEu/8oqaxPE46nn/j3DD7YP5r0VqCSOt3Q2u/OJNshIonxfCxFu3MFSXSXb4nt/RGj5yciqdC37qm1PB5ASnQTdCLAcvg9XEErrQw=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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
I'm running xen 3.03 with ubuntu (kernel 2.6.16.29-xen) with a number
of Win2K, WinXP, Linux guests. The hardware platform is Intel(R)
Xeon(R) CPU 5160. I'm having the following problem :
Sometimes one WinXP machine seems to die/reboot and that brings the
whole system in
a state where any commands like xm list|shutdown|create seems to hang.
Doing an strace of "xm list" gives me :

futex(0x62a530, FUTEX_WAKE, 1)          = 0
futex(0x62a530, FUTEX_WAKE, 1)          = 0
futex(0x62a530, FUTEX_WAKE, 1)          = 0
futex(0x62a530, FUTEX_WAKE, 1)          = 0
socket(PF_FILE, SOCK_STREAM, 0)         = 3
connect(3, {sa_family=AF_FILE, path="/var/run/xend/xmlrpc.sock"}, 27) = 0
sendto(3, "POST /RPC2 HTTP/1.0\r\nHost: \r\nUse"..., 132, 0, NULL, 0) = 132
sendto(3, "<?xml version=\'1.0\'?>\n<methodCal"..., 151, 0, NULL, 0) = 151
recvfrom(3,

And that's it... it hangs. Norw the fact that a WinXP guest dies is
the least of my problem.
What I'm really after is how can I interart again with xen, so I cluds
create/switch off other machines ?

Thomas

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Ubuntu Xen 3.0.3 xm list hangs, Thomas Fazekas <=