Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: DNS Server Problems



I have restarted BIND on my server, which produced the following log:

ndc: error: ctl_client: evConnect(fd 3): No such file or directory
ndc: error: cannot connect to command channel (/var/run/ndc)
ndc: error: ctl_client: evConnect(fd 3): No such file or directory
ndc: error: cannot connect to command channel (/var/run/ndc)
ndc: error: name server was not running (warning only)
ndc: error: name server has not started (yet?)


Anyone have any idea what is going on? This DNS server will not resolved any names outside my LAN. It ran fine for months, then just started doing this the other day. I have another server, using copies of the same exact zone files, which is running just fine. Any guidance would be greatly appreciated...

AND ALSO HERE IS A COPY OF MY NAMED.CONF FILE:

// Set up by Peter Herrmann on February 11, 2003.



controls {
// unix "/var/run/ndc" perm 0600 owner 0 group 0;
inet 127.0.0.1 port 54 allow {any; };
};

options {
directory "/var/named";
notify no;
forward first;
forwarders {216.54.204.186;216.136.33.82}
statistics-interval 240;
//stats-file "named-stats";
};

zone "dpsadlier.net" in {
type master;
file "db.dpsadlier";
};

zone "1.168.192.in-addr.arpa" in {
type master;
file "db.192.168.1";
};

zone "0.0.127.in-addr.arpa" in {
type master;
file "db.127.0.0";
};

zone "." in {
type hint;
file "db.cache";
};


On Tuesday, Apr 29, 2003, at 19:53 America/New_York, James Tolchard wrote:

On 29/4/03, Peter Herrmann (email@hidden) said:

Out of nowhere, my DNS Server is acting crazy. I am running OSXS
10.2.5. It will only resolve my local addresses now, from any client
with a static IP address. I can't resolved any names outside my LAN. It
had been working fine up to today, and I haven't changed anything. DHCP
Clients (OS9) seem to resolve fine. I have tried restarting the
Computer the server is running on, and also have restarted DNS, no
luck. Are there files somewhere that could have gotten corrupt. Please
HELP!

In one terminal window, issue the command:
tail -f /var/log/system.log


In another terminal window, issue the command:
sudo ndc restart
(and enter your admin password when prompted)


Back in the first window, you should see a bunch of lines get printed. This will
be the log of BIND attempting to restart itself. You should be able to figure
out any errors from that log information. If you still can't work it out,
copy-and-paste that log output to this list and someone should be able to help
you figure out where the problem is.

It would also be helpful to post the contents of your /etc/named.conf file.

Cheers
James
_______________________________________________
macos-x-server mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/macos-x-server
Do not post admin requests to the list. They will be ignored.


--

Peter Herrmann
Publishing Technology Manager
William H. Sadlier, Inc.
9 Pine Street
New York, NY 10005
212-312-6099
email@hidden
_______________________________________________
macos-x-server mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/macos-x-server
Do not post admin requests to the list. They will be ignored.



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.