Re: RADIUS log

Carl Rigney ((no email))
Mon, 28 Apr 1997 19:00:05 -0700 (PDT)

No file locking issues to worry about, since RADIUS accounting runs as one
process, and opens and closes the detail file each time it wants to add
an entry. Inefficient but very safe. It'll create the detail file if it
doesn't find it, so to rotate the detail file you should just move it to
a different name (but on the same disk), wait 1 second, then do whatever you
want with it. The reason for the wait is in case radiusd was right in the
middle of writing a record to it, so it can finish.

--
Carl