Search results

  1. S

    help with rutorrent isntall

    Double check and maybe post your config concerning rpc and mountpoints. lighttpd, rutorrent and rtorrent.
  2. S

    rutorren + 2 versions rtorrent?

    I suggest making TWO rutorrent as well (different folders on the web-server, different ports+scgi). Don't think that using ONE rutorrent with TWO rtorrent is possible. Maybe wonslung or novik can proof otherwise, but i doubt it.
  3. S

    Trying to run 2.8 php/lighttpd issues

    First off I'm running CentOS 5, trying to run 2.8 of rutorrent. It was suggested to use Lighttpd on an alternate port 81, to avoid issues with my apache already running on 80. I installed Lighttpd with no issues to speak of until I got to php. When I run Code: yum install lighttpd-fastcgi...
  4. S

    Setup of SCGI port

    Hi, I don't really understand, i think I did everything you preconized but i still have the same issue. I setup scgi and xmlrpc as described in the documentation: http://code.google.com/p/rutorrent/wiki/Main I'll try to recompile xmlrpc in case i missed something. my config.php: Code: <?php...
  5. S

    3.0beta hangs on loading screen

    that's a pretty obvious error. you are missing the unzip binary. or the path in rutorrent/plugins/unpack/conf.php is wrong
  6. S

    3.0beta hangs on loading screen

    This is the second thread i've seen with someone on unraid having issues. I'm not sure what the issue is..i really hate unraid personally, so i don't use it. The first thing we need to check is: Remove all plugins, try again second, do you have php-cli third, do you have curl are they...
  7. S

    Can't get rtorrents watch_directory to work [SOLVED]

    you should use private sites anyways, they are much better.
  8. S

    Setup of SCGI port

    Hi everyone, I'm tring to install rutorrent 2.8 on my Debian Lenny. I have the following error while trying to connect rtorrent: Quote [...] Bad link to rTorrent. Check if it is really running. Check $scgi_port and $scgi_host settings in config.php and scgi_port in rTorrent configuration file...
  9. S

    Lighttpd always stops when logging in to rutorrent

    Quote infact,. looking at iti'm sure of it. you need to enable fastcgi and uncomment this part. Code: #fastcgi.server = ( ".php" => # ( "localhost" => # ( # "socket" =>...
  10. S

    3.0 beta pausing torrents

    Sorry to waste your time and thanks for the help wonslung! I think this was a problem with an earlier version of 3.0beta not saving the path in the session directory... or something similar.
  11. S

    3.0 beta pausing torrents

    Everything looks good permission/group wise. I had to set an absolute path in config.php to PHP and Curl... care to elaborate where to look?
  12. S

    Sockets VS Port

    Just want to say here, Im using sockets instead of ports, benefit is higher security, downside is performance, its not much higher security, and its not much slower, however you will notice the speed faster then security offcourse ;-) Only changed today to socket instead of port, also went...
  13. S

    Can anyone tell me how to install Rutorrent on CentOS?

    Code: #min_peers = 40 #max_peers = 100 #min_peers_seed = 10 #max_peers_seed = 55 #max_uploads = 15 #max_uploads_global = 100 #max_downloads_global = 150 download_rate = 0 upload_rate = 0 directory = ~/rtorrent/download/ session = ~/rtorrent/.session #schedule =...
  14. S

    Can anyone tell me how to install Rutorrent on CentOS?

    I keep getting this error: rtorrent: Error in option file: ~/.rtorrent.rc:3: Invalid start of name. When using the exact same configuration and setup. I am using Centos 5.3, with apache web server installed and sgi installed.
  15. S

    3.0 beta pausing torrents

    Just installed the latest beta from subversion and half of my torrents get paused, so I start them back up again and they promptly return to paused. Tryed another one of our users and ALL of his torrents were paused (seperate rutorrent directories, not using the new multi-user feature yet)...
  16. S

    AddTorrent feature's directory list is empty

    I think, i fix this error in r861, check.
  17. S

    AddTorrent feature's directory list is empty

    Quote Thanks, somus, for giving me assistance! OK, i think, we have something bad with ruTorrent code. Please, attach to your post 1) File rutorrent/share/users/tigereye/settings/rtorrent.dat 2) Output of command ls -Raln /share 3) Output of command ls -Raln [your rtorrent's session directory]...
  18. S

    AddTorrent feature's directory list is empty

    Quote I don't understand your point #1, but I do understand your #2. See screenshot. On it you may see 3 UI elements - edit,listbox and button. You can write directory name in that edit. Do this. Write /share/unsorted and press button. What do you see?
  19. S

    AddTorrent feature's directory list is empty

    Quote What I don't know yet (because I'm new to rTorrent/ruTorrent) is where this list is even looking. Does this list pull everything from the .rtorrent.rc's "directory=" directory? Or does it pull from the config.php's $topDirectory? Or perhaps from my .../www/share/users/tigereye/torrents...
  20. S

    The program 'rtorrent' is currently not installed.

    yes, i noticed that after i update my ubuntu last nite, this problem started to happen after the server reboot. all folder/files e.g info.php in /var/www does not appear in web anymore and all the rpc/scgi port i put in /etc/apache2/sites-enabled/000-default dissapear after the update. i am...