From 14bf4ce9a0aafd0d10eb3f58b7655aed82caf535 Mon Sep 17 00:00:00 2001 From: Mihai Prica Date: Thu, 15 Nov 2012 14:30:48 +0200 Subject: 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 Signed-off-by: Raymond Danks --- recipes-extended/libvirt/libvirt/libvirtd.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-extended/libvirt') diff --git a/recipes-extended/libvirt/libvirt/libvirtd.sh b/recipes-extended/libvirt/libvirt/libvirtd.sh index 89b81d89..8d61c70e 100755 --- a/recipes-extended/libvirt/libvirt/libvirtd.sh +++ b/recipes-extended/libvirt/libvirt/libvirtd.sh @@ -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 $? ;; -- cgit v1.2.3-54-g00ecf