Bug 1522879
Summary: | Fix crash listing nwfilters for unprivileged daemon | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | John Ferlan <jferlan> |
Component: | libvirt | Assignee: | John Ferlan <jferlan> |
Status: | CLOSED ERRATA | QA Contact: | yalzhang <yalzhang> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 7.5 | CC: | dyuan, ekultails, jinqi, lmiksik, rbalakri, xuzhang |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | libvirt-3.9.0-6.el7 | Doc Type: | No Doc Update |
Doc Text: |
undefined
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2018-04-10 11:02: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: | |
Embargoed: |
Description
John Ferlan
2017-12-06 16:31:37 UTC
I can reproduce on libvirt-3.9.0-5.el7.x86_64 $ virsh nwfilter-list error: Disconnected from qemu:///session due to end of file error: Failed to list node filters error: Cannot recv data: Connection reset by peer verify this bug on libvirt-3.9.0-6.el7.x86_64 $ virsh nwfilter-list UUID Name ------------------------------------------------------------------ $ ps -ef | grep test | grep libvirt | grep -v grep test 26402 1 33 17:12 ? 00:00:00 /usr/sbin/libvirtd --timeout=30 This bug also affects Fedora 27 x86_64. I was able to replicate the issue by running "virsh nwfilter-list" as a non-root user and getting the same errors as originally reported. RPM: libvirt-3.7.0-3.fc27.x86_64 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2018:0704 |