named newbie

Kevin Darcy kcd at daimlerchrysler.com
Mon Apr 5 23:27:54 UTC 2004


Juan wrote:

>Barry Margolin <barmar at alum.mit.edu> wrote in message news:<c4kl8n$2bf$1 at sf1.isc.org>...
>  
>
>>In article <c4kaoa$2u95$1 at sf1.isc.org>, j_ruiz at earthlink.net (Juan) 
>>wrote:
>>
>>    
>>
>>>Hi I get this error message doneting name server BIND 9 when I try to
>>>start named.  I'm using the rndc and rcnamed.
>>>      
>>>
>>What error message?  "doneting name server BIND 9"
>>
>>    
>>
>>>Can anyone help me.  
>>>
>>>I'm also having this weird problem with master slave replication. 
>>>When I first created the slave server it automatically downloaded all
>>>the information to the slave server from the master.  But ever since
>>>then when I create any new zones or records the slave doesn't
>>>transfer.  Do I have to do anything and where do I make the changes
>>>to.  I use webmin to manage named and I also use the named.conf text
>>>file if needed.
>>>      
>>>
>>When you create new zones on the master you have to add corresponding 
>>"slave" statements in the slave's named.conf file.  I don't know webmin 
>>but I assume it provides a way to do this.
>>    
>>
>
>Which statments do I need to add in the slave server?
>
Something like

zone "example.com" {
    type slave;
    file "example.com";
    masters { 1.2.3.4; 2.3.4.5; };
};

>Hi Barry,
>The error message when i try to start named is "doneting name server BIND 9"
>
That's a strange looking message. If I had to guess, I'd say that's a 
commingling of the message "starting name server BIND 9" with a 
carriage-return but no linefeed character, followed by the message 
"done", effectively overwriting the first 4 characters, at least to 
casual observation. Are you writing to the same log file from multiple 
processes, perhaps? That's a prescription for corruption...

                                                                         
                                                - Kevin





More information about the bind-users mailing list