Comment 4 for bug 174048

Revision history for this message
agent 8131 (agent-8131) wrote :

I've just verified that this problem still exists on Hardy beta. When running Ubuntu 8.04 Server beta and installing xen-utils-3.2 or xen-utils-3.1 there is no xml library installed which causes xm commands to fail. This can be replicated from a fresh install of Ubuntu Server 8.04 beta or a system without the python xml libraries installed by executing the following commands:

# apt-get install xen-utils-3.2
# xm new
...
ImportError: No module named xmlproc

# apt-get install xen-utils-3.1
# xm new
...
ImportError: No module named xmlproc