no access to twonky Web Frontend

Linux and UNIX specific discussions
Post Reply
howe222
Posts:2
Joined:Tue Sep 09, 2008 6:23 am
AV Hardware:PS 3 , linux etch
no access to twonky Web Frontend

Post by howe222 » Sun Sep 14, 2008 7:33 am

Good morning,

I'm running version 4.4.6 on a Debian etch system.

After rebooting my pc I can't access the webfront anymore, but the server is still running and I'm able to stream stuff to my PS 3

Make it a difference if I run Twonky as root vs. normal user ?

What puzzles me also, I can find as described in the FAQ

On startup the server creates the file /var/run/mediaserver.pid.

this .pid file !!

any ideas ?

Best Regards

Ciao

vonloschz
Posts:2
Joined:Wed Oct 29, 2008 6:39 pm
AV Hardware:Dedicate PIII under Xubuntu

Re: no access to twonky Web Frontend

Post by vonloschz » Wed Oct 29, 2008 6:59 pm

kill all instance of twonkymedia

Code: Select all

ps -ewf | grep -i twonkymedia
sudo kill -9 <ALL_PID>

sudo rm /var/run/twonky.pid
Install as service

Code: Select all

cd /etc/init.d
sudo ln -s /usr/local/TwonkyVision/twonkymedia.sh
sudo update-rc.d twonkymedia.sh defaults
Start the service and access to Web Frontend

Code: Select all

sudo /etc/init.d/twonkymedia.sh start

Post Reply