3

How do I install utorrent? I have downloaded the tarball from here, extracted it to /home/brentonhorne/utorrent-server-v3_0 and run:

cd /home/brentonhorne/utorrent-server-v3_0
./utserver

Which takes me to:

brentonhorne@brentonhorne-Vostro-3500:~$ cd '/home/brentonhorne/utorrent-server-v3_0' 
brentonhorne@brentonhorne-Vostro-3500:~/utorrent-server-v3_0$ ./utserver
server started - using locale en_AU.UTF-8
Using locale en_AU.UTF-8
File not found during integrity check: /home/brentonhorne/utorrent-server-v3_0/settings.dat
File not found during integrity check: /home/brentonhorne/utorrent-server-v3_0/settings.dat.new
File not found during integrity check: /home/brentonhorne/utorrent-server-v3_0/settings.dat.old
File not found during integrity check: .//settings.dat
File not found during integrity check: .//settings.dat.new
File not found during integrity check: .//settings.dat.old
total physical memory -1 max disk cache 33554432
File not found during integrity check: .//dht.dat
File not found during integrity check: .//dht.dat.new
File not found during integrity check: .//dht.dat.old
File not found during integrity check: .//rss.dat
File not found during integrity check: .//rss.dat.new
File not found during integrity check: .//rss.dat.old
File not found during integrity check: .//resume.dat
IPv6 is installed
File not found during integrity check: .//resume.dat.new
File not found during integrity check: .//resume.dat.old

At which point I get stuck and it stays at this step way for days. I am running 12.10.

After I ran

utserver -settingspath /opt/utorrent-server-v3_0/

I received the output:

server started - using locale en_AU.UTF-8
Using locale en_AU.UTF-8
total physical memory -1 max disk cache 33554432
Loaded ipfilter.dat (0 entries)
IPv6 is installed

At which point it froze just as it did with the commands listed earlier.

Aditya
  • 13,616
Josh Pinto
  • 8,089

1 Answers1

2

You could find this useful How to install utorrent step by step? . But from my experience, Deluge is very good alternative to uTorrent, maybe even better.

[Edit] I found out that you can simply ignore these warnings, go to http://127.0.0.1:8080/gui/ in your browser and put admin as username and left the password blank.

tikend
  • 702
  • 2
  • 9
  • 22