xen newbie questions

Rick Stevens rstevens at vitalstream.com
Fri Feb 2 17:48:00 UTC 2007


On Fri, 2007-02-02 at 09:44 +0100, Mogens Kjaer wrote:
> I'm trying to learn xen.
> 
> fc6 install, all updates except the kernel,
> which is 2.6.18-1.2869.fc6xen (the machine
> doesn't run the 2.6.19 kernel).
> 
> If I log in as root, I get the following:
> 
> I can run /usr/bin/virt-manager, but not
> /usr/sbin/virt-manager:
> 
> # virt-manager
> Traceback (most recent call last):
>    File "/usr/share/virt-manager/virt-manager.py", line 56, in ?
>      import gtk
> ImportError: No module named gtk
> 
> With xm I get:
> 
> # xm
> Traceback (most recent call last):
>    File "/usr/sbin/xm", line 8, in ?
>      from xen.xm import main
> ImportError: No module named xen.xm
> 
> # rpm -qa --queryformat "%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}\n"|fgrep xen
> kernel-xen-2.6.18-1.2869.fc6.i686
> xen-devel-3.0.3-3.fc6.i386
> xen-libs-3.0.3-3.fc6.i386
> xen-3.0.3-3.fc6.i386
> 
> What am I missing?

You need to install the gtk2 RPMs:

	yum install gtk2

If you have the space, might as well install all gtk2 stuff:

	yum install gtk2*

----------------------------------------------------------------------
- Rick Stevens, Senior Systems Engineer     rstevens at vitalstream.com -
- VitalStream, Inc.                       http://www.vitalstream.com -
-                                                                    -
-              Where there's a will, I want to be in it.             -
----------------------------------------------------------------------




More information about the fedora-list mailing list