Dr_Soul Posted August 20, 2011 Report Posted August 20, 2011 Was using that instruction:http://forum.utorrent.com/viewtopic.php?pid=603322#p603322Hi!I wrote a little init.d script from skeleton for uTorrent Server.Maybe you can use it on Debian and Ubuntu.You can download from here: http://www.sitedesign.hu/download/utserver.tgz2 files included in the TGZ:- utserver - this is the init.d script- utserver.conf - this is a minimalist configuration fileSo thats how i do:# wget http://download.utorrent.com/linux/utorrent-server-3.0-24118.tar.gz# wget http://www.sitedesign.hu/download/utserver.tgz# mkdir /etc/utserver# tar xzf utorrent-server-3.0-24118.tar.gz# tar xzf utserver.tgz# cd utorrent-server-v3_0# cp webui.zip /etc/utserver/# chmod +x utserver# cp utserver /usr/bin/# cd ..# cp utserver /etc/init.d/# cp utserver.conf /etc/utserver/# /etc/init.d/utserver startBut last command # /etc/init.d/utserver startgives that:# /etc/init.d/utserver startgives that:File not found during integrity check: ./settings.datFile not found during integrity check: ./settings.dat.newFile not found during integrity check: ./settings.dat.oldFile not found during integrity check: ./settings.datFile not found during integrity check: ./settings.dat.newFile not found during integrity check: ./settings.dat.oldtotal physical memory -1 max disk cache 33554432File not found during integrity check: ./dht.datFile not found during integrity check: ./dht.dat.newFile not found during integrity check: ./dht.dat.oldFile not found during integrity check: ./rss.datFile not found during integrity check: ./rss.dat.newFile not found during integrity check: ./rss.dat.oldTCP port bind failed 0.0.0.0:6881: (98) Адрес уже используетсяFile not found during integrity check: ./resume.datFile not found during integrity check: ./resume.dat.newFile not found during integrity check: ./resume.dat.oldIPv6 is installedAnd the last message holds for a long tome and nothing happens. Any ideas how-to fix it?I'm using Debian Squeeze 3.0.1 x64If i can provide any useful log information, please tell which.
DreadWingKnight Posted August 20, 2011 Report Posted August 20, 2011 When you get to the "IPv6 is installed" message, are you able to navigate to http://<ip of the box>:8080/gui/ ?
Dr_Soul Posted August 21, 2011 Author Report Posted August 21, 2011 I tried http://127.0.0.1:8080/gui/ for my own computer.And entered the utorrent server interface O_OI was so clear that it was some mistake, but it seems that everything worked correct! Excellent, now I can use the best torrent client on linux! Thank developers so much for a port! Besides, maybe the point is to write some post-processing message in console or at least exit to the root@computername:~/ so that the next installers wouldn't be confused?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.