Now you have to fix red5start-stop-daemon invocation in the script. Should it be start-stop-daemon?
On Wed, Oct 3, 2012 at 2:10 PM, Rammohan Alampally <[email protected]> wrote: > Hello, > > Please have a look at the following output for the red5 start command. > > root@vps-1111118-12248:~# /etc/init.d/red5 start > Starting Red5 flash streaming server: red5start-stop-daemon: --start needs > --exec or --startas > Try 'start-stop-daemon --help' for more information. > root@vps-1111118-12248:~# > > *Regards,* > *Ram* > > On Wed, Oct 3, 2012 at 3:09 PM, Alexei Fedotov > <[email protected]>wrote: > >> From your commands I see that red5 is not running >> >> What output produces the following command? >> >> $ /etc/init.d/red5 start >> >> >> -- >> With best regards / с наилучшими пожеланиями, >> Alexei Fedotov / Алексей Федотов, >> http://dataved.ru/ >> +7 916 562 8095 >> >> >> On Wed, Oct 3, 2012 at 1:32 PM, Rammohan Alampally >> <[email protected]> wrote: >> > Hello Alexei, >> > >> > Commands out puts as follows: >> > >> > root@vps-1111118-12248:~# *ps -ef | grep java* >> > tomcat6 709 1 0 Oct01 ? 00:02:19 >> > /usr/lib/jvm/java-6-openjdk-amd64/bin/java >> > -Djava.util.logging.config.file=/var/lib/tomcat6/conf/logging.properties >> > -Djava.awt.headless=true -Xmx128m -XX:+UseConcMarkSweepGC >> > -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager >> > -Djava.endorsed.dirs=/usr/share/tomcat6/endorsed -classpath >> > /usr/share/tomcat6/bin/bootstrap.jar -Dcatalina.base=/var/lib/tomcat6 >> > -Dcatalina.home=/usr/share/tomcat6 >> > -Djava.io.tmpdir=/tmp/tomcat6-tomcat6-tmp >> > org.apache.catalina.startup.Bootstrap start >> > root 7035 7021 0 05:26 pts/0 00:00:00 grep --color=auto java >> > root@vps-1111118-12248:~# >> > root@vps-1111118-12248:~# >> > root@vps-1111118-12248:~# >> > root@vps-1111118-12248:~# * ps -ef | grep red5* >> > root 7037 7021 0 05:27 pts/0 00:00:00 grep --color=auto red5 >> > root@vps-1111118-12248:~# >> > root@vps-1111118-12248:~# >> > >> > >> > Yes red5 is running. But I am unable to access the OM through a >> browser... >> > >> > >> > I have removed all the cron jobs and please find the output as follows: >> > root@vps-1111118-12248:~# *crontab -e* >> > no crontab for root - using an empty one >> > >> > Select an editor. To change later, run 'select-editor'. >> > 1. /bin/ed >> > 2. /usr/bin/vim.basic >> > >> > Choose 1-2 []: >> > >> > >> > >> > I donot know why /etc/init.d/red5 is not supporting... >> > >> > >> > Regards, >> > Ram >> > >> > On Wed, Oct 3, 2012 at 2:33 PM, Alexei Fedotov <[email protected] >> >wrote: >> > >> >> Hello Ram, >> >> adding the script to as a cron job and to init.d services is overkill. >> >> As Maxim pointed out, they won't work with manually launched red5.sh. >> >> >> >> To check that red5 is up and running you can use ps -ef | grep java >> >> >> >> -- >> >> With best regards / с наилучшими пожеланиями, >> >> Alexei Fedotov / Алексей Федотов, >> >> http://dataved.ru/ >> >> +7 916 562 8095 >> >> >> >> >> >> On Wed, Oct 3, 2012 at 11:32 AM, Rammohan Alampally >> >> <[email protected]> wrote: >> >> > Hello Developers, >> >> > >> >> > I am Ram from India. I have installed Openmeetings on my VPS Ubuntu >> 11.04 >> >> > successfully. >> >> > My Openmeetings can access through a browser only after executing >> the 2 >> >> > commands. >> >> > *$ cd /usr/local/red5 >> >> > $ ./red5.sh* >> >> > >> >> > I have added the script in Cron job and also added the script in >> >> > /etc/init.d as per the developers suggestion in the forum. >> >> > Please help me in this... This is the show stopper for me... >> >> > >> >> > >> >> > Thanking you in advance... >> >> > >> >> > Regards, >> >> > Ram >> >> >>
