why bind unable to find log files where file is present at location with all
permisions
===================================
tail -f /var/log/messages

logging channel 'resolver_file' file '/var/log/resolver.log': file not found

==================================
[root@relay virusmails]# ls -l /var/log/resolver.log
-rwxrwxrwx  1 root root 0 Jun 10 16:52 /var/log/resolver.log
======================================
below is the named.conf loging declaration
logging {
channel resolver_file { file "/var/log/resolver.log" versions 3 size 5m;
severity debug; print-time
yes; };
category resolver { resolver_file; };

};
==================================

Regards,
Kshitij
_______________________________________________
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to