[arch-general] Fwd: Problem with kvm + virt-manager
Hi, I'm spanish. I love archlinux. I used debian, opensuse, ubuntu, fedora, linux mint, fuduntu, gentoo and I like arch above all. I will install kvm in arch. I follow this guide: http://blog.desdelinux.net/instalar-y-configurar-qemu-kvm-en-arch-linux/ I have installed vmware workstation and virtualbox and works very well. But in kvm, when I create de VM I receveid this error: Imposible completar la instalación: 'Error interno: el proceso ha finalizado mientras se conectaba con el monitor: qemu-system-x86_64: -drive file=/home/maykel/archlinux-2013.10.01-dual.iso,if=none,id=drive-ide0-1-0,readonly=on,format=raw: could not open disk image /home/maykel/archlinux-2013.10.01-dual.iso: Permission denied ' Traceback (most recent call last): File "/usr/share/virt-manager/virtManager/asyncjob.py", line 100, in cb_wrapper callback(asyncjob, *args, **kwargs) File "/usr/share/virt-manager/virtManager/create.py", line 1920, in do_install guest.start_install(False, meter=meter) File "/usr/share/virt-manager/virtinst/Guest.py", line 1134, in start_install noboot) File "/usr/share/virt-manager/virtinst/Guest.py", line 1202, in _create_guest dom = self.conn.createLinux(start_xml or final_xml, 0) File "/usr/lib/python2.7/site-packages/libvirt.py", line 2897, in createLinux if ret is None:raise libvirtError('virDomainCreateLinux() failed', conn=self) libvirtError: Error interno: el proceso ha finalizado mientras se conectaba con el monitor: qemu-system-x86_64: -drive file=/home/maykel/archlinux-2013.10.01-dual.iso,if=none,id=drive-ide0-1-0,readonly=on,format=raw: could not open disk image /home/maykel/archlinux-2013.10.01-dual.iso: Permission denied I probed solution in google but not found... Can I help me please?? Is a bug of the virt-manager?? And now, I updated the system and I have bug in the virt-manager: maykel-arch /home/maykel :( # pacman -Q virt-manager virt-manager 0.10.0-4 https://bugs.archlinux.org/task/37990 Thanks in advanced.
On Wed, Dec 4, 2013 at 12:08 PM, Maykel Franco <maykeldebian@gmail.com> wrote:
Hi, I'm spanish. I love archlinux. I used debian, opensuse, ubuntu, fedora, linux mint, fuduntu, gentoo and I like arch above all. I will install kvm in arch. I follow this guide:
http://blog.desdelinux.net/instalar-y-configurar-qemu-kvm-en-arch-linux/
I have installed vmware workstation and virtualbox and works very well.
But in kvm, when I create de VM I receveid this error:
Imposible completar la instalación: 'Error interno: el proceso ha finalizado mientras se conectaba con el monitor: qemu-system-x86_64: -drive file=/home/maykel/archlinux-2013.10.01-dual.iso,if=none,id=drive-ide0-1-0,readonly=on,format=raw: could not open disk image /home/maykel/archlinux-2013.10.01-dual.iso: Permission denied '
Take a step back, think about the last words there. What user is the program run as and what is it trying to access? In the past I found it a rather enlightening experiment when I opened a shell as that user (eg with su, I believe -s could pass a custom shell in case it's set to /bin/false) and tried to access these files. You should be familiar with what ls -l returns and chmod/chown? cheers! mar77i
participants (2)
-
Martti Kühne
-
Maykel Franco