On Wednesday 14 July 2004 05:32 pm, Eduardo Jaime Quiros Batres wrote:
> Hello,
>
> I'm using Linux Debian and trying to user bind instead of tinydns
>
> I get the following error
>
> ./dnsloadzone
> could not open file /var/cache/bind//etc/bind/db.local
> could not open file /var/cache/bind//etc/bind/db.127
> could not open file /var/cache/bind//etc/bind/db.0
> could not open file /var/cache/bind//etc/bind/db.255
>
> in /etc/bind/named.conf directory points to /var/cache/bind but these
> files are separated from the rest:
>
> directory "/var/cache/bind";
>
> zone "localhost" {
> type master;
> file "/etc/bind/db.local";
> };
>
> I could move them to /var/cache/bind but I think it would be better to
> modify dnsloadzone.c to verify the presence of paths.
Looks like it does not fully parse the file parameter. I never had any
zones to transfer that used that parameter, hence, I never wrote code
to handle that.
If you want to send me code to handle the file parameter I'll add it
to the next release.
Ken Jones
inter7.com