On Sun, 26 Mar 2006 16:55:11 +0100, Simon Goodall wrote > Looks to me like you should have /var and not var > > simon something is still wrong. I made the change in the /etc/named.conf file to match the exact logfile location and added /var and still have troubles # pwd /etc # ls -ld named.conf lrwxrwxrwx 1 root root 32 Mar 25 18:39 named.conf -> /var/named/chroot/etc/named.conf # grep namedlog named.conf file "/var/log/named/namedlog.log" versions 3 size 40m; and from /var/log/messages --- snip --- Mar 26 08:00:05 protect1 named[28098]: isc_log_open '/var/log/named/namedlog.log' failed: file not found --- snip --- > > 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 > > > > -- > fedora-list mailing list > fedora-list@xxxxxxxxxx > To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list