On Sun, Jul 1, 2012 at 4:24 PM, Len Harold <len@haroldrr.com>
wrote:> Ok, it says to send this so here it is:
>
> [root@xen lharold]# xm create xm_fedora.cfg
> Using config file "/etc/xen/xm_fedora.cfg".
> Started domain Fedora (id=2)
> [root@xen lharold]# xm new Fedora
> Unexpected error: <type ''exceptions.ImportError''>
>
> Please report to xen-devel@lists.xensource.com
> Traceback (most recent call last):
> File "/sbin/xm", line 7, in <module>
> main.main(sys.argv)
> File "/usr/lib64/python2.7/site-packages/xen/xm/main.py", line
3983, in main
> _, rc = _run_cmd(cmd, cmd_name, args)
> File "/usr/lib64/python2.7/site-packages/xen/xm/main.py", line
4007,
> in _run_cmd
> return True, cmd(args)
> File "<string>", line 1, in <lambda>
> File "/usr/lib64/python2.7/site-packages/xen/xm/main.py", line
1518,
> in xm_importcommand
> cmd = __import__(command, globals(), locals(),
''xen.xm'')
> File "/usr/lib64/python2.7/site-packages/xen/xm/new.py", line
26, in <module>
> from xen.xm.xenapi_create import *
> File
"/usr/lib64/python2.7/site-packages/xen/xm/xenapi_create.py",
> line 25, in <module>
> from lxml import etree
> ImportError: No module named lxml
From the above error, you got python import error for missing module
named lxml. Use yum install python-lxml to resolve the above.
Thanks.
Kindest regards,
Giam Teck Choon
>
> The config file I used in the attempt to create the Fedora domain is
> attached. However, I get the same error message when I run "xm new
> Foo" where "Foo" is completely fictional so I''m
guessing that my real
> problem is that xm failed to create the Fedora domain.
>
> Len
> --
> http://www.haroldrr.com/
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel
>