Search results

  1. D

    Need script to check if rtorrent is running or not

    a simple solution would be to attempt to run rtorrent via cron every hour. it won't allow multiple instances to start, so you wouldn't have to worry about extra instances hogging up space. but something like, if [ ! `ps aux | grep `whoami` | grep -v 'SCREEN\|grep' | grep rtorrent` ]; then...
  2. D

    [Solved]rtorrent compile failure on xmlrpc-c test in ./configure

    call "svn info" on your xmlrpc-c workdir, then report back.
  3. D

    Problem with Apache performance

    any thoughts?
  4. D

    Problem with Apache performance

    Hi I am using rutorrent 3.2 with apache web server. I have setup Apache so that I can browse to my download folder using internet explorer(http and not ftp). and I download my files with internet download manager. I have a severe problem. when I start to download 3 files at the same time, I can...
  5. D

    500 bad error getplugins

    $scgi_port = 6890; $scgi_host = "127.0.0.1";
  6. D

    Intermittent tracker connection error

    Hi, i'm having a small issue with rutorrent gui, i noticed this intermittent Error : Tracker: [Couldn't connect to server] however the tracker that it cries about not being able to connect, gets stats updates(up/down speeds, seeding time etc.) without issues. i've ran netcat against against...
  7. D

    Weird problem

    I used brocks script to setup rutorrent but not im getting this error, Bad response from server: (500 [error,getuisettings]) <?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html...
  8. D

    [SOLVED] Problem with rutorrent/rtorrent automation

    Don't know. You may try to use view.set_visible=rat_8 after load operator in the watch shedule and set default ratio to 2 in the plugin ratio.
  9. D

    [SOLVED] Problem with rutorrent/rtorrent automation

    Re: Problem with rutorrent/rtorrent automation « Reply #10 on: January 18, 2012, 06:38:01 am » Quote Quote how do I run the following command when download finnishes: See to your first posting. /home/****/upload/wrapper - script path $d.get_chunk_size= - chunk size $d.get_base_path= - main...
  10. D

    [SOLVED] Problem with rutorrent/rtorrent automation

    Quote how do I run the following command when download finnishes: See to your first posting. /home/****/upload/wrapper - script path $d.get_chunk_size= - chunk size $d.get_base_path= - main torrents folder.
  11. D

    [SOLVED] Problem with rutorrent/rtorrent automation

    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.
  12. D

    [SOLVED] Problem with rutorrent/rtorrent automation

    Try to paste this command in the rtorrent console. With Ctrl-X. What happens?
  13. D

    [SOLVED] Problem with rutorrent/rtorrent automation

    1) Try this: system.method.set_key = event.download.finished,upload_torrent,"execute={/home/****/upload/wrapper,rtorrent,$d.get_chunk_size=,$d.get_base_path=}" 2) Add to the begin of .rtorrent.rc (before event.download.finished handler) command log.execute=/tmp/exec.log download torrent and...
  14. D

    connection to rtorrent not established

    Thanks,I installed that plugin,deleted lock file and restarted rtorrent....it ran for few min and now it shows same error again
  15. D

    connection to rtorrent not established

    Quote 1) Check rtorrent process - is it really running. 2) Configure mod_scgi module for your web-server or use ruTorrent plugins rpc or httprpc. checked rtorrent,it is running...can u give install code for httprpc plugin Thanks
  16. D

    connection to rtorrent not established

    Hi friends, I love this forum,most of times I find answers by search button here,but this time,I tried all the ways with out any help Being a noob,I Installed rutorrent from brocks 1 line script that worked amazing as usual,but I frequently get error "No connection to rTorrent. Check if it is...
  17. D

    Server Requirements And...

    Quote Yes. You must add line scheduler.max_active.set=number to .rtorrent.rc of each user. actually this and the memory usage that i'm curious about.. Thank you (where's the thanks button?)
  18. D

    Server Requirements And...

    Thank you I saw the multi user setup here http://forums.rutorrent.org/index.php?topic=256.0 which means i just have to install rtorrent and rutorrent one time and then just add a user (my causin, a friend, etc) am i right? And one question i haven't figure out on your answer.. Can we limit how...
  19. D

    Server Requirements And...

    Hello everyone, Want to buy vps and searching for these questions in search engine and on this forum but haven't found the answer. (I hope this is the right board to ask and thanks in advance). 1. I'm planning to install rutorrent in ubuntu or debian what's the minimum server requirements...
  20. D

    Creating Torrents

    Hello I've just installed rutorrent, but actually I'm not sure if I did everything or everything correctly (I can't seem to find an install guide for rutorrent itself?). Basically what I did is grab the utorrent and plugins tarballs from the downloads page, put it in my web directory and put...