hello i runt my sever on ubuntu server and i cant get the ray server turn on :)
all config is right !
i tried this in the shell
sh /opt/ray_server/run_daemon.sh
any body have some tips ? =)
hello i runt my sever on ubuntu server and i cant get the ray server turn on :) all config is right ! i tried this in the shell
sh /opt/ray_server/run_daemon.sh
any body have some tips ? =) |
<!-- @page { margin: 0.79in } P { margin-bottom: 0.08in } --> === Setting-up RMS on Startup ===
* Now you should add a task to your server's startup file, so every time your server restarts, RMS could start automatically. On most Linux systems this file is '''/etc/rc.local'''. You should input the following lines in it: "cd path_to_rms" and "/path_to_rms/run_daemon.sh", where "path_to_rms" stands for the absolute path to Ray Media Server folder. For example: {{{ cd /opt/ray_server ./run_daemon.sh }}} ManOfTeal.COM a Proud UNA site, six years running strong! |
First make sure its starting with out errors. Use this command first so you can see what it is doing. https://www.deanbassett.com |
ok so i find the rc_local
AND I PUT THIS LINE
{{{ cd /opt/ray_server ./run_daemon.sh }}}
no it tur when i reboot the machin right ? i have started the rayserver :) now thanks alot ! |
ok so i find the rc_local
AND I PUT THIS LINE
{{{ cd /opt/ray_server ./run_daemon.sh }}}
no it tur when i reboot the machin right ? i have started the rayserver :) now thanks alot ! just trying to put in my 2 cents. glad to help. did you try what Deano stated, make sure you have no errors.. then your great ManOfTeal.COM a Proud UNA site, six years running strong! |