[Bug 584862] Re: libvirt launches dnsmasq for non-dhcp networks.

2016-03-30 Thread Serge Hallyn
(Closed per discussion in the rh bug)

** Changed in: libvirt (Ubuntu)
   Status: Confirmed => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in Ubuntu.
https://bugs.launchpad.net/bugs/584862

Title:
  libvirt launches dnsmasq for non-dhcp networks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/584862/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 584862] Re: libvirt launches dnsmasq for non-dhcp networks.

2011-11-19 Thread guenther kuenzel
i would like to point out, that it starts dnsmasq but it does not listen for 
dhcp.
it listen to dns, even if no dns entries are defined for the network.

# virsh net-dumpxml default
network   

 
  namedefault/name  

 
  uuidff2d70f9-7613-05fe-7c67-40b2d7f6b0e4/uuid 

 
  forward mode='nat'/ 

 
  bridge name='virbr0' stp='on' delay='0' /   

 
  mac address='52:54:00:24:08:E3'/

 
  ip address='192.168.122.1' netmask='255.255.255.0'  

 
  /ip 

 
  ip address='192.168.10.0' netmask='255.255.255.0'   

 
  /ip 

 
  ip address='192.168.20.0' netmask='255.255.255.0'   

 
  /ip 

 
/network  

 

# ps -e --format=args | grep dnsmasq
  
dnsmasq --strict-order --bind-interfaces 
--pid-file=/var/run/libvirt/network/default.pid --conf-file= --except-interface 
lo --listen-address 192.168.122.1 --listen-address 192.168.10.0 
--listen-address 192.168.20.0

# netstat --listen --numeric --tcp --udp --programs | grep dnsmasq  

  
tcp0  0 192.168.122.1:530.0.0.0:*   LISTEN  
6160/dnsmasq
tcp0  0 192.168.10.0:53 0.0.0.0:*   LISTEN  
6160/dnsmasq
tcp0  0 192.168.20.0:53 0.0.0.0:*   LISTEN  
6160/dnsmasq
udp0  0 192.168.122.1:530.0.0.0:*   
6160/dnsmasq
udp0  0 192.168.10.0:53 0.0.0.0:*   
6160/dnsmasq
udp0  0 192.168.20.0:53 0.0.0.0:*   
6160/dnsmasq

dnsmasq should not start if no dhcp and no dns is defined in network xml

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in Ubuntu.
https://bugs.launchpad.net/bugs/584862

Title:
  libvirt launches dnsmasq for non-dhcp networks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/584862/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 584862] Re: libvirt launches dnsmasq for non-dhcp networks.

2011-07-20 Thread Serge Hallyn
@Steffen

could you please open a new bug for your issue, preferably using
'ubuntu-bug libvirt' ?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in Ubuntu.
https://bugs.launchpad.net/bugs/584862

Title:
  libvirt launches dnsmasq for non-dhcp networks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/584862/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 584862] Re: libvirt launches dnsmasq for non-dhcp networks.

2011-07-19 Thread Steffen Röcker
On natty libvirt seems to start dnsmasq on lo by default despite
--except-interface lo.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in Ubuntu.
https://bugs.launchpad.net/bugs/584862

Title:
  libvirt launches dnsmasq for non-dhcp networks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/584862/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 584862] Re: libvirt launches dnsmasq for non-dhcp networks.

2010-11-10 Thread Mathias Gug
** Bug watch added: Red Hat Bugzilla #636115
   https://bugzilla.redhat.com/show_bug.cgi?id=636115

** Changed in: libvirt (Fedora)
 Remote watch: Red Hat Bugzilla #508965 = Red Hat Bugzilla #636115

-- 
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
Server Team, which is subscribed to libvirt in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 584862] Re: libvirt launches dnsmasq for non-dhcp networks.

2010-05-31 Thread Mathias Gug
** Changed in: libvirt (Ubuntu)
   Status: New = Triaged

** Changed in: libvirt (Ubuntu)
   Importance: Undecided = Medium

-- 
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
Server Team, which is subscribed to libvirt in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 584862] Re: libvirt launches dnsmasq for non-dhcp networks.

2010-05-31 Thread Mathias Gug
** Bug watch added: Red Hat Bugzilla #508965
   https://bugzilla.redhat.com/show_bug.cgi?id=508965

** Also affects: libvirt (Fedora) via
   https://bugzilla.redhat.com/show_bug.cgi?id=508965
   Importance: Unknown
   Status: Unknown

-- 
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
Server Team, which is subscribed to libvirt in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 584862] Re: libvirt launches dnsmasq for non-dhcp networks.

2010-05-24 Thread Neil Wilson

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/49007670/Dependencies.txt

-- 
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
Server Team, which is subscribed to libvirt in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs