I'm setting up a new 10.5 server. Yesterday, I installed the OS,
configured DNS through the ServerAdmin GUI. (changeip reported that
everything was fine) and forward and reverse lookups worked. I
promoted it to an OD master, successfully bound a couple clients,
and users could log in from those clients using network accounts and
network homes. I was happy.
Today I came in and updated the server to 10.5.4 (the disks were
10.5). DNS now does not work. The service runs, but there are no
zones loaded. Also, From the system log:
7/31/08 4:38:17 PM com.apple.launchd[1] (org.isc.named[358]) Exited
with exit code: 1
and
Jul 31 16:39:57 bmsserver1 named[377]: starting BIND 9.4.1-P1 -f
Jul 31 16:39:57 bmsserver1 named[377]: /etc/dns/
publicView.conf.apple:1: undefined ACL 'brooklynsch.com'
Jul 31 16:39:57 bmsserver1 named[377]: loading configuration: failure
Jul 31 16:39:57 bmsserver1 named[377]: exiting (due to fatal error)
and here's the file it refers to:
acl "com.apple.ServerAdmin.DNS.public" {brooklynsch.com;};
//
// This is the view that is shown in Server Admin
// This is an automatically generated file.
// PLEASE DO NOT MANUALLY MODIFY THIS FILE!
// Please make your changes in the named.conf file
//
view "com.apple.ServerAdmin.DNS.public" {
//GUID=7002A1DE-1388-428E-BB7D-7DEDCD4F434C;
allow-recursion {"com.apple.ServerAdmin.DNS.public";};
zone "brooklynsch.com." {
type master;
file "db.brooklynsch.com.";
allow-transfer {none;};
allow-update {none;};
};
zone "1.1.10.in-addr.arpa." {
type master;
file "db.1.1.10.in-addr.arpa.";
allow-transfer {none;};
allow-update {none;};
};
zone "." {
type hint;
file "named.ca";
};
zone "localhost" IN {
type master;
file "localhost.zone";
allow-update { none; };
};
zone "0.0.127.in-addr.arpa" IN {
type master;
file "named.local";
allow-update { none; };
};
};
Any thoughts appreciated...and I've been googling and rtfming to the
best of my abilities all day.
Jeff
_______________________________________________