Why isn't utorrent working? How do I remedy this problem?

9,546

This happened to me, after a few tries, this is what helped me:

  1. I check how many servers were running with the command ps -e

  2. Then, ended all the server process with killall -v utserver

  3. Then, I start it again with utserver -settingspath /opt/utorrent-server-alpha-v3_3/ & Notice the & at the end, to tell the terminal, to process it in the background. Also, notice the ending / slash, so it knows it true path.

You may want to check it, running again ps -e.

Note: I do have to run the last command, every time I turn on my computer. But that's logic, cause it's a service we need to start.

Share:
9,546

Related videos on Youtube

Josh Pinto
Author by

Josh Pinto

Updated on September 18, 2022

Comments

  • Josh Pinto
    Josh Pinto over 1 year

    I tried to install utorrent by following the instructions available at http://www.liberiangeek.net/2012/01/install-utorrent-in-ubuntu-11-10-oneiric-ocelot/ but when I got to the step of typing:

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

    into terminal I received the output:

    server started - using locale en_AU.UTF-8
    Using locale en_AU.UTF-8
    File not found during integrity check: /opt/utorrent-server-v3.0/settings.dat
    File not found during integrity check: /opt/utorrent-server-v3.0/settings.dat.new
    File not found during integrity check: /opt/utorrent-server-v3.0/settings.dat.old
    File not found during integrity check: /opt/utorrent-server-v3.0/settings.dat
    File not found during integrity check: /opt/utorrent-server-v3.0/settings.dat.new
    File not found during integrity check: /opt/utorrent-server-v3.0/settings.dat.old
    Failed file save: /opt/utorrent-server-v3.0/settings.dat.new
    total physical memory -1 max disk cache 33554432
    File not found during integrity check: /opt/utorrent-server-v3.0/dht.dat
    File not found during integrity check: /opt/utorrent-server-v3.0/dht.dat.new
    File not found during integrity check: /opt/utorrent-server-v3.0/dht.dat.old
    File not found during integrity check: /opt/utorrent-server-v3.0/rss.dat
    File not found during integrity check: /opt/utorrent-server-v3.0/rss.dat.new
    File not found during integrity check: /opt/utorrent-server-v3.0/rss.dat.old
    TCP port bind failed 0.0.0.0:6881: (98) Address already in use
    File not found during integrity check: /opt/utorrent-server-v3.0/resume.dat
    File not found during integrity check: /opt/utorrent-server-v3.0/resume.dat.new
    File not found during integrity check: /opt/utorrent-server-v3.0/resume.dat.old
    IPv6 is installed
    

    and then after a day of it stuck at this point it still hadn't installed the utorrent server.

    I am using 12.10 i386 on a Dell Vostro 3500 laptop if any further details are required.

    • Ringtail
      Ringtail over 11 years
      have you tried running it with elevated permissions? ie sudo or gksudo
    • Josh Pinto
      Josh Pinto over 11 years
      No, thanks, I am trying it now. Will tell ya in a few hours if it works.
    • Josh Pinto
      Josh Pinto over 11 years
      @RickGreen continuously receive the error: Failed file save: /opt/utorrent-server-v3.0/resume.dat.new Unable to save the resume file. Another program might have the file open, or the disk is full.
    • Ringtail
      Ringtail over 11 years
      Sounds like you need to configure utorrent to save to your ~/home/"some_folder other than /opt. This again would be a permissions issue as /opt is a ROOT folder and should not be used for read-write options. Suggest you run sudo chmod -R 777 /opt/utorrent-server-v3_0/ again then retry.
    • Josh Pinto
      Josh Pinto over 11 years
      @RickGreen Retried after running that code in terminal and I received the same error.
    • DoComputing
      DoComputing about 10 years
      "chmod 777 /opt/utorrent-server-v3_0/"<br> type "ls -l" after to make sure you have the permissions to write to the folder. <br><br>My utorrent generates the settings.dat files automatically on startup, they are not required to start the app
    • Black Block
      Black Block over 9 years
      Is it have to be Utorrent what about trying other program like transmission .
    • Avishek Saha
      Avishek Saha over 9 years
      why don't you try deluge to download torrent files
    • iffy
      iffy about 9 years
      hey mate, i know this isn't the answer to your question, but i`m a heavy torrent user and I would highly recommend you to use some other client (Tixati/Deluge).. Tixati is a bit more complex and requires more tinkering to make it work properly, but Deluge is really user friendly, no ads and looks a lot like uTorrent. uTorrent went down a path that I don't like, using a lot of resources and sometimes i feel it clicks ads in the background without telling you about it, so I personally don't trust them.
  • Yatin
    Yatin about 8 years
    I am still facing the same error. Any other possible solution please