13 Jun
2005
13 Jun
'05
12:59 p.m.
Stefan Winter <freeradius-users-ml@stefan-winter.de> wrote:
Occasionally, this file gets corrupted: it contains a _plain text_ copy of an accounting packet (exactly as you see them in the detail files) as opposed to the binary format this file is usually in.
That sounds to me like file descriptors are being re-used between threads, when they're not supposed to be. It should go away if you stop using the "detail" module, but you might get something else in radutmp. I've never seen this before, and I'm not sure there's much we can do to the application to fix it. Alan DeKok.