Bug 660629
Summary: | POSTIN scriptlet failure in 2:qemu-system-x86-0.13.0-1.fc14.x86_64 | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Milan Kerslager <milan.kerslager> |
Component: | qemu | Assignee: | Fedora Virtualization Maintainers <virt-maint> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 17 | CC: | amit.shah, berrange, crobinso, dwmw2, ehabkost, gcosta, itamar, jaswinder, jforbes, knoel, markmc, ondrejj, orion, scottt.tw, virt-maint |
Target Milestone: | --- | Keywords: | Reopened |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-08-09 22:59:34 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Milan Kerslager
2010-12-07 11:39:59 UTC
Can you tell me a bit more about your system? Do kvm modules load? 'lsmod | grep kvm' The post for qemu simply does a sh %{_sysconfdir}/sysconfig/modules/kvm.modules which loads the kvm-intel module if the vmx CPU flag is present, and loads the kvm-amd module if the svm CPU flag is present. If the modules are not loaded, can you load them yourself? 'modprobe -b <module>' where the module is the correct one for your hardware. The bug arised on fresh F14 system where I did: yum groupinstall Virtualization I have kvm loaded. Maybe there should be some package installed before qemu-system. The order of installed packages was (as in /var/log/yum.log): Dec 07 12:33:13 Installed: augeas-libs-0.7.4-1.fc14.x86_64 Dec 07 12:33:15 Installed: netcf-libs-0.1.7-1.fc14.x86_64 Dec 07 12:33:16 Installed: yajl-1.0.7-3.fc13.x86_64 Dec 07 12:33:17 Installed: celt051-0.5.1.3-2.fc14.x86_64 Dec 07 12:33:18 Installed: spice-server-0.6.3-4.fc14.x86_64 Dec 07 12:33:19 Installed: libibverbs-1.1.3-4.fc13.x86_64 Dec 07 12:33:20 Installed: libmlx4-1.0.1-6.fc14.x86_64 Dec 07 12:33:22 Installed: glusterfs-common-2.0.9-2.fc14.x86_64 Dec 07 12:33:23 Installed: lzop-1.02-0.9.rc1.fc14.x86_64 Dec 07 12:33:24 Installed: bridge-utils-1.2-9.fc13.x86_64 Dec 07 12:33:27 Installed: 2:qemu-common-0.13.0-1.fc14.x86_64 Dec 07 12:33:29 Installed: iscsi-initiator-utils-6.2.0.872-8.fc14.x86_64 Dec 07 12:33:29 Installed: 2:qemu-img-0.13.0-1.fc14.x86_64 Dec 07 12:33:31 Installed: ebtables-2.0.9-5.fc13.x86_64 Dec 07 12:33:31 Installed: gtk-vnc-python-0.4.2-3.fc14.x86_64 Dec 07 12:33:32 Installed: glusterfs-client-2.0.9-2.fc14.x86_64 Dec 07 12:33:33 Installed: xen-licenses-4.0.1-6.fc14.x86_64 Dec 07 12:33:34 Installed: xen-libs-4.0.1-6.fc14.x86_64 Dec 07 12:33:38 Installed: libvirt-client-0.8.3-2.fc14.x86_64 Dec 07 12:33:39 Installed: libvirt-python-0.8.3-2.fc14.x86_64 Dec 07 12:33:41 Installed: python-virtinst-0.500.4-1.fc14.noarch Dec 07 12:33:41 Installed: seabios-bin-0.6.0-1.fc14.noarch Dec 07 12:33:42 Installed: vgabios-0.6c-2.fc14.noarch Dec 07 12:33:42 Installed: gpxe-roms-qemu-1.0.1-1.fc14.noarch Dec 07 12:33:44 Installed: 2:qemu-system-x86-0.13.0-1.fc14.x86_64 Dec 07 12:33:46 Installed: libvirt-0.8.3-2.fc14.x86_64 Dec 07 12:33:46 Installed: virt-viewer-0.2.1-1.fc13.x86_64 Dec 07 12:33:47 Installed: 2:qemu-kvm-0.13.0-1.fc14.x86_64 Dec 07 12:33:52 Installed: virt-manager-0.8.5-1.fc14.noarch This is curious, as I said, the qemu-system-x86 post only uses sh and modprobe, both of which have to be installed before you can even get to a yum prompt. I am guessing there was some issue probing the module on your system at install time for some reason. Going to close this, as I cannot reproduce or see any dependency issue which would cause this. If you run into it again please feel free to reopen. On systems without kvm support, "sh /etc/sysconfig/modules/kvm.modules" will return 1. You need: sh /etc/sysconfig/modules/kvm.modules || : in the %post script. Thanks for tracking this down, Orion! I'll be pushing a fix to all branches shortly. qemu-1.0.1-1.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/qemu-1.0.1-1.fc17 Package qemu-1.0.1-1.fc17: * should fix your issue, * was pushed to the Fedora 17 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing qemu-1.0.1-1.fc17' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-11302/qemu-1.0.1-1.fc17 then log in and leave karma (feedback). qemu-0.15.1-7.fc16 has been submitted as an update for Fedora 16. https://admin.fedoraproject.org/updates/FEDORA-2012-11305/qemu-0.15.1-7.fc16 qemu-0.15.1-7.fc16 has been submitted as an update for Fedora 16. https://admin.fedoraproject.org/updates/FEDORA-2012-11305/qemu-0.15.1-7.fc16 qemu-0.15.1-7.fc16 has been pushed to the Fedora 16 stable repository. If problems still persist, please make note of it in this bug report. qemu-1.0.1-1.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report. |