Page 7 of 7 FirstFirst ... 567
Results 91 to 102 of 102

Thread: [How to] rtorrent & ntorrent

  1. #91
    Fat32 format of the harddisk?
    Try small torrents....

  2. #92
    No, ext3. I'll try and let you know.

  3. #93
    Hi.
    I figured out strange thing. When I start download, rtorrent says "Closed torrents due to low disk space error" as before. But after a while it finishes download, but the message stays (I know it because the downloaded file transfers from "work" directory to "target" directory and the file works).
    But rtorrent shows only the message without downloading progress????
    Edit: I tried nTorrent an it works ) I'm very happy. But I still don't understand the rtorrent's behaviour?
    Last edited by spigot; 16-10-2008 at 16:10.

  4. #94
    Hi.
    Another problem. I'm unable to get full download speed. I have about 20Kb/s per torrent and see max 15 seeders (trackers show 10223 seeders and more). I did all firewall configuration but without any success.
    And DHT shows nothing: 0 Seeders 0 Leechers, Last time: null.
    My rtorrent.conf:
    Code:
    #This is an example resource file for rTorrent. Copy to
    # ~/.rtorrent.rc and enable/modify the options as needed. Remember to
    # uncomment the options you wish to enable.
    scgi_port = 127.0.0.1:5000
    # Minumum amount of peers to connect per torrent, if available.
    min_peers = 20
    
    # Minumum amount of peers to connect per torrent.
    max_peers = 40
    
    # Same as above but for seeding completed torrents (-1 = same as downloading)
    #min_peers_seed = 10
    #max_peers_seed = 20
    
    # Maximum number of simultanious uploads per torrent.
    max_uploads = 5
    
    #max_uploads_global = 10
    #max_downloads_global = 30
    
    #max_open_http = 10
    #max_open_sockets = 128
    #max_open_files = 256
    
    # Global download rate in KiB. "0" for unlimited.
    download_rate = 0
    
    # Global upload rate in KiB. "0" for unlimited.
    upload_rate = 12
    
    # Default directory to save downloaded files. Note it doesn't support
    # space yet.
    #directory = /opt/share/torrent/work/
    directory = /tmp/mnt/disc0_3/torrent/work
    
    # Watch a directory for new torrents, and stop those that have been deleted.
    #schedule = watch_directory,5,5,load_start=/opt/share/torrent/dl/*.torrent
    #schedule = untied_directory,5,5,stop_untied
    schedule = watch_directory,5,5,load_start=/tmp/mnt/disc0_3/torrent/source/*.torrent
    schedule = untied_directory,5,5,stop_untied=
    schedule = untied_directory,5,5,close_untied=
    schedule = untied_directory,5,5,remove_untied=
    
    
    
    
    # Close torrents when diskspace is low.
    on_finished = move_complete,"execute=mv,$d.get_base_path=,/tmp/mnt/disc0_3/torrent/target;d.set_directory=/tmp/mnt/disc0_3/torrent/target"
    schedule = watch_directory,10,10,"load_start=/tmp/mnt/disc0_3/torrent/source/*.torrent,d.set_custom2=1"
    on_finished = set_done_var,d.set_custom2=
    on_erase = rm_files,"branch=d.get_custom2=,\"execute={rm,-rf,--,$d.get_base_path=}\""
    
    #schedule = low_diskspace,5,60,close_low_diskspace=1M
    
    # Default session directory. Make sure you don't run multiple instance of rtorrent using the same session directory. Perhaps 
    #using a relative path? session = /opt/share/torrent/session
    session = /tmp/mnt/disc0_3/torrent/session
    
    
    # The ip address reported to the tracker.
    #ip = rakshasa
    
    # The ip address the listening socket and outgoing connections is
    # bound to.
    #bind = rakshasa
    
    # Port range to use for listening.
    port_range = 51777-51780
    
    # Start opening ports at a random position within the port range.
    #port_random = no
    
    # Check hash for finished torrents. Might be usefull until the bug is
    # fixed that causes lack of diskspace not to be properly reported.
    check_hash = no
    
    # Set whetever the client should try to connect to UDP trackers.
    use_udp_trackers = yes
    
    # Alternative calls to bind and ip that should handle dynamic ip's.
    #schedule = ip_tick,0,1800,ip=rakshasa
    #schedule = bind_tick,0,1800,bind=rakshasa
    
    #
    # Do not modify the following parameters unless you know what you're doing.
    #
    
    # Hash read-ahead controls how many MB to request the kernel to read
    # ahead. If the value is too low the disk may not be fully utilized,
    # while if too high the kernel might not be able to keep the read
    # pages in memory thus end up trashing.
    hash_read_ahead = 5
    
    # Interval between attempts to check the hash, in milliseconds.
    hash_interval = 10
    
    # Number of attempts to check the hash while using the mincore status,
    # before forcing. Overworked systems might need lower values to get a
    # decent hash checking rate.
    hash_max_tries = 3
    
    safe_sync=yes
    
    # Max number of files to keep open simultaniously.
    #max_open_files = 128
    
    # Number of sockets to simultaneously keep open.
    #max_open_sockets = <no default>
    
    
    # Example of scheduling commands: Switch between two ip's every 5
    # seconds.
    #schedule = "ip_tick1,5,10,ip=torretta"
    #schedule = "ip_tick2,10,10,ip=lampedusa"
    
    # Remove a scheduled event.
    #schedule_remove = "ip_tick1"
    
    # Stop torrents when reaching upload ratio in percent,
    # when also reaching total upload in bytes, or when
    # reaching final upload ratio in percent.
    # example: stop at ratio 2.0 with at least 200 MB uploaded, or else ratio 20.0
    #schedule = ratio,60,60,"stop_on_ratio=200,200M,2000"
    #schedule = ratio,30,60,stop_on_ratio=200
    schedule = ratio,60,60,"stop_on_ratio=110,50M,300"
    
    # Encryption options, set to none (default) or any combination of the following:
    # allow_incoming, try_outgoing, require, require_RC4, enable_retry, prefer_plaintext
    #
    # The example value allows incoming encrypted connections, starts unencrypted
    # outgoing connections but retries with encryption if they fail, preferring
    # plaintext to RC4 encryption after the encrypted handshake
    #
    encryption = allow_incoming,enable_retry,prefer_plaintext
    
    # Enable DHT support for trackerless torrents or when all trackers are down.
    # May be set to "disable" (completely disable DHT), "off" (do not start DHT),
    # "auto" (start and stop DHT as needed), or "on" (start DHT immediately).
    # The default is "off". For DHT to work, a session directory must be defined.
    #
    dht = on
    
    # UDP port to use for DHT.
    #
    dht_port = 6881
    
    # Enable peer exchange (for torrents not marked private)
    #
    peer_exchange = yes
    
    #
    # Do not modify the following parameters unless you know what you're doing.
    #
    Any help?

  5. #95
    It's working but often i have this problem
    http://wl500g.info/showthread.php?p=116096#post116096
    please help!!

    i found something in russian but i don't understand anything could somebody translate it ??
    http://wl500g.info/showthread.php?t=14256
    Last edited by koper89; 20-10-2008 at 13:02.

  6. #96
    Finally got rtorrent working! It seems lighter than transmission.
    Still, I'm having two problems - dunno if are related or not.

    First I cant get more than 404 error with /RPC2 webserver (http://192.168.0.2:8082/RPC2, I have headstartII 'installed' for simplicity)

    But the most annoying it that I can't get rtorrent runing on the background.
    I have to manually start rtorrent and if I quit or close the SSH session (putty) it stops torrenting (seeding/downloadin). shouldn't it start auto on system reboot/restart?

    I haven't figure it out why... please, help!


    Edit: forgot to mention that ntorrent doesn't connect unless rtorrent is started manually and (ssh) open.
    Last edited by lourenco; 06-11-2008 at 15:12.

  7. #97
    hello

    rtorrent & ntorrent are now working fine, but have one question:
    is there an easy way to quickly change my global download and upload rate?
    i've limited the rate in my rtorrent.conf file. suppose I go somewhere for an hour or so and want to set my rate at full speed at meantime. what would be the easyest way to do it without manually editing rtorrent.conf file?

  8. #98
    You can do it on the terminal when you are connected via ssh.

    Just use the commands listet here under "Throtteling".

    Hope that helps.

  9. #99
    he he, I know, how to connect via ssh, but how do i enter then rtorrent?

  10. screen -r rtorrent does it for me

  11. #101
    if i put
    Code:
    schedule  =  Test,12:05:00,24:00:00,download_rate = 25
    in my /opt/etc/rtorrent.conf file, the rtorrent doens't start. what's wrong?

  12. #102
    Quote Originally Posted by sass View Post
    if i put
    Code:
    schedule  =  Test,12:05:00,24:00:00,download_rate = 25
    in my /opt/etc/rtorrent.conf file, the rtorrent doens't start. what's wrong?
    I just followed the instructions according to http://libtorrent.rakshasa.no/wiki/R...ngdownloadrate,
    so the command should look something like
    Code:
    schedule = throttle_1,12:05:00,24:00:00,download_rate=25
    schedule = throttle_2,24:00:00,12:05:00,download_rate=0
    Notice that seeding rules have changed in the latest version of rtorrent. I now use:
    Code:
    # Enable the default ratio group.
    ratio.enable=
    
    # Change the limits, the defaults should be sufficient.
    ratio.min.set=100
    ratio.max.set=110
    ratio.upload.set=20M
    Regards,
    Ecori

Page 7 of 7 FirstFirst ... 567

Similar Threads

  1. Replies: 28
    Last Post: 02-06-2013, 20:58
  2. Ipkg rtorrent Packet gesucht
    By FastJack in forum German Discussion - Deutsch (DE)
    Replies: 1
    Last Post: 23-10-2007, 17:37
  3. older rtorrent version
    By FastJack in forum WL-500gP Q&A
    Replies: 1
    Last Post: 23-10-2007, 09:40
  4. [How To] Oleg Firmware installeren.
    By Dragonar in forum Dutch Discussion - Nederlands
    Replies: 7
    Last Post: 08-05-2007, 18:34
  5. [HOW TO] Timeouts beim Laden von bestimmten Seiten beheben - MTU Problem
    By modnet25 in forum German Discussion - Deutsch (DE)
    Replies: 3
    Last Post: 03-09-2006, 10:55

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
  •