Bug 618498
| Summary: | libvirtd fails to start | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Conrad Meyer <cse.cem+redhatbugz> | 
| Component: | libvirt | Assignee: | Daniel Veillard <veillard> | 
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | 
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 13 | CC: | berrange, clalance, crobinso, itamar, jforbes, luc, stefanb, veillard, 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: | 2011-02-04 16:47:28 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
        
        
          Conrad Meyer
        
        
        
        
        
          2010-07-27 05:13:24 UTC
        
       
      
      
      
    Add the following to /etc/fstab and libvirtd works again: cgroup /cgroup cgroup cpuset,cpu,cpuacct,memory,devices,freezer,net_cls I had a similar problem. The reason on my machine was a corrupted qemu binary (some linklib was missing) that libvirt was trying to probe while starting. I believe I found it with export LIBVIRT_DEBUG=1 skipping over the iptables errors that libvirt tolerates to fail. libvirtd has gone back to working for me since I filed this (without any action on my part other than installing updates). go figure.  |