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] third guest domian doesn't start

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] third guest domian doesn't start
From: root <root@xxxxxxxxxxxxxxxx>
Date: Sat, 25 Jun 2005 17:29:37 -0500
Delivery-date: Sun, 26 Jun 2005 10:24:54 +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
I have 2 guest domains in /etc/xen/auto/ that start fine, the third one
fails.  (is there a list of error codes with explanations?) I have  1.5
gig of memory with 240 devoted to Dom0 and the 3 DomU's [960 total])

Guest #3 (WebServer) comes up twice, crashes twice with the following
"reboot" errors:
[2005-06-25 09:24:57 xend] DEBUG (XendDomain:247) XendDomain>reap>
shutdown id=3 reason=reboot

Guest #3 (WebServer) comes up a third time and crashes with a
"restarting too fast"  error:
[2005-06-25 09:25:15 xend] INFO (XendDomain:367) Restarting domain: id=3
name=WebServer
[2005-06-25 09:25:15 xend] ERROR (XendDomainInfo:937) VM WebServer
restarting too fast


Guest #2 (IDSAppDB) creates just fine despite the name clash error.
[2005-06-25 09:24:48 xend] ERROR (SrvBase:162) op=create: Error creating
domain: vm name clash: IDSAppDB
Traceback (most recent call last):
  File
"/usr/share/xen-2.0/dist/install/lib/python/xen/xend/server/SrvBase.py",
line 107, in _perform
    val = op_method(op, req)
  File
"/usr/share/xen-2.0/dist/install/lib/python/xen/xend/server/SrvDomainDir.py", 
line 71, in op_create
    raise XendError("Error creating domain: " + str(ex))
XendError: Error creating domain: vm name clash: IDSAppDB




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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] third guest domian doesn't start, root <=