Search results

  1. J

    rutorrent 3.1 multi-user bug? [SOLVED]

    cool, I have my seedbox(es) set up to automove complete torrents to a completed dir, so what i'd like to do is write a program which does the following: checks for newly "completed" downloads, scp's or rsync's or otherwise copies them to my server, unrares the files, if they are rar'd and sorts...
  2. J

    rutorrent 3.1 multi-user bug? [SOLVED]

    yah, I've been trying to learn ruby lately...it's fascinating.....i have a couple books but i haven't really had time to delve into it.
  3. J

    rutorrent 3.1 multi-user bug? [SOLVED]

    Quote No mate, I was hinting that I'm a developer - a lazy fucker - because I didn't bother to grep the source code. You are doing a great job, I honestly admire what you did with rutorrent. Lots of respect & kudos for your hard work! Chef is basically automating server configurations. You know...
  4. J

    rutorrent 3.1 multi-user bug? [SOLVED]

    i'm not sure which developers you are calling lazy....it's not the rutorrent developers. users who dont' read the wiki are lazy =) anyways, glad you got it working btw, what is "chef cookbook" other than something i use when i'm cooking up a storm in the kitchen?
  5. J

    rutorrent 3.1 multi-user bug? [SOLVED]

    Quote What I would like to know, is how does rutorrent know which user is logged in? Code: if(!isset($_SERVER['REMOTE_USER'])) { if(isset($_SERVER['PHP_AUTH_USER'])) $_SERVER['REMOTE_USER'] = $_SERVER['PHP_AUTH_USER']; else if(isset($_SERVER['REDIRECT_REMOTE_USER']))...
  6. J

    Bad response from server: (403 [error,getplugins])

    Quote ruTorrent doesnt use packages php5-curl, php5-sqlite, php5-dev and php5-xmlrpc. Package php5-geoip is used for plugin GeoIP only. Actually I only copy/paste packages show in the tuto. But thanks Novik, good to know! Code: apt-get install php5 php5-cgi php5-cli php5-common and for...
  7. J

    Bad response from server: (403 [error,getplugins])

    Quote Neither of the commands you provide return results. As the guide I used said to install php-cgi however: # which php-cgi /usr/bin/php-cgi # # php-cgi -v PHP 5.3.2-2 with Suhosin-Patch (cgi-fcgi) (built: Jul 18 2010 21:29:28) Copyright (c) 1997-2009 The PHP Group Zend Engine v2.3.0...
  8. J

    Bad response from server: (403 [error,getplugins])

    my guess is you have one or more of the following issues: improper webserver configuration old or improper version of php (centos is famous for this) missing command line php install. please give me the output of: Code: which php Code: php -v and post any webserver log errors
  9. J

    Value of "global max up/download rate" can't be saved

    Got it, thanks. Since I need some time to run all the plugin sucessfully, so only after that, I'll submit the Chinese translation to you
  10. J

    rtorrent 0.8.6-1 and rutorrent 3.1

    you need a newer version of pkg_config for your distro
  11. J

    rtorrent 0.8.6-1 and rutorrent 3.1

    did you install the openssl-dev libssl-dev package also?
  12. J

    rtorrent 0.8.6-1 and rutorrent 3.1

    Hi Why didn't you post on french part of this forum? To install rtorrent+rutorrent on synology nas, you only need to follow this wiki ++
  13. J

    Value of "global max up/download rate" can't be saved

    Hi: I just stumbled upon this amazing web-front of rtorrent few days ago, after reading all the howtos, tutorials, I successfully installed the rutorrent, and it runs OK. But soon, I found I can't save the global max up/download rate, the default value is "102400", and no matter what I change...
  14. J

    problems with 'right click' in firefox

    do you have left handed mouse settings?
  15. J

    rutorrent errors

    Thanks for the replys. @ gijsyo - I already have an apache web server and from what i've read its a bit tricky getting them to work together if at all but i have seen that tutorial and read what might be useful but i'll read over it again. And yes i add3ed the cgi-mount. @ rascalli - By config...
  16. J

    Tracker swarms not showing & large torrents stuck paused

    Quote My rtorrent.rc config file has min_peers = 30 max_peers = 200 With uploads set to -1 to use the same as when downloading Because flux uses more resources i changed to rutorrent so i could use my resources more but for some reason im using less now than when i had flux running Try to...
  17. J

    Tracker swarms not showing & large torrents stuck paused

    Quote from: Tracker: [Couldn't resolve host name] If it cant resolve the host name then how can it display the host name ? but then a few minutes later the error and the tracker url disappear and it returns to the green completed state I read that this can have to do with : max_open_files...
  18. J

    Tracker swarms not showing & large torrents stuck paused

    If you dont have it installed - then this is a *NOT* ruTorrent problem. This is a problem of rTorrent. For example, rTorrent's port is closed
  19. J

    Torrents not showing in rutorrent gui after loading

    trying to add a torrent direcly with rtorrent using the backspace key it comes up with this error in log file Transferred a partial file: I have just reinstalled curl to the latest version but havent rebuilt rtorrent or libtorrent so i guess this needs to be done to fix the error.
  20. J

    Torrents not showing in rutorrent gui after loading

    Hey stubs can you go into this solution more simlar issue I'm having can only start torrents by watch folder Permissions all seem fine but rtorrent isnt accepting the torrent using upload either through rutorrent or other rpc upload options