Search results

  1. L

    [SOLVED] RSS feeds plugin doesn't seem to load

    Attach screenshot of the full ruTorrent window (include ruTorrent status bar and browser title) with a opened 'plugins' tab.
  2. L

    [SOLVED] RSS feeds plugin doesn't seem to load

    Quote : So why in the world doesn't it show up like any other plugin? 1) Check 'canChange*' values in the plugins.ini. http://code.google.com/p/rutorrent/wiki/Plugins?wl=en#plugins.ini 2) Check ruTorrent log messages at the start
  3. L

    Rutorrent 3.5, what changed?

    I saw that this week has released version 3.5 of the Rutorrent, but did not see what has been updated or modified. Is there a post to report on what changes were made?
  4. L

    "rTorrent user can't access 'id' program" solution

    Thank you.. I just posted about this today before finding your post. This fixed it for me as well.
  5. L

    Can't access Settings: Warning: XMLRPC call is failed

    Hi I have installed rtorrent/rutorrent using this here. Whenever I click the Settings button in rutorrent, I can't access settings and I get this: Bad response from server: (500 [error,getsettings]) Warning: XMLRPC call is failed. I don't get errors with other menu buttons. One other thing, I...
  6. L

    ERROr 500 RUTORRENT 3.5

    Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, root@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error...
  7. L

    rtorrent and rutorrent with nginx setup

    su / sudo. Edit: Now that I think about it iirc Debian init scripts often have a user parameter. Might want to check that out.
  8. L

    Rutorrent bar enlarge by the time.

    Hi sorry i didnt search my problem because i am not english writer, i am fr. hard to me to find. So i have a trouble with the gui web. Its work nicely but there is something not good. My gui always enlarge alone, second after seconds the bar where is marked named ratio statut download upload...
  9. L

    Problem using rtorrent + rutorrent for multiple user

    Think the issue lies within your code Quote # name of screen session srnname="rtorrent"
  10. L

    upgrading rutorrent v3.0 to v3.5

    hi I've installed v3.0 from a tutorial, actually I'm new user for both of rutorrent and Linux " Debian " . So, is there any tutorial about upgrading ? and thanks
  11. L

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

    Let's be honest -- the documentation around rtorrent is abysmal. The options are largely undocumented (system.method.insert, anyone?) so it shouldn't be a huge surprise that there's a lack of mention of something. I can't recall where I read it, but I can confirm what pyroscope said...
  12. L

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

    As an update to the original issue, I set up a totally new user account and compiled a new version of rtorrent under that account. Using the exact same rctorrent.rc file, it now works. That seems to have solved the problem, but I'm still unclear as to how an apparent compile-time issue could...
  13. L

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

    Still looking for ideas, thoughts or suggestions.
  14. L

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

    Still looking for ideas, thoughts or suggestions...
  15. L

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

    Quote : The actual problem is the usual, stupid resume info in uploaded torrents, inserted by clueless uploaders. I don't think this is the problem. It manifests with 100% of the torrents, picked from at least 4 different private trackers. Over 3 dozen samples in total. I have a tough time...
  16. L

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

    I cannot get rTorrent to automatically start new torrents. I currently load torrents two different ways: via my watch directory: Code: schedule = watch_directory,5,5,load.start=~/watch/*.torrent manually via the backspace (not return) key In both cases, the load.start method is used...
  17. L

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

    Code: master_process on; worker_processes 4; # Ideally this should match the number of cores your server has! worker_cpu_affinity 0001 0010 0100 1000; #worker_cpu_affinity 0001 0010; worker_priority 0; worker_rlimit_nofile 8192; error_log logs/error.log...
  18. L

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

    But rtorrent is running as it should then?
  19. L

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

    Hi, I'm trying to setup rtorrent and ruTorrent in FreeBSD (FreeNAS jail). I've tried a numerous combinations of permissions and scgi_port but they all give me this error: nginx.conf Code: master_process on; worker_processes 4; # Ideally this should match the number of cores your...