22 Apr
2008
22 Apr
'08
12:59 p.m.
Are you using "wtmp" i.e. "radlast". Don't. It's slow.
Here are some more snippets related to wtmp (from what I can tell):
unix { cache = no cache_reload = 600 radwtmp = ${logdir}/radwtmp } accounting { detail unix radutmp }
session { radutmp }
I'm guessing it won't harm anything to remove the radwtmp line from the unix configuration. Correct? I suppose its also ok to remove unix and radutmp from the accounting section?
If you're not using those, do indeed remove them. utmp/wtmp is slow to update, especially if the files are large.