Re: detailperm problem

2004-09-16 Thread Urr
See "man umask". It's a C function call, not a program, but something on your system is setting the file creation mask. No problems anymore (startup script problem :). Thnx, this should be FAQ topic. rgrds, Urr - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: detailperm problem

2004-09-15 Thread Alan DeKok
Urr <[EMAIL PROTECTED]> wrote: > From radiusd.conf detail section: > > detailperm = 0660 > > This should make logfile user+group read+writable, right? > But file is generated as > > -rw-r- 1 radius radius 3317 Sep 15 23:59 radacct200409152359.log See "man umask". It's a C function call,

Re: detailperm problem

2004-09-15 Thread Kevin Bonner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 15 September 2004 17:11, Urr wrote: > Hi, > > This behavior makes trouble for stable and cvs version of freeradius. > > From radiusd.conf detail section: > > detailperm = 0660 > > This should make logfile user+group read+writable, right?

detailperm problem

2004-09-15 Thread Urr
Hi, This behavior makes trouble for stable and cvs version of freeradius. From radiusd.conf detail section: detailperm = 0660 This should make logfile user+group read+writable, right? But file is generated as -rw-r- 1 radius radius 3317 Sep 15 23:59 radacct200409152359.log If tried detailperm =