| Summary: | virt-manager's 'New VM' wizard fails when an ISO image is located in user's home directory | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Tadej Janež <tadej.j> | ||||
| Component: | virt-manager | Assignee: | Cole Robinson <crobinso> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 20 | CC: | berrange, bugzilla, crobinso, virt-maint | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2013-11-10 16:47:08 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Attachments: |
|
||||||
|
Description
Tadej Janež
2013-10-08 13:28:48 UTC
Created attachment 809285 [details]
~/.cache/virt-manager/virt-manager.log
I have the same problem, same version.
Oct 09 19:42:18 f20s.localdomain libvirtd[747]: libvirt version: 1.1.3, package: 2.fc20 (Fedora Project, 2013-10-06-19:24:41, buildvm-11.phx2.fedoraproject.org)
Oct 09 19:42:18 f20s.localdomain libvirtd[747]: failed to connect to monitor socket: No such process
Oct 09 19:42:18 f20s.localdomain libvirtd[747]: internal error: process exited while connecting to monitor: Warning: option deprecated, use lost_tick_policy property of kvm-pit instead.
qemu-system-x86_64: -drive file=/home/chris/Documents/Fedora-Live-Desktop-x86_64-20-Beta-TC2.iso,if=none,id=drive-ide0-0-0,readonly=on,format=raw: could not open disk image /home/chris/Documents/Fedora-Live-Desktop-x86_64-20-Beta-TC2.iso: Permission denied
The permissions on the ISO are:
-rwxr-xr-x. qemu qemu system_u:object_r:virt_content_t:s0 Fedora-Live-Desktop-x86_64-20-Beta-TC2.iso
If I move the file to /var/lib/libvirt/images I no longer get the error.
Pretty sure this is the same root issue as bz 1016825, our build configuration isn't sticking. We use build flags to tell virt-manager that Fedora libvirt defaults to running qemu as qemu:qemu, we then check the selected disk images/media to ensure that the VM will be able to access, and offer to fix if not. That offer would have solved this problem I did get the offer to fix something related to permissions for the directory the ISO was located in, which I agreed to, but I still encountered the problem. *** This bug has been marked as a duplicate of bug 1025355 *** |