Search results

  1. L

    Limit simultaneous downloads/uploads

    It does not 100% do what they want. As when I set torrent 3-4 to throttle at 10kb download when torrent 1-2 are finished .. the throttle is still there .. so I manually need to set it to a higher throttle to get good download speed on those 2 torrents
  2. L

    Limit simultaneous downloads/uploads

    it isn't NEEDED you set globals based on total number of CONNECTIONS and then set max throttles for groups. The entire idea of per torrent quotas is out dated and absolutely wasteful
  3. L

    Full rtorrent log

    Why is it rutorrent doesn't display the full rtorrent log? Can it? I've had problems with incorrect directories etc. and to check whats wrong (why the torrents dont start) I always have to ssh into my server, screen -r, and press 'l' and check the log manually. Is this a limitation of the webui?
  4. L

    [create] - Missing "select source" button!

    Well I think that this is the best way to show you wat's goin' on on my server! =) I'll pass u the details next week! Thank you so far; And maybe we can leave this thread open and post the solvation for future-reasons... =)
  5. L

    [create] - Missing "select source" button!

    The one with the ability to read has the ability to press home an advantage! If u want it some more detailed...: php5.2.13-0.1.1 A command line of PHP? I'm only using the command line! Otherwise I would use windows! *grin* Anyway... I deleted rutorrent, downloaded it again and passed the fresh...
  6. L

    [create] - Missing "select source" button!

    The only answer you didn't get is a link to my plugin and u can be sure that I won't give it to anyone! -> No; It's actually not included in rutorrent! When u ask me for my "webserver logs" and I answer "The error.log doesn't bring up any warnings or errors!" you can be sure I'm not talkin'...
  7. L

    [create] - Missing "select source" button!

    The error.log doesn't bring up any warnings or errors! My plugin is deleted now.... Still i got an empty pulldown....
  8. L

    [create] - Missing "select source" button!

    plugin nso is the connection between my userlogin (based on PHP) and the php processes that rutorrent starts! It justs sets some flags! Sure I tried rutorrent as a standard install without "multiuser config" and without any plugin xept "rpc" and - what a surprize - it brings xactly the same...
  9. L

    [create] - Missing "select source" button!

    I wouldn't say I've modified it! I just coded a plugin and that need's the variable $torrentDataDirectory as the // comment beside it // says! My variable doesn't affect rutorrent in any way! =) Setting $topDirectory = '/'; doesn't change anything! Edit: pathToExternals = array( "php" =>...
  10. L

    [create] - Missing "select source" button!

    THX for joining this wonslung! Well here's an excerpt of one of the configs:
  11. L

    [create] - Missing "select source" button!

    OpenSuSe 11.1 Apache 2 Plesk 9.5.2 rtorrent 0.8.6/0.12.6 tutorrent 3.1 (_getdir*, autotools**, chunks, cpuload, create, darkpal, data, diskspace, edit, erasedata, nso, ratio, retrackers**, rpc, scheduler**, search, seedingtime, source, tracklabels, traffic**) rtorrent itself works, but I think...
  12. L

    rtorrent: Could not lock session directory

    Hi, when I wanted to refresh rutorrent webUI I got the message (bad link to rtorrent. Ceheck if it is really running) I can't find rtorrent through ps -A. When I want to start rtorrent I get this: Code: rtorrent: Could not lock session directory: "/home/downloads/rtor/.session/", held by...
  13. L

    rutorrent commands not sticking

    UBUNTU always works always perfect for me, so it should all work for him if he sets it up good I know Freebsd is better , but I am used to ubuntu (too lazy to try something else)
  14. L

    rutorrent commands not sticking

    wonslung and others - don't get me wrong by any means. I appreciate the help. I have used google. I have looked at the rtorrent site, and tried using CTRL-D myself to stop (or pause?) torrents... It doesn't seem to work. Same thing happens, the torrent seems to pause... er stop and then...
  15. L

    rutorrent commands not sticking

    Maybe we can get further if you could post us your rutorrent and rtorrent config. If you feel that you are having a knowledge deficite about rtorrent maybe you should have a look around their site. e.g. Code: http://libtorrent.rakshasa.no/wiki/RTorrentUserGuidePause/Stop equals Ctrl+D There...
  16. L

    rutorrent commands not sticking

    Well, did you check for the libs or not? I once had problems with it. I installed xmlrpc from svn but didn't care what was already on the system. Even though i had a "brand new" xmlrpc compiled while i was compiling rtorrent the compiler still took the old libs. Right now i have removed...
  17. L

    rutorrent commands not sticking

    You could check your system for libxmlrpc-c3 libxmlrpc-c3-dev Usually Ubuntu comes with v1.06.xx which is a little bit old. If you compile rtorrent --with-xmlrpc-c the presence of these libs alone can cause trouble if you don't point the compiler to the correct version. I do have xmlrpc...
  18. L

    apache errors, rutorrent crashes rtorrent

    isn't vhost also what I used i.e. as in the tutorial linked above? Could you please elaborate why and how I should use the file you linked? It differs from the one used in the tutorial in several instances. We are talking about /etc/apache2/sites-available/default, right?
  19. L

    apache errors, rutorrent crashes rtorrent

    I used the tutorial available from here: http://forums.rutorrent.org/index.php?topic=256.0 This is what I added to the apache conf file (nothing else, rest of the file can be seen at the tutorial linked above): Code: SCGIMount /RPC2 127.0.0.1:5000 servername localhost From this post...