Page 1 of 1

no access to twonky Web Frontend

Posted: Sun Sep 14, 2008 7:33 am
by howe222
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

Re: no access to twonky Web Frontend

Posted: Wed Oct 29, 2008 6:59 pm
by vonloschz
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