Search results

  1. S

    Rutorrent installed but can no longer use x2go?

    Hello. I'm using an Ubuntu 10.04 server and followed this excellent guide here for setting up rutorrent: http://forums.rutorrent.org/index.php?topic=256.0 The installation seemed to go fine, but i'm having one or two issues now that I was hoping someone might be able to help me with? Prior...
  2. S

    Install Errors

    explain your error. show an error code, a log, something
  3. S

    Problem install Rtorrent centos

    HI Each time encountered problems with the installation of components of a particular. Problem solved everything works, according to this guide - http://forums.rutorrent.org/index.php?topic=458.0 Had to move after installation dir /var/www/rutorrent to var/www/html/rutorrent and change some...
  4. S

    Problem install Rtorrent centos

    HI VPS centos-5-x86 In the beginning, very sorry for my weak english, I hope that will be understandable I tried all the guides and I can not run with rutorrent+rtoreent, best results according to this guide http://forums.rutorrent.org/index.php?topic=608.0 Only problem with XMLRPC stop...
  5. S

    The ever-so-common problem: Bad link to rtorrent

    change scgi_local to scgi_port scgi_local is for a unix socket.
  6. S

    The ever-so-common problem: Bad link to rtorrent

    Quote scgi_local = 127.0.0.1:5000 What this? Try to read wiki - http://code.google.com/p/rutorrent/wiki/MainInstall?wl=en#Rtorrent_Setup_and_Configuration
  7. S

    Apache Updates Broke rutorrent

    I have tried restoring a backup from 2 days ago. And I tried a fresh svn install of rutorrent, I still get the same error.
  8. S

    setting up rutorrent rss auto dl with seebox web ui

    when he says /webroot/ he means "whatever directory rutorrent is installed to"
  9. S

    Apache Updates Broke rutorrent

    I have had rutorrent running great for a few months now.. Last night I updated apache2 and now I get [12.10.2011 16:44:10] WebUI started. [12.10.2011 16:44:16] Bad response from server: (200 [parsererror,getuisettings]) <?php require_once( 'util.php' ); $fname =...
  10. S

    Can't make ruTorrent work on Debian+Apache2 in days.

    I have installed succesfully rtorrent on debian from the repos and I run apache. I can however no make rutorrent work in days. I installed from SVN. I can go to http://192.168.1.x/rutorrent but that circle loading thing is stuck there. I have no plugins installed on rtorrent. I tryied to...
  11. S

    nginx - How to browse to download directory through web browser

    Resolved Much Much simpler than what I thought.Just added an autoindex directive to config file
  12. S

    Need script to check if rtorrent is running or not

    This is why nowadays you use $() which is nestable, backticks are for old geezers unable to learn new stuff. BTW, if you use Unix domain sockets... RT_SOCKET=/var/torrent/.scgi_local # rTorrent * * * * * test -S $RT_SOCKET && lsof $RT_SOCKET >/dev/null 2>&1 &&...
  13. S

    nginx - How to browse to download directory through web browser

    Hi I was using Apache till today but because of performance issues, many people suggested me to switch to nginx. formerly I had added a symlink to my download directory : Code: ln -s /home/username/downloads /var/rutorrent/downloads and added this piece of code to apache config file : Code...
  14. S

    500 bad error getplugins

    I get error,getplugins getuisettings on the web portion and I did some googling around but not finding what I need I suppose. When I look in apache error logs I see this PHP Parse error: syntax error, unexpected T_DNUMBER in /home/user/public_html/rutorrent/conf/config.php on line 27...
  15. S

    [SOLVED] Problem with rutorrent/rtorrent automation

    Hi, I have scraped that script and just added the below line to .rtorrent.rc and it works perfectly. system.method.set_key = event.download.finished,upload_torrent,"execute={upload,$d.get_base_path=}"
  16. S

    [SOLVED] Problem with rutorrent/rtorrent automation

    Quote 1) I mean - command "log.execute=/tmp/exec.log" 2) If message "Download event action failed: Bad return code" has relation to your script, then this mean - your script was runned, but as result it return non-zero code. Check your script, add debug messages to it, for example. I see. The...
  17. S

    [SOLVED] Problem with rutorrent/rtorrent automation

    Quote Try to paste this command in the rtorrent console. With Ctrl-X. What happens? Okay, so I kept the screen open and downloaded something, the screen was giving me the following: Download event action failed: Bad return code. If that is relating to the script I am using, then how will I...
  18. S

    [SOLVED] Problem with rutorrent/rtorrent automation

    Quote Try to paste this command in the rtorrent console. With Ctrl-X. What happens? Okay I have done like you said but in putty screen, I inserted the command, but there wasn't any response or message?
  19. S

    [SOLVED] Problem with rutorrent/rtorrent automation

    I am using a seedbox, so have access to rutorrent, ftp, and putty, but not rtorrent directly?
  20. S

    [SOLVED] Problem with rutorrent/rtorrent automation

    Have tried this, but it doesn't create any log