At a minimum, we need: 1. the specific steps or actions you took that caused you to encounter the problem,
Upgrade a 10.04 server/mythtv-backend/mythtv-frontend/bind9 server and dhcp3-server to 12.04. 2. the behavior you expected, and I expected my resolver, ie bind9, and my dhcp server to work as they have for years. The dhcp server assigns DNS, IP's etc as set by the administrator. 3. the behavior you actually encountered (in as much detail as possible). All the ubuntu clients and servers upgraded to 12.04 added a second dns cashing server. I already have two bind9 servers on the LAN, adding and requiring another less secure dns resolver aka dnsmasq to every machine is unwise. I should be able to uninstall dnsmasq without forcing or otherwise breaking things when I have bind9. $ sudo apt-get remove dnsmasq-base [sudo] password for cp: Reading package lists... Done Building dependency tree Reading state information... Done The following packages will be REMOVED: dnsmasq-base network-manager network-manager-gnome plasma-widget-networkmanagement 0 upgraded, 0 newly installed, 4 to remove and 0 not upgraded. After this operation, 7,906 kB disk space will be freed. Do you want to continue [Y/n]? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/992411 Title: dnsmasq required by network-manager when bind9 and dhcp3server installed Status in “network-manager” package in Ubuntu: Incomplete Bug description: dnsmasq in not required... Furthermore because you are over writing the Systems Administrators dhcp setting you have now made it a requirement to edit configurations on every dhcp client. cp@io:~$ dpkg -l dnsmasq-base bind9 dhcp3-server Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Description +++-==============-==============-============================================ ii bind9 1:9.8.1.dfsg.P Internet Domain Name Server ii dhcp3-server 4.1.ESV-R4-0ub ISC DHCP server (transitional package) ii dnsmasq-base 2.59-4 Small caching DNS proxy and DHCP/TFTP server To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/992411/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : [email protected] Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp

