Looks to me like you should have /var and not var
simon
Noah wrote:
Hi there,
I just built an FC4 machine and named is being a little funky with me. It
claims that a logfile is not found. What am I doing wrong here?
I trying to channel query information into a log file:
---- /etc/named.conf ---
channel query_info {
file "var/named/data/namedlog.log" versions 3 size 40m;
severity debug;
print-category yes;
print-time yes;
};
--- snip ---
Here is the log error:
--- snip ---
Mar 26 07:34:17 protect1 named[27868]: isc_log_open
'var/named/data/namedlog.log' failed: file not found
-- snip ---
Here is the dir/file information:
--- snip ---
# pwd
/var/log/named
# ls -ld
drwxrwxrwx 2 named named 4096 Mar 25 18:59 .
# ls -ld namedlog.log
-rwxrwxrwx 1 root root 0 Mar 25 18:59 namedlog.log
#
--- snip ---
cheers,
Noah