On 09/05/2012 05:11 PM, George Kirkham wrote:
I do find this statement a bit of a concern “-bash: red5: command not
found” and wonder why or how this gets reported.

[SNIP]

root@vps-1105323-11088:~# cd /etc/init.d
root@vps-1105323-11088:/etc/init.d# red5
-bash: red5: command not found


You must include the full path to run this command:

# /etc/init.d/red5 start

In most (maybe all?) linux/unix distros, the current directory is not in the search path. So when you did
~# cd /etc/init.d
/etc/init.d# red5
the shell did not know where to find the command. By including the full path, you are telling the shell where to find it.

Looking at the rest of your output, it does look like the service is running just fine and you should be able to access it using the proper URL as suggested by George Kirkham.

Seth

--
Seth Galitzer
Systems Coordinator
Computing and Information Sciences
Kansas State University
http://www.cis.ksu.edu/~sgsax
sg...@ksu.edu
785-532-7790

Reply via email to