Hi,
I would like to install a fedora as a subdomain operating system on my fedora box. virt-manager throws the following error:
libvirtError: POST operation failed: xend_post: error from xen daemon: (xend.err 'Error creating domain: Disk image does not exist: /home/gergoe/Downloads/Fedora-16-x86_64-Live-Security.iso')
I wonder as /home/gergoe/Downloads/Fedora-16-x86_64-Live-Security.iso exists. What can be the problem?
- Gergely
On Mon, 6 Feb 2012, Gergely Buday wrote:
I would like to install a fedora as a subdomain operating system on my fedora box. virt-manager throws the following error:
libvirtError: POST operation failed: xend_post: error from xen daemon: (xend.err 'Error creating domain: Disk image does not exist: /home/gergoe/Downloads/Fedora-16-x86_64-Live-Security.iso')
I wonder as /home/gergoe/Downloads/Fedora-16-x86_64-Live-Security.iso exists. What can be the problem?
At a guess I would say selinux is blocking access. I know there can be selinux problems with using xen via virt-manager but as I don't use virt-manager myself I don't know exactly how the problem is triggered. You can test if it is selinux by running setenforce 0 and trying again - if it works that time then it was selinux.
Michael Young