Hi,
On Debian-based distros, starting evostreamms does not give any reply and the messages seen when evostreamms is stopped are displayed because the script is trying to kill PID’s which are already stopped. We are fixing on it and also adding a way to tell the status of evostreamms.
For now, if you wish to know if it is running, you may opt to use this linux command:
ps -ax | grep evostreamms | grep -v grep
Or you may want to open a new terminal on the same machine and connect via telnet:
telnet localhost 1112.
By default, you cannot connect via telnet from another machine.
Regards,
Ian