On 22 Nov 2012, at 12:12, alan buxey <A.L.M.Buxey@lboro.ac.uk> wrote:
Hi,
okay..even with --enable-developer=no , performance of the daemon has dropped through the floor. over 99% CPU usage for radiusd with following output errors:
Could you confirm CFLAGS contains -O 2 in Make.inc?
yes....i found it did with --enable-developer=no
so the docs appear to be correct.
however, looks like some inner-server loop thing going on as the server had 99% processor load with only the following:
Thu Nov 22 12:05:43 2012 : Info: Ready to process requests. Thu Nov 22 12:06:28 2012 : Error: Discarding duplicate request from client testclient port 40548 - ID: 7 due to unfinished request 35 Thu Nov 22 12:06:33 2012 : Auth: (58) Invalid user: [wism-check] (from client wism-blade-4-2 port 0)
That's what I figured was happening... Could you attach to the process with gdb and send over the backtrace? IIRC it's just: gdb program <PID> -Arran