Re: Can't find named_dump.db

2012-12-06 Thread Daniele Imbrogino
No, I don't. Just for this reason I can't have a cache dump. Now, in /var, it works! 2012/12/6 Matus UHLAR - fantomas > > > I hope you did not allow BIND writing to /etc... > (/etc should be writable by admins, not daemons, that's why we use /var) > >

Re: Can't find named_dump.db

2012-12-06 Thread Matus UHLAR - fantomas
On 05.12.12 15:07, Daniele Imbrogino wrote: Finally I solved it! The problem was in the write permission of /etc, while in /var/cache/bind it works perfectly! Thank you for the assistance! I hope you did not allow BIND writing to /etc... (/etc should be writable by admins, not daemons, that's w

Re: Can't find named_dump.db

2012-12-05 Thread Daniele Imbrogino
Finally I solved it! The problem was in the write permission of /etc, while in /var/cache/bind it works perfectly! Thank you for the assistance! 2012/12/5 Matus UHLAR - fantomas > On 03.12.12 21:32, Daniele Imbrogino wrote: > >> I edited the working directory to /etc/bind because this is the di

Re: Can't find named_dump.db

2012-12-05 Thread Matus UHLAR - fantomas
On 03.12.12 21:32, Daniele Imbrogino wrote: I edited the working directory to /etc/bind because this is the directory where I have all the zone data files. If I use the default /var/cache/bind do I have to move also the zone data files no, you will just have to provide full path in zones' filen

Re: Can't find named_dump.db

2012-12-03 Thread Daniele Imbrogino
I edited the working directory to /etc/bind because this is the directory where I have all the zone data files. If I use the default /var/cache/bind do I have to move also the zone data files (or, at least, create an alias)? I'm saying this because even if the default configuration has /var/cache/b

Re: Can't find named_dump.db

2012-12-03 Thread Chris Buxton
On Dec 3, 2012, at 7:41 AM, Daniele Imbrogino wrote: > Using BIND 9.8.1 on Ubuntu 12.04, I try to save the server cache using the > command "sudo rndc dumpdb -cache" (without quotes, obviously), but then I > can't find the file "/etc/bind/named_dump.db" being "/etc/bind/" the working > director

Re: Can't find named_dump.db

2012-12-03 Thread Phil Mayers
On 03/12/12 15:41, Daniele Imbrogino wrote: Using BIND 9.8.1 on Ubuntu 12.04, I try to save the server cache using the command "sudo rndc dumpdb -cache" (without quotes, obviously), but then I can't find the file "/etc/bind/named_dump.db" being "/etc/bind/" the working directory of the server.

Can't find named_dump.db

2012-12-03 Thread Daniele Imbrogino
Using BIND 9.8.1 on Ubuntu 12.04, I try to save the server cache using the command "sudo rndc dumpdb -cache" (without quotes, obviously), but then I can't find the file "/etc/bind/named_dump.db" being "/etc/bind/" the working directory of the server. Why? __