Search results

  1. L

    [newbie] Where to change settings, rtorrent, rutorrent or both?

    you're right. I'm running rtorrent over Ubuntu 12.04.
  2. L

    [newbie] Where to change settings, rtorrent, rutorrent or both?

    I'm serious, I don't know to gracefully stop it, besides rebooting...
  3. L

    [newbie] Where to change settings, rtorrent, rutorrent or both?

    One more thing: if I change .rtorrent.rc, I presume I will have to restart rtorrent so that the new settings are effective, right? How would I do that without rebooting?
  4. L

    [newbie] Where to change settings, rtorrent, rutorrent or both?

    Hi, If I want to adjust settings, should I just change them on rutorrent, on .rtorrent.rc, or should I apply the same changes to both? I'm confused... Thanks
  5. L

    Move all torrents at once - timeout problem

    Stop rtorrent, link current download directory to new directory, start rtorrent.
  6. L

    JS error + Rutorrent

    Hello, I have installed Rutorrent/rtorrent on Ubuntu 12.04. Rutorrent works fine but after 2-3 hrs starts giving error message JS error: [[ur l]htt p://xx.xx.xx.xx/rutorrent/js/stable.js[/ur l] : 183] Uncaught TypeError: Object has no method 'attr' How can I resolve this issue? Thanks
  7. L

    Couchpotato rules manager torrent label

    I currently have couchpotato adding torrents to rtorrent. However, the rules manager I set for incoming labels from couchpotato as 'CP' isn't changing the ratio group. The ratio groups only change when I set the label manually, not when the label is already there. Is there something I can do...
  8. L

    Help with user management with autodl-setup

    you need start it try the following ssh login as root type chmod 777 /var/run/screen login as each user and type screen rtorrent
  9. L

    Guide: How to create secure login for rutorrent

    Quote lucid now has rtorrent 0.8.6 but still old-stable xmlrpc but packages still suck, compiling your software is far better for your system agreed. you really need xmlrpc-c > 1.11
  10. L

    Guide: How to create secure login for rutorrent

    Quote if it is not compiled with xmlrpc-c it will not work period. edit: it seems the latest package of rtorrent on ubuntu FINALLY includes xmlrpc-c (per http://packages.ubuntu.com/lucid/rtorrent ) I think firefox might have a problem with digest authentication....for maximum support use...
  11. L

    Bad response from server: (500 [error,list]) on FreeBSD

    I was happily surprised that the RPC worked automagically, and that it does not make much difference in my server load (.9Ghz CPU, 256Mb RAM) -- I'm not running many torrents, though. I would have gone for it earlier if I knew that.
  12. L

    Bad response from server: (500 [error,list]) on FreeBSD

    Thanks a lot. I had installed the module from my distribution's packages, and couldn't compile it from source (dependency conflicts). Decided to go for the RPC plugin, which did the job.
  13. L

    Another user/permissions question.

    Thanks fellas. I actually set the umask in both the s99rtorrent startup file as well as the .rtorrent.rc, but all torrents would start in and stay in pausing mode. I tried with both files having that setting then just 1 of each of both files, but only when I removed those settings and restarted...
  14. L

    ruturrent error: Bad response from server: (200 [parsererror,list])

    Quote with the new version of php, plugin geoip stop working. Is you reinstall geoip extension for new version of php?
  15. L

    Problem With columns

    I did the upgrade through the svn and all problems are now fixed
  16. L

    Problem With columns

    For me, this problem has been fixed in the 'All' window of rutorrent, but when I click on one of the labels; the columns expand automatically again.
  17. L

    Problem With columns

    A Little more diagnostic info did another fresh install thought that had fixed it, but no still an issue now here is the weird part when you choose the option of all torrents no problem at all all the columns stay the correct width on refresh but as soon as you choose another option like...
  18. L

    Problem With columns

    Did try the upgrade and same issue sorry. I do have a few plugins installed. (Rpc, Tracklabels and erase data) Using Ie 8 I appreciate the quick response
  19. L

    Where does ruTorrent save torrents?

    check the .rtorrent.rc file for your user. This is file for settings. Anything you set in this file will be the default setup for rtorrent. If your server crashes or reboots, rtorrent (and by extension rutorrent) will use these settings. If you set a session directory, it will use a session...
  20. L

    Where does ruTorrent save torrents?

    this is why you set a session directory in your .rtorrent.rc all torrents are placed in the session directory. I normally use this method: directory = /home/wonslung/rtorrent/download/ session = /home/wonslung/rtorrent/.session/ but you can use any method you like.