On Mon, Sep 26, 2005 at 02:29:00AM +0200, the unit calling itself viq wrote: > On Sunday 25 of September 2005 17:08, J Moore wrote: > > On Sat, Sep 24, 2005 at 09:59:12PM -0700, the unit calling itself Bryan > Irvine wrote: > <cut> > > # ls -l /var/named > > total 5 > > drwxr-xr-x 2 root wheel 512 Sep 24 23:02 dev > > drwxr-x--- 2 root named 512 Mar 20 2005 etc > > drwxr-xr-x 2 root wheel 512 Mar 29 2004 master > > -rw-r--r-- 1 root named 0 Sep 24 23:26 named_query.log > > -rw-r--r-- 1 root named 0 Sep 24 23:26 named_query.log.0 > ^^^^^ > shouldn't group have write permissions for this to work? > > > drwxrwxr-x 2 root named 512 Mar 29 2004 slave > > drwxr-xr-x 2 root wheel 512 Mar 29 2004 standard
Yes - that seemed to do the trick: chmod 660 named_query.log I guess this was caused by new privilege separation features added to 3.7, eh? Thnx, Jay

