Bug 529957
| Summary: | Error when correcting search permissions | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Michael Monreal <michael.monreal> | ||||||
| Component: | virt-manager | Assignee: | Cole Robinson <crobinso> | ||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | low | ||||||||
| Version: | rawhide | CC: | berrange, crobinso, hbrock, jforbes, markmc, virt-maint | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | All | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2009-10-29 17:15:04 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
Created attachment 365434 [details]
Screenshot 2
Michael: could you attach ~/.virt-manager/virt-manager.log First thing we need to do is figure out why the setfacl failed - is your homedir NFS mounted? I am currently updating to the latest *virt* and qemu* packages and will try again with those. All I can say right now is that my home is not on NFS (it is ext3) If you do $> tune2fs -l $dev | grep 'mount options' on the device which /home is mounted, is it missing the 'acl' option? If so, then it's a dup of bug #530210 (In reply to comment #4) > If so, then it's a dup of bug #530210 Indeed: Default mount options: (none) Technically the other bug is the dupe but it has more useful information, so... CLOSED=>DUPLICATE *** This bug has been marked as a duplicate of bug 530210 *** Thanks for confirming Michael |
Created attachment 365433 [details] Screenshot 1 I got a strange error when creating a new VM from an ISO image I had in my home directoy. virt-manager told me that the emulator may not have the permissions to access the file here and offered to correct it (screenshot 1). I pressed ok and got another window which told me that changing the permissions on my home folder is not supported (screenshot 2). I noticed that the ISO image itself was no longer owned by my user though, and that I needed root permissions to change this again. I think that the first window should explain better who needs which permissions and what virt-manager actually has to change. I ended up moving the ISO image to /iso because changing ACLs inside my home didn't seem like a great idea.