Search results

  1. L

    Apache Asking for HTPassword Twice

    scgi is the handler so in apaches config put your scgi mounts inside of /rutorrent and enclose /rutorrent with auth_digest (recommended) or basic Code: SCGIMount /rutorrent/username 127.0.0.1:port Code: AuthType Digest AuthName "ruTorrent" AuthDigestProvider file AuthUserFile...
  2. L

    Change Ownership on download?

    Is there any way to change the ownership settings of files downloaded by rtorrent? Currently I'm running it as a daemon on startup, but this means it runs a root even if I have it set to use my regular user account settings. For a variety of reasons I need the end result to be accessible...
  3. L

    customizing watch folders in rtorrent

    Before I continue, I just wanted to thank you for your assistance with this. I do Windows installs and build systems for people so I know how frustrating it can be sometimes to deal with people who have no clue what you are talking about. So thank you for putting up with this Linux noob OK...
  4. L

    customizing watch folders in rtorrent

    sorry, I misread your question a couple of posts back. rutorrent is installed here: /opt/share/www/rutorrent/
  5. L

    customizing watch folders in rtorrent

    yup, I get that. So how do I set the command line in the php? currently my config.php looks like this: Code: // configuration parameters // for snoopy client @define('HTTP_USER_AGENT', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; pl; rv:1.9) Gecko/2008052906 Firefox/3.0'...
  6. L

    customizing watch folders in rtorrent

    rtorrent is installed on my new Synology DiskStation DS411j. I followed this guide to get it all set up, and everything is running smoothly now (so far as I can tell) according to the guide, the program is run from /opt/etc/init.d/S99rtorrent PHP 5.2.17 (cli) (built: Jan 11 2011 22:42:18)...
  7. L

    customizing watch folders in rtorrent

    no idea what any of that is. guess I'll just stick with regular watch folders.
  8. L

    customizing watch folders in rtorrent

    I am using autotools. what exactly do i change so atuotools handles the watch folders and not rtorrent.rc? do I have to comment out the line in rtorrent.rc? I tried that, and then nothing worked. So how does autotools watch folder function work? where do I set the defaults?
  9. L

    customizing watch folders in rtorrent

    OK, so how do I get autowatch to work?
  10. L

    customizing watch folders in rtorrent

    Now that I think I have a handle on basic watch folder operation, I want to set up multiple watch directories using autotools, but so far this doesn't seem to be working. I am not sure what I am missing. I have Code: # Default directory to save the downloaded torrents. directory = /volume1/ #...
  11. L

    customizing watch folders in rtorrent

    [feeling very stupid now] I don't even know what that is edit: ok, I found (one of) my errors - a misspelling in my watch folder name. now watch folders are working, but they automatically start downloading. how can I get them to load in a stopped state? edit2: found a solution on another...
  12. L

    customizing watch folders in rtorrent

    ok, I installed the auottools plugin but so far nothing seems to be working. I checked the box to anable autowatch features and set the directory to watch as /volume1/downloads/torrents and left unchecked the start automatically button as my whole purpose here is to get torrents to load but not...
  13. L

    torrent size limit

    hi, thanks to take time to see this. I tried and I still have this problem. I don't think it's a php error because it's doesn't work with watchdir too. . .
  14. L

    torrent size limit

    Hi, Did you find a fix for your problem? I have exactly the same problem, I can not add torrents bigger than 1.6M, and I already try editing the php settings in the php.ini and through the .htaccess.
  15. L

    torrent size limit

    yes, i'd check your limits in php.ini. They can be a limiting factor.
  16. L

    How can I only allow say 10 concurrent torrents?

    See the first page of ruTorrent project. You *can't* use 0.8.7 with ruTorrent (and with another front-end for rTorrent). You *must* use stable 0.8.6, or current rtorrent svn.
  17. L

    How can I only allow say 10 concurrent torrents?

    network.max_open_files.set network.max_open_sockets.set
  18. L

    How can I only allow say 10 concurrent torrents?

    That netstat IS only showing the number of connections on ONLY the torrent port (notice PORT in the netstat commands, real port edited out) Also, active screenshot: That's not 100 connections! Lets do netstat again, just to be sure! netstat -ant | grep PORT | awk '{print $6}' | sort |...
  19. L

    How can I only allow say 10 concurrent torrents?

    I tested this and can say the following : * Torrents are loaded in STOP status * if you stop an torrent , a new one will start
  20. L

    How can I only allow say 10 concurrent torrents?

    @ peshua.. did you forget to post your reply