Page 1 of 1

Evaluating Twony For Purchase : Issues and Qs

Posted: Sun Feb 01, 2009 12:06 pm
by nullack
Gday, Im evaluating if I should buy twony. I have some issues and questions. I'm on Linux running revision 5.0.46.

Issue 1. When I execute "/usr/local/twonkymedia/twonkymedia.sh start" I find that the mediafusion-int process goes zombie on the kernel as per:

ps -e | grep media
5877 ? 00:00:00 twonkymedia
5878 ? 00:00:00 twonkymediaserv
5925 ? 00:00:00 mediafusion-int <defunct>

Is this going to be fixed? As soon as twonky is shutdown the zombie removes itself.

Q 2: I originally downloaded 0.5.0 and then found the .46 revision but the changelog doesnt say what is different. So what is different?

Q 3: I have manually set a HTTP Server Port but I dont understand what the httpremoteport is for?

Q 4: Having manually set the http port, why is port 9010 open when Twonky is running? I notice both my manually set port and 9010 are open. So for example I have both 45123 and 9010 open.

Q 5: I notice a "uploadenabled=1" - what upload?

Q 6: What is mediastatisticsenabled=0?

Q 7: Is there a native 64 bit revision planned?

Re: Evaluating Twony For Purchase : Issues and Qs

Posted: Fri Feb 13, 2009 8:13 am
by nullack
91 views and no comments?

Anyway, the twonkymedia.sh script is missing a linux standard base keyword as per:

nullack@PPP:/etc/init.d$ sudo update-rc.d twonkymedia.sh defaults
update-rc.d: warning: /etc/init.d/twonkymedia.sh missing LSB keyword 'required-stop'
Adding system startup for /etc/init.d/twonkymedia.sh ...
/etc/rc0.d/K20twonkymedia.sh -> ../init.d/twonkymedia.sh
/etc/rc1.d/K20twonkymedia.sh -> ../init.d/twonkymedia.sh
/etc/rc6.d/K20twonkymedia.sh -> ../init.d/twonkymedia.sh
/etc/rc2.d/S20twonkymedia.sh -> ../init.d/twonkymedia.sh
/etc/rc3.d/S20twonkymedia.sh -> ../init.d/twonkymedia.sh
/etc/rc4.d/S20twonkymedia.sh -> ../init.d/twonkymedia.sh
/etc/rc5.d/S20twonkymedia.sh -> ../init.d/twonkymedia.sh