|
|
 |  |
Re: Bind stopped was Re: QuickDNS CentralFrom: Men & Mice Support Date: Tuesday, September 21, 2004
Time: 8:09:52 pmAt 8:51 PM -0600 9/21/04, rforest wrote:
>Ok, reinstalled the whole works, bind was running when first brought
>up. As soon as I moved the zones and config files for the zones bind
>won't restart. Checked the permissions and they are set to system
>read/write and wheel read... is this correct?
It should be, for directories and files respectively:
drwxr-xr-x 4 root wheel
-rw-r--r-- 1 root wheel
>Sorry for the questions... kinda brain fried after all this... and
>have to get it working before the other DNS's expire....
>
>Good news is everything else works, and all zones are in the admin
>now .. .. also do I have to do the same trick with this one as my
>other ones and set the options one instead of any, as I have 2 older
>DNS's as well. These 2 are 4.6.1 bind 9.3 whatever.
Yes, you may have to do so. For the benefit of the audience, the
default zone transfer format sent by BIND 9 is incompatible with
QuickDNS Server (classic Mac OS) and many other older DNS servers;
BIND 9 supports the older format as well, if you specify it. You can
do so either globally or just for each affected slave server.
Globally: Put the following inside the options block in conf/options:
transfer-format one-answer;
Per-server: Put the following block in conf/user_after, replacing
"ip_addr" with the slave's IP address:
server ip_addr {
transfer-format one-answer;
};
Chris Buxton
Men & Mice - Making DNS Easy
Customer Service and Sales Engineer
>On 21-Sep-04, at 8:23 PM, rforest wrote:
>
>>ha ... my timing is great lately... :-(
>>
>>I just copied all the zone files and removed the whole works. Now
>>going for the reinstall..
>>I used: http://kbase.menandmice.com/view.html?rec=17
>>
>>Thanks, I I'll keep this on file for next week... ;-)
>>
>>Rob
>>
>>On 21-Sep-04, at 8:13 PM, Men & Mice Support wrote:
>>
>>>Try this:
>>>
>>>sudo mv /var/qdns/qdnscentral/mmUser* ~/
>>>
>>>This will move the Users database to your home folder, out of the
>>>data directory. Then try the debug command again:
>>>
>>>sudo qdnscentrald -debug -ll5
>>>
>>>QuickDNS Central should recreate the Users database with the
>>>default values (one user, administrator, password administrator).
|

Return to Digital Point Solutions' Home Page |