Comment 4Fedora Update System
2015-03-30 06:59:42 UTC
Package virt-manager-1.1.0-5.git310f6527.fc21:
* should fix your issue,
* was pushed to the Fedora 21 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing virt-manager-1.1.0-5.git310f6527.fc21'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2015-4962/virt-manager-1.1.0-5.git310f6527.fc21
then log in and leave karma (feedback).
Comment 5Fedora Update System
2015-04-07 07:28:04 UTC
virt-manager-1.1.0-5.git310f6527.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report.
Description of problem: [root@pkvmci824 ~]# rpm -qf `which virt-install` virt-install-1.1.0-4.git310f6527.fc21.noarch [root@pkvmci824 ~]# virt-install --connect qemu:///system -r 4096 --accelerate -n f21-base --disk f21-base.qcow2,format=qcow2,size=8,bus=virtio,cache=writeback --cdrom /root/Fedora-Server-DVD-ppc64-21.iso --graphics vnc,listen=0.0.0.0 --noautoconsole --os-type=linux --os-variant=fedora21 Traceback (most recent call last): File "/usr/share/virt-manager/virt-install", line 29, in <module> import virtinst File "/usr/share/virt-manager/virtinst/__init__.py", line 85, in <module> from virtinst.distroinstaller import DistroInstaller File "/usr/share/virt-manager/virtinst/distroinstaller.py", line 28, in <module> from . import osdict File "/usr/share/virt-manager/virtinst/osdict.py", line 26, in <module> from gi.repository import Libosinfo as libosinfo ImportError: No module named gi.repository [root@pkvmci824 ~]# yum install -y pygobject3-base.ppc64 [root@pkvmci824 ~]# virt-install --connect qemu:///system -r 4096 --accelerate -n f21-base --disk f21-base.qcow2,format=qcow2,size=8,bus=virtio,cache=writeback --cdrom /root/Fedora-Server-DVD-ppc64-21.iso --graphics vnc,listen=0.0.0.0 --noautoconsole --os-type=linux --os-variant=fedora21 SUCCESS!