[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bind 9 unknown option 'logging'



Hi All,
I have included  the following in my named.conf

logging {
  channel bind_log {
    file "/var/log/bind/bind.log" versions 3 size 5m;
    severity info;
    print-category yes;
    print-severity yes;
    print-time yes;
  };
  category default { bind_log; };
  category update { bind_log; };
  category update-security { bind_log; };
  category security { bind_log; };
  category queries { bind_log; };
  category lame-servers { null; };
};

However I get the following error

Jun 12 14:21:52 scoil named[7161]: loading configuration from '/etc/bind/named.conf' Jun 12 14:21:52 scoil named[7161]: /etc/bind/named.conf.log:1: unknown option 'logging'
Jun 12 14:21:52 scoil named[7161]: loading configuration: failure
Jun 12 14:21:52 scoil named[7161]: exiting (due to fatal error)

I have the following
3.2.0-4-amd64 #1 SMP Debian 3.2.68-1+deb7u1 x86_64 GNU/Linux
BIND 9.8.4-rpz2+rl005.12-P1

Thanks
//Ger




--
Gerard Hooton.
Senior Technical Officer
School of Engineering.
University College Cork.
College Road.
Cork.
Ireland.
Tel: +353 21 4902296
Mobile: +353 852813491


Reply to: