Hello,
I have moved up to Red Hat 7.2 after i had been running 6.1 for
quite a while. Was running 8.2.3 but have now got 9.2.1
I had saved all my config files but when starting it is not liking the logging options in my named.conf file any longer. It essentially starts but is showing the following in my messages file :-
Jun 21 13:01:27 Echelon named[2214]: logging channel 'my_syslog' file '/var/log/named.log': permission denied
Jun 21 13:01:27 Echelon named[2214]: /etc/named.conf:34: unknown logging category 'panic' ignored
Jun 21 13:01:27 Echelon named[2214]: /etc/named.conf:35: unknown logging category 'packet' ignored
Jun 21 13:01:27 Echelon named[2214]: /etc/named.conf:36: unknown logging category 'eventlib' ignored
Jun 21 13:01:27 Echelon named[2214]: /etc/named.conf:40: unknown logging category 'load' ignored
Jun 21 13:01:27 Echelon named: named startup succeeded
Can anyone see anything that i should now be adding/changing or deleting ?? below
};
logging {
channel my_syslog{
file "/var/log/named.log" versions 3 size 5m;
severity debug;
print-category yes;
print-severity yes;
print-time yes;
};
category default{ my_syslog; };
category panic{ my_syslog; };
category packet{ my_syslog; };
category eventlib{ my_syslog; };
category xfer-in{ my_syslog; };
category xfer-out{ my_syslog; };
category security{ my_syslog; };
category load{ my_syslog; };
};
It had been working fine in the earlier version of bind
Regards
Andrew
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (
http://www.grisoft.com).
Version: 6.0.371 / Virus Database: 206 - Release Date: 14/06/2002