Search results

  1. D

    host a website on dedicated seedbox

    Well that's strange... Can you see that under public html there is actually an rutorrent folder with the necessary files? You can also as your seedbox support if what you want to do is possible. Since it is a seedbox, it is maybe configured to not support the normal webserver behavior. I can't...
  2. D

    host a website on dedicated seedbox

    Hi, thanks for trying to help. I tried that approach but unfortunately it won't dork. If I change the redirects in nginx conf then the site ip will work and direct to public html folder as it should but the rutorrent will stop working i.e. ip/rutorrent will give 404 Not Found.
  3. D

    host a website on dedicated seedbox

    Hi, I have a dedicated seedbox with root access, Ubuntu 12.04 (64-bit). Running rtorrent, ruTorrent webui, nginx, webmin. everything works good as far as torrenting. But I also want to be able to host a website. So right now if I go to my.ip.add.ress from browser ==> it'll ask for credentials...
  4. D

    Help with PCRE syntax

    I was wondering if anyone could help me. I am having problems working out the proper syntax to auto-download what I want. I am looking for dvdrips of 2012 movies. What would the proper syntax be? I can get the dvdrip no problem, but getting only 2012 movies is eluding me. Any help would be...
  5. D

    Bare minimum plugins?

    I see, thanks I've read both of them wiki pages. I still don't understand exactly what the _getdir plugin does. To which plugins does it the give possibility of comfortable navigation? In regards to httprpc is it "better" than mod_scgi or the RPC Plugin?
  6. D

    [SOLVED] Format for ipv4_filter.load file

    Check rtorrent console for that. ruTorrent hasn't access to it.
  7. D

    [SOLVED] Format for ipv4_filter.load file

    Try to check file rtorrent/doc/manual/ip_filtering.md
  8. D

    Bare minimum plugins?

    Hey guys, I've been trying to find some information on the following: What are the bare minimum plugins required to run rutorrent? Also can anyone shed some light on these 2 plugins? _getdir < not 100% sure on what this does, is it required? httprpc < is this better than mod_scgi?
  9. D

    Always in "Pause" state

    rtorrent.rc Code: min_peers = 40 max_peers = 400 download_rate = 0 upload_rate = 1000 directory = /usr/home/torrents session = /usr/home/torrents/session port_range = 6890-6900 port_random = no check_hash = yes use_udp_trackers = yes dht = auto scgi_port = 127.0.0.1:33333 Остальное всё по...
  10. D

    Always in "Pause" state

    Здравствуйте! Проблема та же. Некоторые торренты закачиваются нормально, например этот: http://rutracker.org/forum/viewtopic.php?t=3938084 А например вот этот переходит в паузу и не закачивается: http://rutracker.org/forum/viewtopic.php?t=4328359 FreeBSD 9.0. rtorrent-0.9.2_1 (из портов)...
  11. D

    Always in "Pause" state

    I'm pretty new to Linux, but this looks like exactly what I need. how does one create a "creator.sh" and what do you do with it once created?
  12. D

    Always in "Pause" state

    If all torrents start off in paused, it's because the download path doesn't exist or your rtorrent user doesn't have write access. If a torrent downloads fine but then goes to pause when it tries to seed, this is due a watch directory error. If most torrents worrk but SOME start in...
  13. D

    Using BT Legacy with rutorrent?

    So... There's no way around?
  14. D

    Using BT Legacy with rutorrent?

    Hi guys. So, BT Next is a portuguese tracker in which people are obliged to use their own client, BT Legacy. Their torrents are ".next" instead of ".torrent". Even if I try to rename them and add them to rutorrent, rutorrent detects the name, detects the file size, peers and leechers but it...
  15. D

    cyclic download behaviour with rtorrent

    Well, in all honesty I wouldn't go with 0.8.9. From what I seen and heard from others; 0.8.6 is still very much in use as well as 0.9.2 or 0.9.3. Then again, your rtorrent.rc could explain a lot as well as the hardware/specs your server is running on. I tend to run Ubuntu servers sometimes...
  16. D

    Re: Always in "Pause" state

    It's work! БОЛЬШОЕ ЧЕЛОВЕЧЕСКОЕ спасибо!!!
  17. D

    rTorrent, 'do not download' still creates files?

    Piece / Chunks overlapping file boundaries, not related to ruTorrent.
  18. D

    Traffic question

    Thanks for the explanation.
  19. D

    Traffic question

    I see two "DL"s and two "UL"s on the graph/legend. What do they mean? In the code I see them referenced as "this.oldDown" and "this.down". "this.up" and "this.oldUp". Did not see it documented anywhere. thanks
  20. D

    rutorrent can't connect to rtorrent (scgi is the prime suspect)

    You of course realise that the session folder holds all the currently loaded torrents and metadata and without them your client will be empty after restart. Try running rtorrent directly from the console, reload ruTorrent and check for connection. If it's there QQ rTorrent and: screen -S RUT-d...