Koozali.org: home of the SME Server

Darwin Server Startup problams

DOKX

Darwin Server Startup problams
« on: December 29, 2006, 03:25:52 AM »
Hello, I'm currently using sme 7.1alpha1 as my server, I also am running DarwinStreamingSrvr4.1.3-Linux it works great the problem i am experiencing is that i cannot for some unknown reason get Darwin to start up automatically, I have followed this tutorial http://no.longer.valid/phpwiki/index.php/How%20to%20install%20Darwin%20Streaming%20Server%20(Open%20Quicktime%20Streaming%20Server) and this part i dont understand,

,(The Administration server and the DSS itself appear to be started by:

streamingadminserver.pl

After installation this will be executed immediately, however this will not restart at boot, to fix this you need to add the command above to /etc/rc.d/rc.local.)

I dont know what to do or what cammand i'm supposed to use, I've also googled for how to's but to no joy, I can start darwin manually but as you know its more an incovienence than anything else, Would someone on the forum be willing to give me some help as i'm am new to commands in linux, Thank you very much, DOKX

DOKX

Darwin Server Startup problams
« Reply #1 on: December 30, 2006, 02:57:50 AM »
This is an update for anyone who has been searching for this, This is what i have done, goto /etc/rc.d/local, and add the path to the streamingadminserver.pl file like this,

#!/bin/sh
#
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.
/usr/local/sbin/streamingadminserver.pl
touch /var/lock/subsys/local
  And it should start automatically. It works for me, Thank you to all who have taken time and read my problem, Thank you  DOKX