Bug 1393975
Summary: | libvirt failing to start | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Trever Adams <trever> |
Component: | libvirt | Assignee: | Laine Stump <laine> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 25 | CC: | agedosier, berrange, clalancette, itamar, laine, libvirt-maint, veillard, virt-maint |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | libvirt-2.2.0-2.fc25 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-11-19 21:19:28 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
Trever Adams
2016-11-10 18:17:21 UTC
The bit about it starting both after killing libvirtd and restarting it is hit or miss. Not sure if this will have any useful information: Nov 10 11:33:09 TheMachine systemd-udevd: Could not generate persistent MAC address for virbr0: No such file or directory Nov 10 11:33:09 TheMachine audit: ANOM_PROMISCUOUS dev=virbr0-nic prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295 Nov 10 11:33:09 TheMachine kernel: virbr0: port 1(virbr0-nic) entered blocking state Nov 10 11:33:09 TheMachine kernel: virbr0: port 1(virbr0-nic) entered disabled state Nov 10 11:33:09 TheMachine kernel: device virbr0-nic entered promiscuous mode Nov 10 11:33:09 TheMachine audit: NETFILTER_CFG table=filter family=2 entries=172 Nov 10 11:33:09 TheMachine audit: NETFILTER_CFG table=filter family=2 entries=173 Nov 10 11:33:09 TheMachine audit: NETFILTER_CFG table=filter family=2 entries=174 Nov 10 11:33:09 TheMachine audit: NETFILTER_CFG table=filter family=2 entries=175 Nov 10 11:33:09 TheMachine audit: NETFILTER_CFG table=filter family=2 entries=176 Nov 10 11:33:09 TheMachine audit: NETFILTER_CFG table=filter family=2 entries=177 Nov 10 11:33:09 TheMachine audit: NETFILTER_CFG table=filter family=2 entries=178 Nov 10 11:33:09 TheMachine audit: NETFILTER_CFG table=filter family=2 entries=179 Nov 10 11:33:09 TheMachine audit: NETFILTER_CFG table=filter family=10 entries=168 Nov 10 11:33:09 TheMachine audit: NETFILTER_CFG table=filter family=10 entries=169 Nov 10 11:33:09 TheMachine audit: NETFILTER_CFG table=filter family=10 entries=170 Nov 10 11:33:09 TheMachine audit: NETFILTER_CFG table=filter family=10 entries=171 Nov 10 11:33:09 TheMachine audit: NETFILTER_CFG table=filter family=10 entries=172 Nov 10 11:33:09 TheMachine audit: NETFILTER_CFG table=filter family=10 entries=173 Nov 10 11:33:09 TheMachine audit: NETFILTER_CFG table=filter family=2 entries=180 Nov 10 11:33:09 TheMachine audit: NETFILTER_CFG table=filter family=2 entries=181 Nov 10 11:33:09 TheMachine audit: NETFILTER_CFG table=filter family=10 entries=174 Nov 10 11:33:09 TheMachine audit: NETFILTER_CFG table=filter family=10 entries=175 Nov 10 11:33:09 TheMachine audit: NETFILTER_CFG table=filter family=10 entries=176 Nov 10 11:33:09 TheMachine audit: NETFILTER_CFG table=filter family=10 entries=177 Nov 10 11:33:09 TheMachine named[7534]: listening on IPv4 interface virbr0, 192.168.1.1#53 Nov 10 11:33:09 TheMachine kernel: virbr0: port 1(virbr0-nic) entered blocking state Nov 10 11:33:09 TheMachine kernel: virbr0: port 1(virbr0-nic) entered listening state Nov 10 11:33:09 TheMachine kernel: IPv6: ADDRCONF(NETDEV_UP): virbr0: link is not ready Nov 10 11:33:09 TheMachine avahi-daemon[898]: Joining mDNS multicast group on interface virbr0.IPv4 with address 192.168.1.1. Nov 10 11:33:09 TheMachine avahi-daemon[898]: New relevant interface virbr0.IPv4 for mDNS. Nov 10 11:33:09 TheMachine avahi-daemon[898]: Registering new address record for 192.168.1.1 on virbr0.IPv4. Nov 10 11:33:09 TheMachine named[7534]: listening on IPv6 interface virbr0, VALIDIPv6#53 Nov 10 11:33:09 TheMachine named[7534]: could not listen on UDP socket: address not available Nov 10 11:33:09 TheMachine named[7534]: creating IPv6 interface virbr0 failed; interface ignored Nov 10 11:33:09 TheMachine named[7534]: listening on IPv6 interface virbr0, fd00:1259:a6bd:1::1#53 Nov 10 11:33:09 TheMachine named[7534]: could not listen on UDP socket: address not available Nov 10 11:33:09 TheMachine named[7534]: creating IPv6 interface virbr0 failed; interface ignored Nov 10 11:33:09 TheMachine named[7534]: listening on IPv6 interface virbr0-nic, fe80::5054:ff:fe53:2437%30#53 Nov 10 11:33:09 TheMachine named[7534]: could not listen on UDP socket: address not available Nov 10 11:33:09 TheMachine named[7534]: creating IPv6 interface virbr0-nic failed; interface ignored Ugh. This patch upstream fixes the problem: commit bbb333e4813ebe74580e75b0e8c2eb325e3d11ca Author: Laine Stump <laine> 2016-10-28 11:43:56 network: fix endless loop when starting network with multiple IPs and no dhcp I even noted in there that the bug had been present in 2.2.0 and it needed to be backported to any -maint branch, but there wasn't a 2.2.0-maint branch, and I didn't notice that F25 is using libvirt-2.2.0. So is it still a possibility to make a libvirt build and get it into F25 before release? Thank you Laine! You sure addressed that quickly! I would love to see this built and ready even if it can't be in the release so those affected can work around the problem in the mean time! Turns out I tried to check out the wrong branch name - it's "v2.2-maint", not "v2.2.0-maint". I pushed the above patch to v2.2-maint, so a build based that will remedy the problem. Based on info from Adam Williamson on IRC, this doesn't qualify to go into the release, but does qualify for a 0-day patch. Since this gives us a little breathing room, I'll keep my mitts out of the Fedora build system and let Cole take care of it :-) libvirt-2.2.0-2.fc25 has been submitted as an update to Fedora 25. https://bodhi.fedoraproject.org/updates/FEDORA-2016-0400e5ee7a libvirt-2.2.0-2.fc25 has been pushed to the Fedora 25 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-0400e5ee7a libvirt-2.2.0-2.fc25 has been pushed to the Fedora 25 stable repository. If problems still persist, please make note of it in this bug report. |