Fixing "Tracker timed out" error on rtorrent
Register

We are the best invite forum on the internet! Here you will find free invites, free seedboxes, free bonuses, and much more. Our members know the true meaning of sharing and have created a truly global bittorent community! Our site has the most up to date information on all private trackers and our members will guide you and introduce you to this truly secretive and enlightened club. Ready to get started? Register now!


Results 1 to 4 of 4
  1. #1

    Join Date
    Jul 2009
    Location
    USA
    Posts
    35

    Default Fixing "Tracker timed out" error on rtorrent

    There is a known issue in rtorrent/libtorrent on multiple linux distros where you receive a "Tracker Timed Out" error for any torrent you try to start. This is caused due to curl not being compiled with c-ares enabled.

    To fix this, you need to download and compile c-ares, and then recompile curl with the "--enable-ares" option and then recompile libtorrent and rtorrent.

    c-ares
    Code:
    wget http://c-ares.haxx.se/c-ares-1.6.0.tar.gz
    tar -zxvf c-ares-1.6.0.tar.gz
    cd c-ares-1.6.0
    ./configure
    make
    make install
    curl
    Code:
    wget http://curl.haxx.se/download/curl-7.19.5.tar.gz
    tar -zxvf curl-7.19.5.tar.gz
    cd curl-7.19.5
    ./configure --enable-ares
    make
    make install
    libtorrent and rtorrent
    Code:
    wget http://libtorrent.rakshasa.no/downloads/libtorrent-0.12.5.tar.gz
    wget http://libtorrent.rakshasa.no/downloads/rtorrent-0.8.5.tar.gz
    
    tar -zxvf libtorrent-0.12.5.tar.gz
    cd libtorrent-0.12.5.tar.gz
    ./configure
    make
    make install
    
    tar -zxvf rtorrent-0.8.5.tar.gz
    cd rtorrent-0.8.5
    ./configure --with-xmlrpc-c
    make
    make install
    Now start up rtorrent and you shouldn't see this error anymore.




  2. To remove ads become VIP. Inquire about advertising here.
  3. #2

    Join Date
    Jul 2009
    Posts
    184

    Default

    very nice tutorial namean! I get that error all the time, it's nice to see someone other people using rtorrent I thought I was the only one who prefered SSH>GUI.

    I got one for ya, any idea how to get rtorrent to accept self-signed SSL keys?
    IE - tracker announces on https://tracker.l33tsite.net/announce.php
    I tried adding the self-signed keys into my own personal CA authority, this works for FF/iceweasel but not for rtorrent :(

    let me know if ya got any ideas

  4. #3

    Join Date
    Jul 2009
    Location
    USA
    Posts
    35

    Default

    Why would you be trying to use your own certificate? You want to accept and use the tracker's cert. I've never tired this before but check these out, RTorrent - ArchWiki or possibly HowTo: rtorrent & SSL certificates - /dev/null
    Last edited by namean; August 1st, 2009 at 12:23 AM.

  5. #4

    Join Date
    Jul 2009
    Posts
    184

    Default

    no not using my OWN certificate that I created, it's called a self-signed certificate, when a webmaster / admin makes his own certificate instead of buying one from godaddy / other CA providers. When they do this u get an error in web browser saying This Connection is Untrusted If you understand what's going on, you
    can tell Firefox to start trusting this site's identification.
    Even if you trust the site, this error could mean that someone is
    tampering with your connection. and u have to add an exception
    it works fine for FF / IE / web browsers, i've tried this tutorial, but if the site announces on https://tracker.site.net/announce.php then rtorrent doesn't seem to like it i did try something similar to that site where I added the sites SSL cert into my linux DB of cert's it worked fine for the browsers, I never added the 'exception' and the browser now accepted the ssl and went right to the site, rtorrent still said
    Peer certificate cannot be authenticated with known CA certificates



    even after I did that..

Similar Threads

  1. Replies: 2
    Last Post: March 15th, 2011, 02:27 PM
  2. Easiest high level tracker to manage a ratio on?
    By sporati in forum BitTorrent Discussion
    Replies: 56
    Last Post: March 28th, 2010, 01:14 AM
  3. Proxy connect error :offline (timed out )
    By Mr.Pirate in forum Help
    Replies: 5
    Last Post: August 23rd, 2009, 04:46 AM
  4. What tracker have the great speed on down?
    By kanibalo in forum BitTorrent Discussion
    Replies: 17
    Last Post: April 13th, 2009, 08:49 AM
  5. TorrentLeech timing out?
    By supertorrz in forum BitTorrent Discussion
    Replies: 8
    Last Post: November 3rd, 2008, 01:27 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •