Public bug reported:

When defining a network in libvirt that does not have a dhcp section,
dnsmasq is still started for the that network. This prevents you from
starting your own version, or binding other software to that interface
that does the same thing.

For example.

<network>
  <name>net1</name>
  <forward dev='eth0' mode='route'/>
  <bridge name='virbr1' stp='off' forwardDelay='0' />
  <ip address='10.0.0.1' netmask='255.0.0.0'>
  </ip>
</network>

When you run 'virsh net-create net1.xml' you get:

nobody    1343     1  0 09:59 ?        00:00:00 dnsmasq --strict-order
--bind-interfaces --pid-file=/var/run/libvirt/network/net1.pid --conf-
file=  --listen-address 10.0.0.1 --except-interface lo

(NB. This doesn't happen on a CentOS 5.4 server running the standard
libvirtd v0.6.3).

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: libvirt-bin 0.7.5-5ubuntu27
ProcVersionSignature: Ubuntu 2.6.32-22.33-server 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-server x86_64
Architecture: amd64
Date: Mon May 24 10:05:17 2010
InstallationMedia: Ubuntu-Server 10.04 LTS "Lucid Lynx" - Release amd64 
(20100427)
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: libvirt

** Affects: libvirt (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug lucid

-- 
libvirt launches dnsmasq for non-dhcp networks.
https://bugs.launchpad.net/bugs/584862
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to