rocketcity
Verified User
- Joined
- Aug 18, 2005
- Messages
- 142
I am having a problem like t.bloo described above.
I have setup master2slave and have it moving the files to /var/named/slaves/namedftp/ I am able to see a file called "slaves.named.conf". This is the only item in this directory. However, if i look in this file I see that there should also be a directory with an IP Address. This is not being created nor is the .db files. example:
Can I just create the IP folder and set the owner as named and it work or will I need to do something else.
I am running CentOS4.x w/ Bind 9.2.4
After doing a tail -f on var/log/messages I see that I am getting the following error:
However the file is there. I am at a loss.
I have setup master2slave and have it moving the files to /var/named/slaves/namedftp/ I am able to see a file called "slaves.named.conf". This is the only item in this directory. However, if i look in this file I see that there should also be a directory with an IP Address. This is not being created nor is the .db files. example:
Code:
zone "music.com" { type slave; file "/var/named/slaves/namedftp/67.xxx.xxx.xxx/music.com.db"; masters { 67.xxx.xxx.xxx; }; };
I am running CentOS4.x w/ Bind 9.2.4
After doing a tail -f on var/log/messages I see that I am getting the following error:
Code:
Feb 8 17:58:53 pokey named[1976]: /etc/named.conf:68: open: /var/named/slaves/namedftp/slaves.named.conf: file not found
Last edited: