Search results

  1. S

    How to set up rutorrent 3.0 with multi-user support

    that doesn't sound right.... are you SURE?
  2. S

    How to set up rutorrent 3.0 with multi-user support

    yah, word up, i totally fixed it thanks to your post.
  3. S

    How to set up rutorrent 3.0 with multi-user support

    to get networking working, it depends on how you set up your jails If you are using public ips it's much easier. (this would be if you had multiple public ip's and you did alias's) Otherwise, you need to use pf and nat, which is much harder. I'd be glad to help you with either method, though...
  4. S

    How to set up rutorrent 3.0 with multi-user support

    I still have the old one, maybe you can post teh new one
  5. S

    How to set up rutorrent 3.0 with multi-user support

    this is a good guide on how to setup rutorrent for multi-users but don't you think you should explain how to start up every users rtorrent after the server has been rebooted? or if rtorrent crashes? here's how to do it: Quote What I did is the following in crontab . 1. login with the user...
  6. S

    Installing rtorrent / rutorrent on CentOS 5 (i386)

    i will find another way to solve this problem in the nearest future.
  7. S

    Installing rtorrent / rutorrent on CentOS 5 (i386)

    this plugin works but i think we need to still buy novik an ipad, even though he doesnt' want one =) even with this plugin rutorrent is quite awkward to use, mainy due to how scrolling works. If you only have a few torrents running, its no problem but if you are like me with 100 running it's...
  8. S

    Installing rtorrent / rutorrent on CentOS 5 (i386)

    ahh, that's too bad, it's a wonderful device =)
  9. S

    Installing rtorrent / rutorrent on CentOS 5 (i386)

    No Mate, I got it for free from my phone operator by signing up the contract with them. lol hth0923
  10. S

    Installing rtorrent / rutorrent on CentOS 5 (i386)

    Due to people reporting problems, I have just run through a complete install on a new Centos 5.9 i386 image download. Everything works as I documented. The only confusion could possibly be surrounding the initial package selection. The only checked items I included were as follows :- Base...
  11. S

    Installing rtorrent / rutorrent on CentOS 5 (i386)

    look I firstly unzip or untar rtorrent-0.9.3 and then enter into that directory. Then I used following command to config file Code: ./configure CC=/usr/bin/gcc44 CXX=/usr/bin/g++44 --prefix=/usr --with-xmlrpc-c after that i used make command inside the rtorrent-0.9.3 directory which is not at...
  12. S

    How to get auto-tools working properly

    I got it partially working Quote [11.04.12 13:59:23] AutoLabel: --- begin --- [11.04.12 13:59:23] AutoLabel: enabled : 1 [11.04.12 13:59:23] AutoLabel: template : "{DIR}" [11.04.12 13:59:23] AutoLabel: get_directory : /media/server/media/default/ [11.04.12 13:59:23] AutoLabel...
  13. S

    How to get auto-tools working properly

    Could someone help me with auto-label? The folders are loading properly and completing as expected, however, the full path destination is being labeled instead of just the ending "variable". Thanks if someone can find my error! Code: directory = /home/server/torrents/torrent/seed...
  14. S

    How to get auto-tools working properly

    it should work...mine works....
  15. S

    How to get auto-tools working properly

    I have to do a mount of the path where the torrents are moving to ? as source ? what does that mean ? Thanks !
  16. S

    How to get auto-tools working properly

    Wonslung; Does "Unpack" work first or does AutoMove (from AutoTools) work first in the process? I'm wondering because I'll have partially unpacked media in my final "completed media" folder. Just wondering what the issue could be. Also where are logs for these plugins' actions typically sent...
  17. S

    How to get auto-tools working properly

    glad to hear it =)
  18. S

    How to get auto-tools working properly

    I have all of the autotools enabled and configured but it is not picking up any of the torrent files I have. I believe I am using php cli. Here is the output of 'php -v' Code: PHP 5.2.12 (cli) (built: Jan 1 2010 11:17:49) Copyright (c) 1997-2009 The PHP Group Zend Engine v2.2.0, Copyright...
  19. S

    How to get auto-tools working properly

    exactly. The only reason you don't see the EXACT same issue with utorrent, is utorrent has special code to keep the torrent from every "stopping" as far as the tracker is concerned, it's the same "connection" unfortunately, this is going to be difficult with rtorrent, but ultimately it's not...