-----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? > But file is generated as > > -rw-r----- 1 radius radius 3317 Sep 15 23:59 radacct200409152359.log > > If tried > > detailperm = 0777 > > -rwxr-xr-x 1 radius radius 3317 Sep 15 23:50 radacct200409152350.log > > What I'm missing? > > Urr
Your umask is probably 0022 (or similar). Change your umask to something else, let's say 0002, and restart radiusd again from that terminal. You'll see that the radacct log file will have the user and group permissions you specified in radiusd.conf. - - Kevin -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFBSLzA/9i/ml3OBYMRAlWBAJwKpg9uljC2EiK3CiiOiEuGtnzn0wCeO7Ne fWMcpKj9zBj4agOnx4Von+k= =c/6G -----END PGP SIGNATURE----- - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

