Running Xen 3 (xen-3.0.0-install-x86_32.tgz), debian sarge, IBM Netfinity 3000, and im getting this error: xls0:/var/log# /etc/init.d/xend start Traceback (most recent call last): File "/usr/sbin/xend", line 33, in ? from xen.xend.server import SrvDaemon ImportError: No module named xend.server There are quite alot of modprobe errors on boot, but it seems to boot OK after those. Am im missing an important step here? Simon _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
> -----Original Message----- > From: xen-users-bounces@lists.xensource.com > [mailto:xen-users-bounces@lists.xensource.com] On Behalf Of Simon > Sent: 05 December 2005 23:46 > To: xen-users@lists.xensource.com > Subject: [Xen-users] No module named xend.server error > > Running Xen 3 (xen-3.0.0-install-x86_32.tgz), debian sarge, > IBM Netfinity 3000, and im getting this error: > > xls0:/var/log# /etc/init.d/xend start > Traceback (most recent call last): > File "/usr/sbin/xend", line 33, in ? > from xen.xend.server import SrvDaemon > ImportError: No module named xend.serverThe scripts should have installed the python modules in /usr/lib/python/xen/ where most python installs will find them. Please can you check they installed OK. You could try moving them to /usr/lib/pythonX.Y/site-packages/xen/ (where X.Y should match your python version). Plenty of people run Xen on debian sarge, so it shouldn''t be a problem. Ian _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On 12/6/05, Ian Pratt <m+Ian.Pratt@cl.cam.ac.uk> wrote:> > xls0:/var/log# /etc/init.d/xend start > > Traceback (most recent call last): > > File "/usr/sbin/xend", line 33, in ? > > from xen.xend.server import SrvDaemon > > ImportError: No module named xend.server > > The scripts should have installed the python modules in > /usr/lib/python/xen/ where most python installs will find them. Please > can you check they installed OK.in /usr/lib/python/xen/ drwxrwxr-x 8 94 141 1024 2005-12-05 09:24 . drwxrwxr-x 4 94 141 1024 2005-12-05 09:24 .. -rw-rw-r-- 1 94 141 2 2005-12-05 09:19 __init__.py -rw-rw-r-- 1 94 141 202 2005-12-05 09:24 __init__.pyc drwxrwxr-x 2 94 141 1024 2005-12-05 09:24 lowlevel drwxrwxr-x 2 94 141 1024 2005-12-05 09:24 sv drwxrwxr-x 2 94 141 1024 2005-12-05 09:24 util drwxrwxr-x 2 94 141 1024 2005-12-05 09:24 web drwxrwxr-x 5 94 141 1024 2005-12-05 09:24 xend drwxrwxr-x 3 94 141 1024 2005-12-05 09:24 xm> > You could try moving them to /usr/lib/pythonX.Y/site-packages/xen/ > (where X.Y should match your python version).i have a /usr/lib/python, /usr/lib/python2.2 and /usr/lib/python2.3/ site-packages/xen/ is in 2.3, but not 2.2 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
> > You could try moving them to /usr/lib/pythonX.Y/site-packages/xen/ > > (where X.Y should match your python version). > > i have a /usr/lib/python, /usr/lib/python2.2 and /usr/lib/python2.3/ > site-packages/xen/ is in 2.3, but not 2.2Sounds like you have an old install lurking around. rm -rf /usr/lib/python*/site-packages/xen /usr/lib/python/xen then reinstall. Ian _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On 12/6/05, Ian Pratt <m+Ian.Pratt@cl.cam.ac.uk> wrote:> > > You could try moving them to /usr/lib/pythonX.Y/site-packages/xen/ > > > (where X.Y should match your python version). > > > > i have a /usr/lib/python, /usr/lib/python2.2 and /usr/lib/python2.3/ > > site-packages/xen/ is in 2.3, but not 2.2 > > > Sounds like you have an old install lurking around. > > rm -rf /usr/lib/python*/site-packages/xen /usr/lib/python/xen > > then reinstall.Sweet: xls0:~# xm list Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 105 1 r----- 40.3 All running _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users