Feb 20 14:22:44 radius radiusd[12700]: WARNING: Child is hung for request 988
in component module .
That means it's getting hung somewhere in the server core. That's usually because the system is receiving more requests than it can handle.
You need to fix it so that it can handle high volumes of traffic. Upgrade the machine, add DB indexes, do less processing work per packet.
Hi, how i can fix it ? The server is virtual , 2GB RAM, 1x 3.33 GHZ CPU The server is doing almost nothing, load averaga less then one: Here is the "top" command: top - 17:49:36 up 25 days, 6:24, 1 user, load average: 0.20, 0.15, 0.10 Tasks: 79 total, 2 running, 77 sleeping, 0 stopped, 0 zombie Cpu(s): 0.0%us, 0.0%sy, 0.0%ni, 88.0%id, 12.0%wa, 0.0%hi, 0.0%si, 0.0%st Mem: 2075492k total, 1261764k used, 813728k free, 153996k buffers Swap: 2096472k total, 60k used, 2096412k free, 996640k cached Also as i said, nothing happend more then one year, and suddenly today it has started to crash Thanks