|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Can't start xend
This is normally a bad pythonpath error for xen modules.
If you are on Ubuntu 10.04+ (or higher) then you should have used
sudo make install-tools PYTHON_PREFIX_ARG= <--- empty
the above will keep xen py modules in
/usr/local/lib/python2.6/dist-packages/
instead of
/lib/python2.6 (as above)
once you boot up
ls -al /dev/xen
evtchn gntdev
if not then
/etc/modules
xen-evtchn
xen-gntdev
--
Mark
--- On Fri, 12/31/10, Rome Pierce <romep@xxxxxx> wrote:
> From: Rome Pierce <romep@xxxxxx>
> Subject: [Xen-users] Can't start xend
> To: xen-users@xxxxxxxxxxxxxxxxxxx
> Date: Friday, December 31, 2010, 3:00 PM
> Hello,
>
> i just compiled xen 4.0 testing (4.0.2) from the mercurial
> repositories. The hypervisor starts and boots the dom0, but
> i can't start xend. I always get the following error:
>
>
> sudo /etc/init.d/xend start
>
> Traceback (most recent call last):
> File "/usr/sbin/xend", line 36, in <module>
> from xen.xend.server import SrvDaemon
> ImportError: No module named xen.xend.server
>
>
> I already googled a lot but can't find a suitable answer.
> Can anyone tell me what's wrong?
>
> mfg Romep
> --
> Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
> belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-users
>
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|