[Bug 1066938] Re: maas-dns changes default bind rndc key and breaks initscripts

Andres Rodriguez andreserl at ubuntu-pe.org
Thu Oct 18 00:19:02 UTC 2012


** Description changed:

  The default install of maas-dns creates the following file
  /etc/bind/maas/rndc.conf.maas
  
  Among it are the following two bind9 configuration sections:
  
- 
  key "rndc-maas-key" {
- 	algorithm hmac-md5;
- 	secret "(edited away)";
+  algorithm hmac-md5;
+  secret "(edited away)";
  };
  
  options {
- 	default-key "rndc-maas-key";
- 	default-server 127.0.0.1;
- 	default-port 954;
+  default-key "rndc-maas-key";
+  default-server 127.0.0.1;
+  default-port 954;
  };
  
  This breaks init scripts (sudo service bind9 restart) as they use the
  key called "rndc-key". I would suggest that maas explicitly provide the
  key that it wishes to use whenever it interacts with bind9 so that
  defaults don't have to change
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: maas-dns 0.1+bzr1264+dfsg-0ubuntu1
  ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
  Uname: Linux 3.5.0-17-generic i686
  ApportVersion: 2.6.1-0ubuntu3
  Architecture: i386
  Date: Mon Oct 15 17:15:31 2012
  InstallationMedia: Ubuntu-Server 12.10 "Quantal Quetzal" - Release i386 (20121014)
  PackageArchitecture: all
  ProcEnviron:
-  LANGUAGE=en_US:en
-  TERM=xterm-256color
-  PATH=(custom, no user)
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=en_US:en
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  SourcePackage: maas
  UpgradeStatus: No upgrade log present (probably fresh install)
+ 
+ == TEST ==
+ This fix has been tested on both canonistack and in the lenovo lab.

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

Title:
  maas-dns changes default bind rndc key and breaks initscripts

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1066938/+subscriptions



More information about the Ubuntu-server-bugs mailing list