[Bug 1031778] New: virsh net-start default failed
http://bugzilla.suse.com/show_bug.cgi?id=1031778 Bug ID: 1031778 Summary: virsh net-start default failed Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: x86-64 OS: Other Status: NEW Severity: Minor Priority: P5 - None Component: Virtualization:Other Assignee: virt-bugs@suse.de Reporter: lyan@suse.com QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- sudo virsh define /usr/share/libvirt/networks/default.xml sudo virsh net-start default test@linux-test:~> sudo virsh net-start default [sudo] password for root: error: Failed to start network default error: internal error: Child process (VIR_BRIDGE_NAME=virbr0 /usr/sbin/dnsmasq --conf-file=/var/lib/libvirt/dnsmasq/default.conf --leasefile-ro --dhcp-script=/usr/lib64/libvirt/libvirt_leaseshelper) unexpected exit status 11: 2017-03-30 22:41:32.138+0000: 13894: debug : virFileClose:109 : Closed fd 27 2017-03-30 22:41:32.138+0000: 13894: debug : virFileClose:109 : Closed fd 29 2017-03-30 22:41:32.138+0000: 13894: debug : virFileClose:109 : Closed fd 24 dnsmasq: lease-init script returned exit code 1 test@linux-test:~> virsh version Compiled against library: libvirt 3.1.0 Using library: libvirt 3.1.0 Using API: QEMU 3.1.0 Running hypervisor: QEMU 2.8.0 test@linux-test:~> sudo dnsmasq --version Dnsmasq version 2.76 Copyright (c) 2000-2016 Simon Kelley Compile time options: IPv6 GNU-getopt DBus i18n IDN DHCP DHCPv6 no-Lua TFTP conntrack ipset auth DNSSEC loop-detect inotify -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1031778 Liang Yan <lyan@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|virt-bugs@suse.de |lyan@suse.com -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1031778 http://bugzilla.suse.com/show_bug.cgi?id=1031778#c1 Liang Yan <lyan@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #1 from Liang Yan <lyan@suse.com> --- After attach debug in dnsmasq, I found it was broken when try to read a config file, return code showed no access permission. Since dnsmasq is a fork child process from libvirt, the process also needs libvirt's ownership. Thing went through after I changed ownership back manually. I close it because found the root reason and it is really difficult to to reproduce why file ownership been changed. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com