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] Re: [Xen-devel] Cannot start Xend

To: Rob Dunkley <krobaruk@xxxxxxxxxxxxxxx>
Subject: [Xen-users] Re: [Xen-devel] Cannot start Xend
From: Ian Campbell <Ian.Campbell@xxxxxxxxxx>
Date: Tue, 23 Nov 2010 13:32:02 +0000
Cc: "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>, "xen-users@xxxxxxxxxxxxxxxxxxx" <xen-users@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Tue, 23 Nov 2010 05:33:43 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <4CEAD960.205@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/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Organization: Citrix Systems, Inc.
References: <4CEAD960.205@xxxxxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Please don't cross post between xen-users/xen-devel.

On Mon, 2010-11-22 at 20:58 +0000, Rob Dunkley wrote:
> Hi All,
> 
> 
> I really could do with any pointers people might have as to the reason 
> for this error. The server was working fine but this appeared after a 
> reboot. The HTTP part in xend-config.sxp is disabled already. Any advice 
> would be appreciated.
> 
> 
> Thanks,
> 
> 
> Rob
> 
> 
> # service xend start
> Starting xend: Traceback (most recent call last):
>    File "/usr/sbin/xend", line 44, in ?
>      from xen.xend.server import SrvDaemon
>    File 
> "/usr/lib64/python2.4/site-packages/xen/xend/server/SrvDaemon.py", line 
> 27, in ?
>      import SrvServer
>    File 
> "/usr/lib64/python2.4/site-packages/xen/xend/server/SrvServer.py", line 
> 49, in ?
>      from xen.web.httpserver import HttpServer, UnixHttpServer
>    File "/usr/lib64/python2.4/site-packages/xen/web/httpserver.py", line 
> 30, in ?
>      from xen.xend.Args import ArgError
> ValueError: bad marshal data
> Traceback (most recent call last):
>    File "/usr/sbin/xend", line 44, in ?
>      from xen.xend.server import SrvDaemon
>    File 
> "/usr/lib64/python2.4/site-packages/xen/xend/server/SrvDaemon.py", line 
> 27, in ?
>      import SrvServer
>    File 
> "/usr/lib64/python2.4/site-packages/xen/xend/server/SrvServer.py", line 
> 49, in ?
>      from xen.web.httpserver import HttpServer, UnixHttpServer
>    File "/usr/lib64/python2.4/site-packages/xen/web/httpserver.py", line 
> 30, in ?
>      from xen.xend.Args import ArgError
> ValueError: bad marshal data

Googling around suggests that this python error is often due to a .pyc
file becoming corrupted.

If you are on a RPM based system you could perhaps try "rpm
-qf /usr/lib64/python2.4/site-packages/xen/web/httpserver.py*" and see
if that reports any corruption (A 5 in the third column indicates the
md5 sum has changed).

In that case reinstalling the relevant RPM and/or remove httpserver.pyc
(it will be automatically regenerated) ought to help. You may also want
to check your disks for failures and/or report the issue to your distro
(or Xen .rpm provider) in case there is a packaging or python
infrastructure issue.

Ian.


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

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