LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 12-09-2013, 04:43 AM   #1
postcd
Member
 
Registered: Oct 2013
Posts: 527

Rep: Reputation: Disabled
rtorrent failing to download one particular torrent - debuging


Hello,

my "rtorrent" under linux CentOS (RHEL) works and download torrents, but one particular torrent not. It checks thru trackers, but dont download anything, please can anyone help on how to debug what is the issue?

The total size of files in torrent is 200GB, i have VPS which i can resize up to this size when needed. This is one cause that comes to my mind.

Another is that most trackers shows: Focus: no Enabled: yes Open: no


Code:
*  Name
*              0.0 / 207177.4 MB Rate:   0.0 /   0.0 KB Uploaded:     0.0 MB [ 0%] --d --:-- [T  R: 0.00]
* Tracker[9:9]: Connecting to http://tracker.publicbt.com/announce
Info:
Code:
Chunks:           0 / 12949 * 16777216
Transfer list  Priority:         2
               Peer exchange:    enabled active (0/8)
               State changed:     0:08:25

               Memory usage:          0.0 MB
               Max memory usage:   3276.8 MB
               Free diskspace:    79824.1 MB
               Safe diskspace:      512.0 MB

               Connection type:  leech
               Choke heuristic:  upload_leech, download_leech, 0
               Safe sync:        no
               Send buffer:        0.0 KB
               Receive buffer:     0.0 KB
               Throttle:         global

               Upload:             0.0 KB /   0.0 KB
               Download:           0.0 KB /   0.0 KB
               Skipped:            0.0 KB /   0.0 KB
               Preload:          0 / 0 / 0
Trackers:
Code:
Trackers: [Key: 482bd774]
Peer list       0: udp://tracker.1337x.org:80/announce
                   Id:  Focus:  no Enabled: yes Open:  no S/L: 0/0
Info            1: udp://tracker.publicbt.com:80/announce
                   Id:  Focus:  no Enabled: yes Open:  no S/L: 0/0
File list       2: udp://tracker.openbittorrent.com:80/announce
                   Id:  Focus:  no Enabled: yes Open:  no S/L: 0/0
Tracker list    3: udp://fr33domtracker.h33t.com:3310/announce
                   Id:  Focus:  no Enabled: yes Open:  no S/L: 0/0
Chunks seen     4: http://exodus.desync.com:6969/announce
                   Id:  Focus:  no Enabled: yes Open:  no S/L: 0/0
Transfer list   5: udp://tracker.istole.it:80/announce
                   Id:  Focus:  no Enabled: yes Open:  no S/L: 0/0
                6: udp://tracker.istole.it:80/announce
                   Id:  Focus:  no Enabled: yes Open:  no S/L: 0/0
                7: http://tracker.istole.it/announce
                   Id:  Focus:  no Enabled: yes Open:  no S/L: 0/0
                8: udp://tracker.publicbt.com:80/announce
                   Id:  Focus:  no Enabled: yes Open:  no S/L: 0/0
                9: http://tracker.publicbt.com/announce
                   Id:  Focus: yes Enabled: yes Open: yes S/L: 0/0
Please can anyone advice on what to do to find why nothing being downloaded?

On my Windows computer this torrent has many seeds and peers

Last edited by postcd; 12-09-2013 at 04:45 AM.
 
Old 12-10-2013, 01:35 AM   #2
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Quote:
Originally Posted by postcd View Post
The total size of files in torrent is 200GB, i have VPS which i can resize up to this size when needed. This is one cause that comes to my mind.
Could check (don't know the value though: see the documentation) if rtorrent tries to pre-allocate files and turn that off?


Quote:
Originally Posted by postcd View Post
Please can anyone advice on what to do to find why nothing being downloaded?
Also check if DHT is on: 'grep ^dht ~/.rtorrent.rc' and if it isn't enable it. I also check torrents for DHT and add a dht:// line if there isn't any.

Also check its log lines for any clues. If you need more nfo you can try adding "handshake_log=yes" to your config.
 
Old 12-10-2013, 11:36 AM   #3
postcd
Member
 
Registered: Oct 2013
Posts: 527

Original Poster
Rep: Reputation: Disabled
Question

unSpawn:

thanks, but its not solved. i added "system.file.allocate.set = no" and also i red its by default this way. But this did not fixed issue.

Then I did: grep ^dht ~/.rtorrent.rc
and it did not returned anything, so i tried to add line:

dht = auto
and after that
dht = on

but when it was there, torrent did not started automatically, but shown as [closed], after starting, when connecting to trackers, it says:
Unable to connect to UDP tracker

"Trackers: [Key: 650ace89]
Peer list 0: udp://tracker.1337x.org:80/announce
Id: Focus: no Enabled: yes Open: no S/L: 0/0
Info 1: udp://tracker.publicbt.com:80/announce
Id: Focus: no Enabled: yes Open: no S/L: 0/0
File list 2: udp://tracker.openbittorrent.com:80/announce
Id: Focus: no Enabled: yes Open: no S/L: 0/0
Tracker list 3: udp://fr33domtracker.h33t.com:3310/announce
Id: Focus: no Enabled: yes Open: no S/L: 0/0
Chunks seen 4: http://exodus.desync.com:6969/announce
Id: Focus: yes Enabled: yes Open: yes S/L: 0/0
Transfer list 5: udp://tracker.istole.it:80/announce
Id: Focus: no Enabled: yes Open: no S/L: 0/0
6: udp://tracker.istole.it:80/announce
Id: Focus: no Enabled: yes Open: no S/L: 0/0
7: http://tracker.istole.it/announce
Id: Focus: no Enabled: yes Open: no S/L: 0/0
8: udp://tracker.publicbt.com:80/announce
Id: Focus: no Enabled: yes Open: no S/L: 0/0
9: http://tracker.publicbt.com/announce
Id: Focus: no Enabled: yes Open: no S/L: 0/0
"
But the first message before first tracker: unable to connect hostname

Please any idea?

ps: handshake_log is inproper variable, rtorrent fails to start

"l" command shows empty log.

Last edited by postcd; 12-10-2013 at 11:38 AM.
 
Old 12-10-2013, 01:34 PM   #4
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Quote:
Originally Posted by postcd View Post
(..) after starting, when connecting to trackers, it says:
Unable to connect to UDP tracker
Check if your firewall isn't blocking anything, try to resolve the trackers host name, see if you can (tcp?)traceroute to it else disable the first tracker and trigger a request ("t" or capital "T"). Watch output, rinse, repeat. If you don't have any trackers left (I notice you didn't add a dht:// line) then add some regular trackers and see if that works.
 
  


Reply

Tags
rtorrent, torrent



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] rtorrent: How to NOT download a file in the torrent? seflyer Linux - Software 3 03-11-2012 12:48 AM
LXer: Ubuntu 10.10 LAN Torrent Seedbox With Avalanche-rt, Lighttpd, Rtorrent, Vsftpd And Samba LXer Syndicated Linux News 0 04-20-2011 08:10 AM
rTorrent wont download w00ly Linux - Software 1 09-14-2010 05:59 PM
LXer: Headless torrent downloads with rTorrent and Screen LXer Syndicated Linux News 0 06-12-2008 07:00 PM
rtorrent import torrent Caysho Linux - Software 0 11-18-2007 06:46 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 02:55 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration