Search results

  1. S

    problem with loading large torrent

    Thank you, it was nginx, increased file size to 2MB and it works now.
  2. S

    problem with loading large torrent

    did some testing, looks like if the .torrent file is over 1MB then it doesn't get loaded, if it's under, then it's ok. i assume this is either a rtorrent issue or nginx?
  3. S

    problem with loading large torrent

    It doesn't want to start, it behaves as it wasn't added at all. there are no "torrent was successfully passed to rTorrent" messages or any erorrs. I't a torrent from a private tracker, I can pm you which one exactly if you wan't.
  4. S

    problem with loading large torrent

    I'm using rtorrent 0.8.9 with rutorrent 3.3 (nginx as webserver) and I'm having problems with loading a large torrent, torrent is 210GB and the .torrent file 1.2MB there is nothing in the log, and it is also ignoring it if I add it to the watch folder. and the best part, everything works fine...
  5. S

    rutorrent and transdroid

    Managed to put it to work, same settings but i didn't changed the Port setting (Manually that is) but after Selecting the SSL and he changed it automatically. Works with WiFi and 3G ... anyway wierd issue but its working.
  6. S

    JS error On rutorrent webUI

    Hi , My rtorrent client is running on server but while opening the webUI i get the following error : [19.11.2011 17:57:20] JS error: [http://xxx.xxx.net/rutorrent/ : 7630] illegal character Any idea/help for this error ?
  7. S

    sync .torrents which are seeding to actual data

    Though it dosen't work sometimes. Thanks a lot.
  8. S

    Removing "Settings" and few other questions on adding users

    Hello, I'm new to this. Currrently running Ubuntu and I followed the guide here : http://forums.rutorrent.org/index.php?topic=608.0 which worked flawlessly. I have a few questions. 1. Since I am going to distribute the usage equally to a few users, I would like to restrict the "settings"...
  9. S

    2012-01-12 -- Error with the latest SVN version

    Hi Novik, Really sorry mate, i should have tested this all before i posted again. I caused the above few errors in my last post. I had changed the rutorrent dir (/var/www/rutorrent) to a custom dir. I didn't then update the line in the .rtorrent.rc file to reflect this change, therefore it...
  10. S

    2012-01-12 -- Error with the latest SVN version

    Hi Novik, Ok really sorry for the false alarm, however that didn't work. i rebooted the VPS a few times and its failing again I have also disabled every single plugin and still it is crashing.So i am a but stuck as to what is causing this problem. Have you got any more ideas? Is there a way...
  11. S

    2012-01-12 -- Error with the latest SVN version

    Hi Guys, Ok so i have found out which plugin is causing the issues. Its the Autotools plugin. When i disable this plugin i have no issues with rutorrent/rtorrent. Has this plugin been updated recently? I have the latest SVN version running. cheers.
  12. S

    2012-01-12 -- Error with the latest SVN version

    Thanks guys. let me test out and report back. cheers
  13. S

    2012-01-12 -- Error with the latest SVN version

    Hi Novik, thanks for the reply. Right. it is strange that when i change back to an older version of rutorrent it works. Is there anything i can provide you to help troubleshoot it? As this seems to be just an issue in the last few SVN releases. cheers.
  14. S

    Separate watch & completed directories.

    rTorrent hasnt "custom6". Only custom1-custom5. If you use ruTorrent then you must use named customs instead. Something like d.set_custom=varname,varvalue d.get_custom=varname
  15. S

    2012-01-12 -- Error with the latest SVN version

    Hi All, Not sure where to post this, so here it goes. I have setup my new VPS the other day. I am using the latest stable version of rtorrent (0.8.9) along with the latest SVN of rutorrent. So the issue i have been noticing is that rutorrent/rtorrent will run fine for a number of days then it...
  16. S

    Torrents pause after completing

    actually, I only need something like this: Code: system.method.set_key = event.download.finished,restart_things,???to auto-start torrents as soon as they are finished.
  17. S

    Torrents pause after completing

    latest = latest stable (rTorrent: 0.9.0/0.13.0) Apparently not as you do. Anything missing?
  18. S

    How to always create item directory

    Yes, It's possible. You must add in rtorrent.rc: Code: system.method.set_key=event.download.inserted_new,create_struct,"d.open= ; f.multicall=,\"execute={sh,/home/rtorrent/creator.sh,$f.get_frozen_path=,$f.get_path=}\"" Look the thread...
  19. S

    How to always create item directory

    http://code.google.com/p/rutorrent/wiki/PluginAutotools
  20. S

    Torrents pause after completing

    Hi I have an issue with rutorrent v3.3 and latest libtorrent/rtorrent as of today: After completely downloading a torrent, it gets paused and doesn't start seeding by its own, I have to manually click start to make it seed. Is there any way to fix this behaviour? My rtorrent.conf is basically...