TwonkyVision install (auto start) in Ubuntu 7.04 (Feisty)

General discussion about the media server. Feature requests. Hints, tips and tricks.
Locked
MagicFab
Posts:1
Joined:Sat Aug 04, 2007 8:50 am
Location:Montreal
Contact:
TwonkyVision install (auto start) in Ubuntu 7.04 (Feisty)

Post by MagicFab » Sat Aug 04, 2007 9:01 am

Hi,

I have reviewed the install how-to document included in the manual install package for Linux. Everything looks like it will work as-is under Ubuntu Feisty except there is no information on how to make it autostart. I am contributing this so anyone can try it and comment ont heir experience.

Assuming you extracted twonkymedia to /usr/local/TwonkyVision,:
1) cd /etc/init.d
2) sudo ln -s /usr/local/TwonkyVision/twonkymedia.sh
3) sudo update-rc.d /usr/local/TwonkyVision/twonkymedia.sh defaults

update-rc.d is used to update script. To find out more about it, issue the "man update-rc.d" command from a terminal window.

You also have to make sure the script file /usr/local/TwonkyVision/twonkymedia.sh has execution rights, by using
$ sudo chmod +x /usr/local/TwonkyVision/twonkymedia.sh

Thanks for any comments or suggestions on improving this.
--
NO PRIVATE MESSAGES PLEASE!

Dartan
Posts:13
Joined:Fri May 25, 2007 2:59 pm

Post by Dartan » Sat Aug 04, 2007 12:12 pm

Actually, your step 3 needs to be:

sudo update-rc.d twonkymedia.sh defaults

:D

Dave

rainbow2009
Posts:1
Joined:Mon May 04, 2009 7:58 am
AV Hardware:UPnP 2.5

Re: TwonkyVision install (auto start) in Ubuntu 7.04 (Feisty)

Post by rainbow2009 » Mon May 04, 2009 8:03 am

pret auto
:D I must be the stupidest person in the world. I cannot get this to work. :?

Locked