Bug 533306

Summary: libvirt crashes unless run by root with virsh restore / save
Product: [Community] Virtualization Tools Reporter: David <davidvsthegiant>
Component: libvirtAssignee: Daniel Veillard <veillard>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: low    
Version: unspecifiedCC: crobinso, xen-maint
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-11-10 18:28:59 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:

Description David 2009-11-06 00:34:24 UTC
Description of problem:
In the new Fedora 12 beta, I encountered a problem where the default /etc/libvirt/qemu.conf file that came with the system was not configured correctly. I had to uncomment the lines "user = "root"" and "group = "root"" in order to get everything working correctly. These lines came commented and are commented in previous versions of fedora, but they worked that way.




Version-Release number of selected component (if applicable):
libvirt version 0.7.1, fedora version 12 beta

How reproducible:
all the time.


Steps to Reproduce:
1. Virsh restore some VM
2. Virsh save some vm (you will get an error message here)
If you go to /var/log/libvirt/qemu/VM.log, you'll see that the VM had a permission problem.
3.
  
Actual results:
virsh save fails and libvirtd needs to be restarted.

Expected results:
No permission problem and that the VM properly saves itse.f


Additional info:

Comment 1 David 2009-11-10 18:20:27 UTC
I'm new to the bug reporting thing, so my title was not very great. I changed the title to be more descriptive of the actual problem. I hope this helps

Comment 2 David 2009-11-10 18:28:59 UTC

*** This bug has been marked as a duplicate of bug 534143 ***