Search results

  1. P

    DHT added in trackers - torrent errors

    I do have one problem that I hope you can help with? I have two users setup on my seedbox, user2 is working perfectly, however user1 has the following issue: Whenever a .torrent file is created in rutorrent it adds an additional tracker : Name Type Enabled Group Seeds Peers dht:// dht yes 1 0 0...
  2. P

    [SOLVED]Torrent list not yet available... nginx + php-fpm FreeBSD

    Quote : But rtorrent is running as it should then? Don't know. May be yes, may be no. This is a your system, right? Try to check this.
  3. P

    [SOLVED]Torrent list not yet available... nginx + php-fpm FreeBSD

    PHP isn't installed or isn't configured properly. Your web-server returns script body, instead of its running.
  4. P

    Rtorrent and Raspberry Pi

    Set your $topDirectory to your external mount point and set your download directory accordingly in your rtorrent conf, make sure user and webserver has correct perms.
  5. P

    Access to the rtorrent session directory

    the group also needs to be sticky, and umasks have to be appropriate.
  6. P

    Environment variables in config

    Hello guys, I googled Internet looking for an answer on my question, but I didn’t found… So I decided to ask it here. Is there a way to use environment shell’s variables inside a rtorrent’s config file? Let’s say I have defined env variable RTDBASE = /share/rtorrent/download . I would like to...
  7. P

    rutorrent timing out on large torrent list (7k+)

    1) ruTorrent doesn't intended for work with such large number of torrents. IMHO you must use SSH+rtorrent's console for that. 2) Anyway, try to use plugin 'httprpc'.
  8. P

    Cannot add torrent by file anymore

    Hi, I use ruTorrent for a few years now and recently I cannot add any torrent by file anymore. Magnets work but not torrent files. I get this message " Error : torrent cannot be add " (might not be the exact same message in english, I translate it). Unfortunally, logs do not work. log path is...
  9. P

    Toolbar buttons disappeared

    Clear cache. Press Ctrl-F5.
  10. P

    rutorrent errors

    just installed rotorrent+rutorrent on my pogoplug(p21) arch [30.04.2013 23:17:05] WebUI started. [30.04.2013 23:17:12] rTorrent user can't access 'id' program. Some functionality will be unavailable. [30.04.2013 23:17:12] Webserver user can't access 'stat' program. Some functionality will be...
  11. P

    rtorrent won't start torrents

    Try to use last versions of rtorrent (0.9.3) and ruTorrent (3.6).
  12. P

    uisettings.json

    Quote: Is this file somehow create automatically? Yes. This is settings of your UI. Quote : If so, maybe my permissions are wrong on my rutorrent dir. Or, may be, you simply hasn't this file yet. Try to change column size in the any table on UI and check file existence.
  13. P

    Bad response from server: (500 [error,getalltrackers])

    As saroos1 said, ~4000 is too much for the ui to handle in a responsive manner. Once I hit ~1000 I set up a new instance of rTorrent and create a new ruTorrent user to keep things running smoothly.
  14. P

    [SOLVED] Install rutorrent on apache and nginx as front end proxy

    Hi, I'm new here. I just installed rutorrent on debian, everything works fine but I have one problem here. I'm using apache for webserver and nginx as front end proxy. when I open my domain, exampe : http://domain.com I got the following errors : Code: [25.11.2013 10:33:53] Bad response from...
  15. P

    problem rtorrent

    uninstall the old cruft you have on your system.
  16. P

    Banned from Google Code

    Try to use proxy.
  17. P

    Apache & php-fpm & rutorrent & auth digest

    Hi, I've this box setup with Apache and PHP-FPM for a specific need. I also wanted to have rutorrent running on it, password protected, so I modified my /etc/apache2/sites-available/default like this: <Location /rut> AuthType Digest AuthName "rt" AuthDigestDomain...
  18. P

    check_port - port closed

    Yes, of course. Thank-you for your suggestion. I issued; Code: ip route -p add 107.20.89.142 tun0to the shell, where 107.20.89.142 is canyouseeme.org's ip address and tun0 is my vpn route. Port is no opening with a satisfying green tick.
  19. P

    screensheet via filemanager

    @randa56, I managed to resolve this error. This is due to incompatible version of ffmpeg in the main debian repos. Even all those tutorials you were trying use old versions. This plugin requires ffmpeg version 0.9.x or higher. Here are the steps I followed for debian 7/wheezy. Unfortunately this...