Jump to content

Debian x64: melfunction of /etc/init.d/utserver start


Dr_Soul

Recommended Posts

Was using that instruction:

http://forum.utorrent.com/viewtopic.php?pid=603322#p603322

Hi!

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.tgz

2 files included in the TGZ:

- utserver - this is the init.d script

- utserver.conf - this is a minimalist configuration file

So 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 start

But last command

# /etc/init.d/utserver start

gives that:

# /etc/init.d/utserver start

gives that:

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
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
TCP port bind failed 0.0.0.0:6881: (98) Адрес уже используется
File not found during integrity check: ./resume.dat
File not found during integrity check: ./resume.dat.new
File not found during integrity check: ./resume.dat.old
IPv6 is installed

And 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 x64

If i can provide any useful log information, please tell which.

Link to comment
Share on other sites

I tried http://127.0.0.1:8080/gui/ for my own computer.

And entered the utorrent server interface O_O

I 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?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...