28 Jul
2011
28 Jul
'11
9:12 a.m.
Alexander Clouter wrote:
rad_recv: Status-Server packet from host 127.0.0.1 port 50412, id=38, length=38 [event.c:3002] Failed to insert event
Ouch.
There seem to be a bunch of malloc()'s where it could fail lurking behind INSERT_EVENT(). I am pretty sure that the system is not running out of RAM (it is a 512MB box) but I am now priming up snmpd and RRD to track this over time.
Any ideas?
Hmm... 512MB isn't a lot for a modern system. And on Linux, malloc() never fails. The other alternative is some kind of internal API problem. But those should all be fixed in git head. Alan DeKok.