Hi,
I came across a strange problem. I've installed clean installation of CentOS 7 with last version of Nodejs and npm. I've installed a Vorlon globally withnpm i -g vorlon. I've configured address in Server/config.json and try to run Vorlon but without access.
[root@testserver ~]# vorlon2017-7-28 14:7:45 - info: Vorlon.js PROXY listening at 192.168.17.46:50502017-7-28 14:7:45 - info: Vorlon.js SERVER listening at 192.168.17.46:1337
I cant't open Vorlon in browser and can't start or stop the Vorlon service with "service vorlon start/stop".
[root@testserver ~]# service vorlon startRedirecting to /bin/systemctl start vorlon.serviceFailed to start vorlon.service: Unit not found.[root@testserver ~]# service vorlon stopRedirecting to /bin/systemctl stop vorlon.serviceFailed to stop vorlon.service: Unit vorlon.service not loaded.
I've reinstalled the operating system, but again I can not start Varlon.
Hi, I came across a strange problem. I've installed clean installation of CentOS 7 with last version of Nodejs and npm. I've installed a Vorlon globally with
npm i -g vorlon
. I've configured address inServer/config.json
and try to run Vorlon but without access.[root@testserver ~]# vorlon
2017-7-28 14:7:45 - info: Vorlon.js PROXY listening at 192.168.17.46:5050
2017-7-28 14:7:45 - info: Vorlon.js SERVER listening at 192.168.17.46:1337
I cant't open Vorlon in browser and can't start or stop the Vorlon service with "service vorlon start/stop".
[root@testserver ~]# service vorlon start
Redirecting to /bin/systemctl start vorlon.service
Failed to start vorlon.service: Unit not found.
[root@testserver ~]# service vorlon stop
Redirecting to /bin/systemctl stop vorlon.service
Failed to stop vorlon.service: Unit vorlon.service not loaded.
I've reinstalled the operating system, but again I can not start Varlon.