Daniel Cid wrote: > > We have a v1.0 beta available to anyone interested in looking at the > new features and testing it for problems. It has numerous new features, > including:
I was having problems with client-server communication so I decided to try to upgrade to see if it would fix things. Previous to the upgrade, client were displaying: 2007/01/09 22:26:42 ossec-agentd(4101): Waiting for server reply (not started). 2007/01/09 22:27:14 ossec-agentd: Duplicate error: global: 0, local: 6, saved global: 8, saved local:9033 2007/01/09 22:27:14 ossec-agentd(1407): Duplicated counter for '<client IP>'. 2007/01/09 22:27:14 ossec-agentd(1214): Problem receiving message from <Server IP>. I tried various things, such as removing and re-adding keys, stopping both server and agent and checking for hung processes, and removing file in the /rids directory. Nothing worked. Since I upgraded, the client displays: 2007/01/09 23:49:06 ossec-logcollector: Process locked. Waiting for permission... I suspect maybe it's the same problem with a different error? I have verified with nc that UDP 1514 is fine from client-server, and when I run tcpdump on the server I see the UDP datagrams come through periodically. But the server doesn't respond. The server has the port open (by OSSEC) and seems ready to accept connections. The issue has to be on the server side since all of my agents are now experiencing this problem.