Re: Logging problems on Bind9

2010-01-11 Thread Hauke Lampe
Autuori Gianluigi wrote: > I'm using Bind9 and Ubuntu 8.04 kernel 2.6.24. > Named runs as bind user and in my named.conf.local I wrote: Ubuntu uses AppArmor (http://en.wikipedia.org/wiki/AppArmor) You need to edit the profile for usr.sbin.named in /etc/apparmor.d/ if you want named to write file

Re: Logging problems on Bind9

2010-01-11 Thread Chris Buxton
You're seeing a message from SELinux. Turn it off, or set it to permissive mode, to allow this to work. Or you can try to add the necessary permission to the profile for named; this is not something I've ever done, so I can't give guidance. Chris Buxton On Jan 11, 2010, at 3:24 AM, Autuori Gia