Search Again:

Urgent note for QuickDNS users upgrading to MacOS 10.2

From: Eggert Thorlacius
Date: Monday, August 26, 2002
Time: 7:54:00 am

Some of our users have reported that when upgrading their DNS servers
to MacOS 10.2, all zones seem to disappear from the server. The
reason for this is that the MacOS 10.2 installer installs a copy of
BIND on the machine, and replaces one of the QuickDNS configuration
files with its own.

To fix this, you must use the Terminal to remove the files installed
by Apple, restore the QuickDNS configuration file and restart the
QuickDNS server, as described below.

* Log onto your server machine using an account with Administrator privileges

* Launch the Terminal application (In /Applications/Utilities)

* Type:
head -2 /etc/named.conf.applesaved

This should print out:

//
// This file was generated by QuickDNS from Men & Mice

* Then type:
head -4 /etc/named.conf

This should print out:

// Declares control channels to be used by the rndc utility.
//
// This must be enabled on Mac OS X Server for Server Status to provide valid
// information! (Remove the leading slashes to enable.)

* If the output from either of these commands is not identical to the above,
DO NOT PROCEED! Contact Men & Mice Tech Support for assistance.

* Type:
sudo tcsh

* Enter your password when prompted

* Type:
mv /etc/named.conf /etc/named.menandmicesaved
mv /etc/named.conf.applesaved /etc/named.conf
/usr/sbin/qdnscontrol stop
/usr/sbin/qdnscontrol start
rm -f /var/named/localhost.zone
rm -f /var/named/named.ca
rm -f /var/named/named.local
exit

That's it! The server should be back on its feet. If you are logged
in through QuickDNS Manager, you need to restart it to see your zones.

Men & Mice Tech Support



Messages In This Thread:



Return to Digital Point Solutions' Home Page