Re: Re: Bind 9 unknown option 'logging'[Solved]

2015-06-12 Thread Gerard Hooton
OK solved. I had the include "/etc/bind/named.conf.log"; statement in the wrong place in the named.conf file. I had it inside the options { } -- Gerard Hooton. Senior Technical Officer School of Engineering. University College Cork. College Road. Cork. Ireland. Tel: +353 21 4902296 Mobile: +353

Re: Bind 9 unknown option 'logging'

2015-06-12 Thread Gerard Hooton
On 12/06/15 15:31, to...@tuxteam.de wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, Jun 12, 2015 at 03:21:26PM +0100, Gerard Hooton wrote: Hi All, I already sent that was but before I subscribed to the list. I have included the following in my named.conf logging { channel b

Re: Bind 9 unknown option 'logging'

2015-06-12 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, Jun 12, 2015 at 03:21:26PM +0100, Gerard Hooton wrote: > Hi All, > I already sent that was but before I subscribed to the list. > > I have included the following in my named.conf > > logging { > channel bind_log { > file "/var/log/bind

Bind 9 unknown option 'logging'

2015-06-12 Thread Gerard Hooton
Hi All, I already sent that was but before I subscribed to the list. 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; };

Bind 9 unknown option 'logging'

2015-06-12 Thread Gerard Hooton
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;