Please read my 1st post, I said you should create this file and you should put specific parameters into the file, only after that you can install service.
Also I think its a good idea first to setup rma.ini file, start RMA and make sure RMA works according to your needs. Then install RMA as service
Regards
Alex
Help on installing x64 RMA on Mint
Re: Help on installing x64 RMA on Mint
Also you missed this answer
Regards
Alex
You have wrong paramater in rma.ini file, should be RmaPath = /sysadmin/sbin/rma/rmaI assume you specified path without filename. If /home/sysadmin/sbin/rma is folder then you should set /home/sysadmin/sbin/rma/rma
Regards
Alex
-
- Posts: 94
- Joined: Tue Oct 24, 2006 12:45 pm
Re: Help on installing x64 RMA on Mint
Long story short.....
1) Many thanks to Alex for his support and..
2) The 'fix' on Mint 22.1 the rma 'executable' file needs to be made executable - obvious really but as a newbie to Mint I made the wrong assumption.
3) So run chmod a+x rma to make the RMA executable.
4) It will then run in a terminal session...
5) and can also be installed as a service
6) Remember to open port 1055 of the firewall if you are using the RMA in passive mode.
Easy when you know how! (phew!)
1) Many thanks to Alex for his support and..
2) The 'fix' on Mint 22.1 the rma 'executable' file needs to be made executable - obvious really but as a newbie to Mint I made the wrong assumption.
3) So run chmod a+x rma to make the RMA executable.
4) It will then run in a terminal session...
Code: Select all
sysadmin@WM-Mint:~/sbin/rma$ sudo ./rma -i -v -p 1055 /home/sysadmin/sbin/rma/rma.ini
-------------------------------------------------------------
Application: RMA (Remote Monitoring Agent for HostMonitor)
Version: 1.36 for Linux (Red Hat, Debian, Ubuntu)
Copyright: 2004 - 2010 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 .. Ok
[rma][12:25:04] rma Listening...
6) Remember to open port 1055 of the firewall if you are using the RMA in passive mode.
Easy when you know how! (phew!)
Re: Help on installing x64 RMA on Mint
You are welcome and thank you for the update
Executable flag can be lost if you extract RMA archive on Windows system and then copy files to Linux
Regards
Alex

Executable flag can be lost if you extract RMA archive on Windows system and then copy files to Linux
Regards
Alex
-
- Posts: 94
- Joined: Tue Oct 24, 2006 12:45 pm
Re: Help on installing x64 RMA on Mint
and as Alex points out, the RMA file in the D/L archive is set to be executable - but one loses that flag if you D/L and uncompress on a Windows box rather than directly to the Linux host.