I'm unable to install Fedora-Live-Workstation-x86_64-23-10.iso
into a QEMU virtual machine using virt-manager on Linux Mint 17.2. I've verified that the SHA256 checksum on the ISO is correct. I can install a Debian ISO that is in the same folder without any difficulty, and I have been running a Debian 7 and a Windows 7 VM for months with no problems. The error I am getting is:
Unable to complete install: 'internal error: process exited while connecting to monitor: qemu-system-x86_64: -chardev socket,id=charchannel0,path=/var/lib/libvirt/qemu/channel/target/fedora23.org.qemu.guest_agent.0,server,nowait: Failed to bind socket: No such file or directory
qemu-system-x86_64: -chardev socket,id=charchannel0,path=/var/lib/libvirt/qemu/channel/target/fedora23.org.qemu.guest_agent.0,server,nowait: chardev: opening backend "socket" failed
'
Traceback (most recent call last):
File "/usr/share/virt-manager/virtManager/asyncjob.py", line 89, in cb_wrapper
callback(asyncjob, *args, **kwargs)
File "/usr/share/virt-manager/virtManager/create.py", line 1873, in do_install
guest.start_install(meter=meter)
File "/usr/share/virt-manager/virtinst/guest.py", line 414, in start_install
noboot)
File "/usr/share/virt-manager/virtinst/guest.py", line 478, in _create_guest
dom = self.conn.createLinux(start_xml or final_xml, 0)
File "/usr/lib/python2.7/dist-packages/libvirt.py", line 3202, in createLinux
if ret is None:raise libvirtError('virDomainCreateLinux() failed', conn=self)
libvirtError: internal error: process exited while connecting to monitor: qemu-system-x86_64: -chardev socket,id=charchannel0,path=/var/lib/libvirt/qemu/channel/target/fedora23.org.qemu.guest_agent.0,server,nowait: Failed to bind socket: No such file or directory
qemu-system-x86_64: -chardev socket,id=charchannel0,path=/var/lib/libvirt/qemu/channel/target/fedora23.org.qemu.guest_agent.0,server,nowait: chardev: opening backend "socket" failed
I don't know if it is significant, but on the virt-manager screen where it displays "Automatically detect operating system based on install media, the newest version of Fedora that is given as an option is Fedora 20." Can someone point me in the right direction so I can get this installed? I'll be happy to provide any additional info needed. Thanks.