Men & Mice Men & Mice Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
New zone creation problem  XML
Forum Index -> Apple Mac Users
Author Message
jmay
User

Joined: 01/08/2007 14:57:09
Messages: 27
Offline

Just installed 6.2. Trying to duplicate a zone. Make the changes, then save and get the following error:

Unable to notify the name server on "ns2.pointinspace.com" that the zone has been modified. Make sure that the name server is running


The name server is running, and it's our secondary slave server. Any ideas why this isn't working? Modifying and deleting domains has been working.

- John
jmay
User

Joined: 01/08/2007 14:57:09
Messages: 27
Offline

Found my problem. I use a wrapper script on OS X as recommended by Chris Buxton, and have to disable the default named plist launcher after doing an upgrade. I thought I didn't need to restart the server after doing such, but it appears I do.

Is the wrapper script still required to be used for things to start up properly on OS X?

- John
Carsten Strotmann
Men & Mice Staff
[Avatar]

Joined: 26/07/2007 13:08:39
Messages: 159
Location: Germany
Offline

The wrapper script is required for a BIND DNS Server that is compiled from source. It is not required to my knowledge for a BIND DNS Server supplied by Apple as part of MacOS X (I do not use the wrapper script and I never had an issue).

the root cause of the "Unable to notify the name server..." issue is most of the time that the Men & Mice DNS Server Controller cannot find the process ID file (PID-file) of the running BIND DNS Server. This pid-file is needed so that the DNS Server controller knows which process to "kick" (aka restart).

To fix this issue, open the DNS Server options, use the "Advanced..." button, select the "options" tab and insert in a new line inside the options block:

Code:
 options {
 ...
   pid-file "named.pid";
 ...
 };
 


and then restart the BIND DNS Server as well as the DNS Server Controller (mmremoted).


----
Men & Mice Support Team
support@menandmice.com
 
Forum Index -> Apple Mac Users
Go to:   
Powered by JForum 2.1.7 © JForum Team