wget http://127.0.0.1:9000/config
--2011-11-10 01:25:00-- http://127.0.0.1:9000/config
Connecting to 127.0.0.1:9000... failed: Connection refused.
Any suggestion on how to fix this

127.0.0.1:9000 while being on a different machinephibertron wrote:is an ebox like an emachine desktop ?
stupid question, i know
but are you trying to get to 127.0.0.1:9000 while being on a different machine
or if the ebox is a pc, your doing it from that desktop?
Code: Select all
$ sudo service twonkyserver restart
PID file /var/run/mediaserver.pid not found, stopping server anyway...
Starting /usr/local/twonkymedia/twonkymedia ... Daemonizing...
$ sudo service twonkyserver restart
PID file /var/run/mediaserver.pid not found, stopping server anyway...
Starting /usr/local/twonkymedia/twonkymedia ... Daemonizing...
$ sudo service twonkyserver start
Starting /usr/local/twonkymedia/twonkymedia ... Daemonizing...
$ sudo service twonkyserver start
TwonkyMedia server seems already be running under PID 7783
(PID file /var/run/mediaserver.pid already exists). Checking for process...
Process IS running. Not started again.
Well, I might be misunderstanding, but I don't believe using wget as test, tell anything, as the port(9000) probably only reacts on http requests. I have my twonky on a win- IP 192.168.1.62 , and I can use http://127.0.0.1:9000/ to access the config from the twonkyserver, or I can use http://192.168.1.62:9000 from either the twonkyserver or another pc on my lan.r00tr4t wrote:some posts was deleted from this tree when the twonkyform server crashed.
the wget 127.0.0.1:9000 was made on the local machine to test if I could connect to the twonky server localy.
that did not work in the beginning before phibertron told me to sett the IP in the twonky ini file.
Now i can access the twonkyserver localy but not remotely.