Description of problem: I could not find the xen-3.1.0-10.fc8.i386.rpm on the installation DVD. Whereas the source RPM is found for download from all the mirrors under source directory. Version-Release number of selected component (if applicable): Fedora 8 Beta3 How reproducible: Try to install xen package Steps to Reproduce: 1. yum install xen Actual results: The installation fails as /media/cdrom/Packages directory doesn't contain the suitable xen rpm Expected results: It should install xen package and during the next boot should also start xend. Additional info:
Confirmed, the xen & xen-devel RPMs are missing, but xen-libs is there. Something has probably gone wrong with the DVD compose process... Will need release engineering to deal with it. # mount Fedora-7.92-i386-DVD.iso /tmp/dvd -o loop,ro # find /tmp/dvd/Packages | grep xen /tmp/dvd/Packages/kernel-xen-2.6.21-2944.fc8.i686.rpm /tmp/dvd/Packages/kernel-xen-2.6-doc-2.6.21-2944.fc8.noarch.rpm /tmp/dvd/Packages/kernel-xen-devel-2.6.21-2944.fc8.i686.rpm /tmp/dvd/Packages/xen-libs-3.1.0-10.fc8.i386.rpm # The desired set of packages are all present in Koji http://koji.fedoraproject.org/packages/xen/3.1.0/10.fc8/i386/ And also prsent in the online repos http://download.fedora.redhat.com/pub/fedora/linux/development/i386/os/Packages/ So it looks like just the DVD is messed up.
Probably need added to the manifest, as they're optional in the group.
I adjusted the manifest so that all optional virtualization packages are pulled in.