Daemon has stopped starting

Remote Monitoring Agent for Linux, FreeBSD, and other UNIX-like platforms.
Post Reply
rapport_ralph
Posts: 6
Joined: Tue May 27, 2008 4:57 am

Daemon has stopped starting

Post by rapport_ralph »

I have installed the RMA on my remote red hat linux server and the first time I ran it (after setting up rma.ini properly) it started.

Then I changed the ini file to include some other IP addresses and tried to run the daemon again and got the output below. I still get this output after putting the ini file back to what it was.

/usr/sbin/rma/rma -d -v /usr/sbin/rma/rma.ini
-------------------------------------------------------------
Application: RMA (Remote Monitoring Agent for HostMonitor)
Version: 1.25 for Linux (Red Hat, Mandrake, SuSE)
Copyright: 2004 - 2007 Alexander Kozlov
web: http://www.ks-soft.net
e-mail: support@ks-soft.net
-------------------------------------------------------------
Command line checking .. Ok
Settings checking .. Ok
CPU testing .. Ok
Basic encyption checking .. Ok
RMA encyption checking .. Ok
Sock testing .. TCP listen error:
socket() or bind() error


By the way, what is the command to stop the daemon?
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

Sock testing .. TCP listen error:
socket() or bind() error
Looks like RMA already started and using TCP port. Or may be some other application uses specified TCP port. You may use "ps" command to check if RMA is running, e.g. "ps -e|grep rma"
By the way, what is the command to stop the daemon?
kill

Regards
Alex
Post Reply