From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?S=E9bastien_RICCIO?= Subject: Re: vnc password / port - HVM win2k3 guest icmp latency Date: Mon, 20 Nov 2006 21:50:22 +0100 Message-ID: <4562150E.4050807@swisscenter.com> References: <4561EA3C.4070201@swisscenter.com> <20061120175839.GC15703@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <20061120175839.GC15703@redhat.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "Daniel P. Berrange" Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Hi again, I just reinstalled everything using the xen-unstable.hg. Xend just doesn't start anymore. Watching the logs it was looking for python-pam module. I found the source for it and installed it. Tried to start xend again, but no success. It just says it can't find Domain 0 and dies. Is there something special to do when "upgrading" from 3.0.3 to the latest unstable ? I think it might be something about Error: (13, 'Permission denied'), bu= t denied on what ? :) Reverted temporarily to 3.0.3 and everything run smooth again. Thank you for your help, S=E9bastien xend.log -- [2006-11-20 20:50:52 xend 4627] INFO (SrvDaemon:295) Xend Daemon started [2006-11-20 20:50:52 xend 4627] INFO (SrvDaemon:299) Xend changeset: unavailable . [2006-11-20 20:50:52 xend 4627] INFO (SrvDaemon:306) Xend version: Unknow= n. [2006-11-20 20:50:52 xend 4627] ERROR (XendDomain:349) Unable to get domain info rmation. Traceback (most recent call last): File "//usr/lib/python/xen/xend/XendDomain.py", line 347, in _running_domains return xc.domain_getinfo() Error: (13, 'Permission denied') [2006-11-20 20:50:52 xend 4627] ERROR (SrvDaemon:317) Exception starting xend (U nable to find Domain 0) Traceback (most recent call last): File "//usr/lib/python/xen/xend/server/SrvDaemon.py", line 309, in run servers =3D SrvServer.create() File "//usr/lib/python/xen/xend/server/SrvServer.py", line 132, in crea= te root.putChild('xend', SrvRoot()) File "//usr/lib/python/xen/xend/server/SrvRoot.py", line 40, in __init_= _ self.get(name) File "//usr/lib/python/xen/web/SrvDir.py", line 82, in get val =3D val.getobj() File "//usr/lib/python/xen/web/SrvDir.py", line 52, in getobj self.obj =3D klassobj() File "//usr/lib/python/xen/xend/server/SrvDomainDir.py", line 39, in __init__ self.xd =3D XendDomain.instance() File "//usr/lib/python/xen/xend/XendDomain.py", line 1354, in instance inst.init() File "//usr/lib/python/xen/xend/XendDomain.py", line 107, in init raise XendError('Unable to find Domain 0') XendError: Unable to find Domain 0 [2006-11-20 20:50:52 xend 4623] INFO (SrvDaemon:193) Xend exited with status 1. Daniel P. Berrange wrote: > On Mon, Nov 20, 2006 at 06:47:40PM +0100, S?bastien RICCIO wrote: > =20 > It was merged into xen-unstable.hg shortly after 3.0.3 was released. > The patches are also in the mailing list archives. > =20