12-03-2008, 02:55 PM
(12-02-2008 05:46 PM)Ger Teunis Wrote: [ -> ]Not ignoring, just didn't know how to fix your problem then and was hoping other forum users are able to help you out!
I am testing some builds for transmission at this very moment, whenever it is fixed I'll update the downloads again.
I have had some serious problems with transmission-140. After what looked like a perfect installation...
Dead link: MYIP:9091/transmission/web
Dead link: MYIP:8077
And after (rebooting/reinstallations) x 5 BitTorrent stopped to work too.
Disaster.
I don't know what started BitTorrent again, but now it works again.
Via telnet I executed /mnt/syb8634/server/clutch start
and just got the help text for the daemon's switches. Somethings wrong.
I took a look inside /mnt/syb8634/server/clutch and managed to start the daemon for transmission 1.40 by executing these two lines:
export CLUTCH_HOME=/mnt/syb8634/transmission/web/
/mnt/syb8634/bin/transmission-daemon-140 -a +${MY_IP}/24 -g /share/.transmission -T -w /share/Download
Success!
I tried to execute this line (from "clutch"):
ifconfig | grep "inet addr" | grep -v 127.0.0.1 | sed 's/.*inet addr:\([0-9.]*\).*/\1/'
-and got two IP-adresses back. I don't fully understand this script but I think I'm right when I say that this was causing my problem. I edited the switches for the daemom with my IP-adress:
/mnt/syb8634/bin/transmission-daemon-140 -a 192.168.0.5/24 -g /share/.transmission -T -w /share/Download
-which made this work:
/mnt/syb8634/server/clutch start
Then I added user/passwd swithes:
/mnt/syb8634/bin/transmission-daemon-140 -a 192.168.0.5/24 -g /share/.transmission -t -u myuser -v mypassword -w /share/Download
-and now it workes exactly as I wanted!
I don't know if this has anything to do with your problems, but I thought it would be better to tell you what I know instead of just beeing quiet.
/Olax
