Search results

  1. P

    Nothing up, nothing down

    Noob to ruT. Switched primarily because my seedbox provider uses it (in WebUI form). Been happily chugging along for months, everything smooth as silk. Now, as of yesterday, nothing U/Ls, nothing D/Ls. I added a dozen or so torrents, privately tracked, with plenty of peers listed. The kind of...
  2. P

    Plugin Disk Space ain´t working for me!

    Edit your $topDirectory in config.php Also large, blurry photographs do not make good examples, please take a screenshot in future
  3. P

    Plugins not working - php / php-fcgi

    Stop posting various junk. Try to read my comment yet once. Quote from: Yet once. THIS IS A NOT MY CODE. Download core and plugins from the projects page and clear browser cache before usage. You can read? Does you understand my english?
  4. P

    Plugins not working - php / php-fcgi

    >var plugin = new rPlugin( 'cpuload',4.+ Yet once. THIS IS A NOT MY CODE. Download core and plugins from the projects page and clear browser cache before usage.
  5. P

    Plugins not working - php / php-fcgi

    From your pastebin: var plugin = new rPlugin( 'loginmgr',4.+,'Novik','This plugin is used Plugin version must be a number. It can't be a strange sequence like '4+'. This is a not my code.
  6. P

    Plugins not working - php / php-fcgi

    You use a modified version of ruTorrent an it's plugins. Try to use normal installation, from the project downloads page.
  7. P

    Autotools partial move

    Sorry for resurrecting an old thread, but I've been searching for a solution to this problem for a while now. Move/Copy fails after it's moved a file over 4gb in size, despite there being plenty of resources available. [26.10.12 22:48:40] AutoMove: --- begin --- [26.10.12 22:48:40] AutoMove...
  8. P

    Connection error after attempted multi-user setup

    Hi there, I've been trying to make a multi-user Rutorrent set up. I've been following this guide: http://forums.rutorrent.org/index.php?topic=87.0. Everything was working before I started the multi-user stuff, so I imagine I've misconfigured something. I can login to Rutorrent with any of the...
  9. P

    almost all work but notification adding a torrent

    commenting try_files $uri =404; in my /etc/nginx/sites-available/rutorrent made it work now, though it's weird because on another server I got the same line uncommented and the notifications work well Code: location ~ .php$ { # try_files $uri =404...
  10. P

    almost all work but notification adding a torrent

    I dont have the green notification saying the torrent has been added, notifications work as when there are errors I got them in the log and in the red notifications. looking at my log I got a 404 error with addtorrent.php while the second parameter is success : Code: xxx.xx.xxx.xxx - me...
  11. P

    Problem using rtorrent + rutorrent for multiple user

    Quote : sudo rtorrent start You run rtorrent's binary from PATH. With a unnecessary parameter "start". Quote: /etc/init.d# /etc/init.d/rtorrent2 start Starting rtorrent: rtorrent. You run bash script from /etc/init.d Quote : /etc/init.d# rtorrent2 start You do something strange. If you...
  12. P

    Problem using rtorrent + rutorrent for multiple user

    Show *all* starter files. Without "[...]" or something else.
  13. P

    Problem using rtorrent + rutorrent for multiple user

    Quote : So, what am I doing wrong ? First of all, you use one screen name for two different rtorrent instances.
  14. P

    www-data +x sessions directory error

    Sorry, i miss this. Open file plugins/autotools/init.php and change line if( !strlen($session) || !is_executable(addslash(rTorrentSettings::get()->session))) to if( !strlen($session) || !@file_exists(addslash(rTorrentSettings::get()->session).'.') ) Is now all OK?
  15. P

    www-data +x sessions directory error

    No. For example, if /media/store1/torrents has drwx------.
  16. P

    Question about rutorrent and moving files

    https://code.google.com/p/pyroscope/wiki/RtControlExamples#Move_on_Completion If you add a ratio condition, you're there.
  17. P

    Error rtorrent down

    Restart rTorrent.
  18. P

    rTorrent won't start new torrents - added in [CLOSED] state

    If you follow the big red migration hint below that, you'll find an explanation, including a link to the migration script which is pretty much a full list of mappings from old to new.
  19. P

    rTorrent won't start new torrents - added in [CLOSED] state

    Because I know about the -I, -K and -D options of rtorrent, and method.use_deprecated, and DO know the source code of rtorrent.
  20. P

    rTorrent won't start new torrents - added in [CLOSED] state

    That is exactly the same, and load_start is the DEPRECATED form. The actual problem is the usual, stupid resume info in uploaded torrents, inserted by clueless uploaders.