Page 1 of 1

NAS Tip

Posted: Sat Dec 11, 2010 9:27 pm
by Twonky_Rick
This came from a forum member named Fred. Not sure where the best place is to post this.

In your documentation you don't explain very well how to start automatically TwonkyMedia server on Linux. It should be good to add this note.

I tried on Debian 4 and 5 also on ubuntu 8.04 and more for a default installation and it works :

Put the script twonkymedia.sh on /etc/init.d/
and create theses symbolic links :

For Ubuntu :

sudo ln -s /etc/init.d/twonkymedia.sh /etc/rc2.d/S99mediaserver
sudo ln -s /etc/init.d/twonkymedia.sh /etc/rc6.d/K99mediaserver
sudo ln -s /etc/init.d/twonkymedia.sh /etc/rc0.d/K99mediaserver

For Debian (in root)

ln -s /etc/init.d/twonkymedia.sh /etc/rc2.d/S99mediaserver
ln -s /etc/init.d/twonkymedia.sh /etc/rc6.d/K99mediaserver
ln -s /etc/init.d/twonkymedia.sh /etc/rc0.d/K99mediaserver

Re: NAS Tip

Posted: Wed Jan 05, 2011 3:36 pm
by mgillespie
There is a Tips and Tricks category in the Wiki, I'll stick in there:

http://www.twonkyforum.com/mediawiki/in ... Categories