Linux Agent - unable to bind socket

Started by wieserdk, June 09, 2009, 07:56:01 PM

Previous topic - Next topic

wieserdk

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

Victor Kirhenshtein

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

wieserdk

Hi,

You're right, my fault. It's working now.

Michael