libvirt: fixed virsh network problem

Virsh uses dnsmasq for its default bridged network. The dnsmasq daemon is
configured to starts on all public interfaces. Modified the config file
of the libvirtd daemon to stop the existing dnsmasq daemon to enable virsh
to work properly.

Signed-off-by: Mihai Prica <mihai.prica@intel.com>
Signed-off-by: Raymond Danks <ray.danks@se-eng.com>
This commit is contained in:
Mihai Prica 2012-11-15 14:30:48 +02:00 committed by Raymond Danks
parent 93a8aadc0d
commit 14bf4ce9a0

View File

@ -79,6 +79,7 @@ case "$1" in
fi
fi
log_begin_msg "Starting virtualization library daemon: libvirtd"
start-stop-daemon -K -x /usr/bin/dnsmasq
start-stop-daemon --start --quiet --pidfile /var/run/libvirtd.pid --exec /usr/sbin/libvirtd -- --daemon --listen
log_end_msg $?
;;