Thiago Camargo Martins Cordeiro
2008-Sep-17 05:38 UTC
[Xen-devel] Xen 3.3.0 / Linux 2.6.18.8-xen on Ubuntu Hardy and xmlproc module problem.
Hello! I have new xen-3.3.0 installed and working on latest Ubuntu Hardy, with Linux 2.6.18-xen from xen.org. When I run "xm new" I got this error: root@hyper02:~# xm li Name ID Mem VCPUs State Time(s) Domain-0 0 512 1 r----- 1869.9 vsrv65 4 1024 1 r----- 540.6 root@hyper02:~# xm new /etc/xen/vsrv65.cfg Unexpected error: <type ''exceptions.ImportError''> Please report to xen-devel@lists.xensource.com Traceback (most recent call last): File "/usr/sbin/xm", line 10, in <module> main.main(sys.argv) File "//usr/lib64/python/xen/xm/main.py", line 2883, in main _, rc = _run_cmd(cmd, cmd_name, args) File "//usr/lib64/python/xen/xm/main.py", line 2907, in _run_cmd return True, cmd(args) File "<string>", line 1, in <lambda> File "//usr/lib64/python/xen/xm/main.py", line 1374, in xm_importcommand cmd = __import__(command, globals(), locals(), ''xen.xm'') File "//usr/lib64/python/xen/xm/new.py", line 26, in <module> from xen.xm.xenapi_create import * File "//usr/lib64/python/xen/xm/xenapi_create.py", line 23, in <module> from xml.parsers.xmlproc import xmlproc, xmlval, xmldtd ImportError: No module named xmlproc But I have python-xml installed! Look: root@hyper02:~# dpkg -l python-xml | grep xml ii python-xml 0.8.4-10ubuntu2 XML tools for Python root@hyper02:~# uname -a Linux hyper02 2.6.18.8-xen #1 SMP Fri Sep 12 15:39:22 BRT 2008 x86_64 GNU/Linux root@hyper02:~# xm info host : hyper02 release : 2.6.18.8-xen version : #1 SMP Fri Sep 12 15:39:22 BRT 2008 machine : x86_64 nr_cpus : 2 nr_nodes : 1 cores_per_socket : 2 threads_per_core : 1 cpu_mhz : 3391 hw_caps : bfebfbff:20100800:00000000:00000180:0000e49d:00000000:00000001:00000000 virt_caps : total_memory : 8190 free_memory : 6526 node_to_cpu : node0:0-1 node_to_memory : node0:6526 xen_major : 3 xen_minor : 3 xen_extra : .0 xen_caps : xen-3.0-x86_64 xen-3.0-x86_32p xen_scheduler : credit xen_pagesize : 4096 platform_params : virt_start=0xffff800000000000 xen_changeset : unavailable cc_compiler : gcc version 4.2.4 (Ubuntu 4.2.4-1ubuntu1) cc_compile_by : administrativo cc_compile_domain : office.worldweb.com.br cc_compile_date : Fri Sep 12 14:55:49 BRT 2008 xend_config_format : 4 --- root@hyper02:~# dpkg -L python-xml (Attached: python-xml.files.txt) --- Can someone help me?! Regards, Thiago _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Ian Jackson
2008-Sep-17 09:35 UTC
Re: [Xen-devel] Xen 3.3.0 / Linux 2.6.18.8-xen on Ubuntu Hardy and xmlproc module problem.
Thiago Camargo Martins Cordeiro writes ("[Xen-devel] Xen 3.3.0 / Linux 2.6.18.8-xen on Ubuntu Hardy and xmlproc module problem."):> I have new xen-3.3.0 installed and working on latest Ubuntu Hardy, with > Linux 2.6.18-xen from xen.org....> ImportError: No module named xmlproc > > But I have python-xml installed! Look:... This is an installation or configuration problem which is almost certainly due to problems with the Ubuntu packaging. Perhaps the dependencies aren''t right or perhaps the right files aren''t installed in the right places. You should file a bug against the relevant Ubuntu package, probably xen-utils-3.3, via the Ubuntu bug tracker (ie, Launchpad). Ian. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel