Hi,
I've installed netxms linux agent on ubuntu 9.04 and I have problem running agent:
/# /usr/local/bin/nxagentd -D
Configuration file OK
[09-Jun-2009 17:36:35] Debug: Log file opened
[09-Jun-2009 17:36:35] Debug: Subagent API initialized
[09-Jun-2009 17:36:36] Subagent "/usr/local/lib/libnsm_linux.so" loaded successfully
[09-Jun-2009 17:36:37] Debug: Trying to bind on 0.0.0.0:4700
[09-Jun-2009 17:36:37] Unable to bind socket: `şrü
Do you know what can be wrong?
Kind regards,
Michael
Hello!
Most likely port 4700 is already in use. Try to run command
netstat -atnp | grep 4700
to see what process uses it.
Best regards,
Victor
Hi,
You're right, my fault. It's working now.
Michael