Re: Dynamic DNS and failed journal
- From: Paul Howarth <paul@xxxxxxxxxxxx>
- Date: Mon, 31 Jul 2006 10:27:22 +0100
Brian Chadwick wrote:
Thanks for your comment Paul
The thing is, when bind chroots, it should have writeable access to its own /var/named, which as far as the host is concerned, is actually /var/named/chroot/var/named.
Why should it have write access there? It doesn't by default, and doesn't normally need it (remember that bind is running as user named, not as root).
its needs to know where to load its zone information from, ie. /var/named, then chroots.
No, it chroots first. So you should put your DDNS zone file in /var/named/chroot/var/named/slaves (I expect you have a symlink /var/named/slaves -> /var/named/chroot/var/named/slaves btw).
I cant see how that should be a problem for bind to write to its own /var/named directory. Anyway I tried it, and changed options directory /var/named to /var/named/slaves .... naturally, bind couldnt find zone information ...
Don't change the main directory in the options clause, change the file location for your DDNS zone in its zone clause.
So you have something like:
zone "example.com" IN {
...
file "slaves/example.com";
...
};
Paul.
--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
- References:
- Re: Dynamic DNS and failed journal
- From: Brian Chadwick
- Re: Dynamic DNS and failed journal
- Prev by Date: Re: Dynamic DNS and failed journal
- Next by Date: Re: FC5 hangs for no detectable reason
- Previous by thread: Re: Dynamic DNS and failed journal
- Next by thread: Fetchmail problems
- Index(es):
Relevant Pages
- Re: Dynamic DNS and failed journal
... The thing is, when bind chroots, it should have writeable access to ...
It doesn't by default, and doesn't normally need it (remember that bind is running as user named,
not as root). ... its needs to know where to load its zone information from, ...
(Fedora) - Re: [opensuse] Why Bind dies, where is its log file?
... I want to debug my system but I am not sure where bind error log file is? ...
The following is part of a server howto I put together so I don't have to reinvent the wheel when
I install a new server for the office. ... This is my configuration for bind where dhcpd provides
dynamic update to the zone files. ... (SuSE) - For anyone interested in blocking nameserver lookups to sites
... I am using a BIND ... 8.2.x series name server and a semi-current version
of RedHat Linux. ... Setup your forwarders as your primary and secondary name servers (these
are ... zone "doubleclick.net" in { ... (comp.os.linux.security) - Re: Setting up a FreeBSD gateway
... I'm getting ready to set up BIND for the first ... I don't know how to set up
DNS. ... > Then you forward zone file for your "domain" as well as reverse
zones ... (freebsd-questions) - Re: BIND zone transfers
... Windows 2000 is the master and bind is the salve. ... transfers, except for
the first zone, which is transferred just as it ... Zone transfers are taking place from
a W2K server. ... Zone transfers from my BIND 9 master to my Windows 2000 slave
fail. ... (freebsd-questions)