Hi,
I have ununtu 10.10 server with bind9.
In named.conf.options
Code:
logging {
channel my_log {
file "/var/log/bind.log" versions 10 size 5M;
severity info;
print-time yes;
print-category yes;
print-severity yes;
};
category queries { my_log; };
category default { my_log; };
};
The file /var/log/bind.log exists and belongs to bind.
Bind9 doesn't seem to run in chroot mode. It is the default instalation, named is in /usr/sbin and the config files are in /etc/bind
The problem is that it doesn't log a thing.
If I am using syslog under channel it logs.
Any ideea?