|
Bugzilla – Full Text Bug Listing |
| Summary: | virt-manager does not start with PAE kernel | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.0 | Reporter: | Forgotten User 9sGKlWEzYV <forgotten_9sGKlWEzYV> |
| Component: | YaST2 | Assignee: | Doug Merrill <dpmerrill> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Major | ||
| Priority: | P5 - None | ||
| Version: | Beta 3 | ||
| Target Milestone: | --- | ||
| Hardware: | i686 | ||
| OS: | openSUSE 11.0 | ||
| Whiteboard: | |||
| Found By: | System Test | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Forgotten User 9sGKlWEzYV
2008-05-26 15:20:14 UTC
Please attach y2logs. If you are in doubt follow: http://en.opensuse.org/Bugs/YaST Thanks! I managed to track down the problem within python: It's simply a missing dependency of the package "virt-manager". The virt-manager python script requires both the python modules urlgrabber.interface and vminstall.gtk.interface. These are provided by the packages "python-urlgrabber" and "vm-install". But in the RPM package "virt-manager", according to "rpm -qR virt-manager", there is no dependency to python-urlgrabber and vm-install, and those two packages were not installed by the Yast2-module "Install hypervisor and tools". After installing "python-urlgrabber" and "vm-install" manually, via the Yast2 frontend, virt-manager is working as expected. Solution (in short): - in package "virt-manager", add dependency to package "python-urlgrabber" and "vm-install" python-urlgrabber is installed with xen-tools, but we do need the requirement for non-xen machines, and setups that have not installed xen-tools. The requirement was added to the spec file and checked in for 11.1-beta 5. vm-install was already in the spec file for 11.1, so no changes were required. |