Search results

  1. S

    Exclude files with certain file name

    Hello, I am new here and I used the search engine, but I couldn't find anything. I want to exclude some files from torrent creator. I have a dir called "-COMPLETE-" and a file called ".message" mktorrent must skip this, but I don't know how... I looked already for a foreach loop, but my tries...
  2. S

    File manipulation

    This is the workaround I've been using, but I would prefer the file to be actually moved and renamed, or at least something that I can do from the webgui itself.
  3. S

    File manipulation

    I have what I hope is an easy question, but I've had no luck finding an answer on my own. Let's say I've started a multi-file torrent that is going into a folder in my incoming directory. At some time before or after the torrent is complete, I want to move one of the files to another...
  4. S

    Capturing Regex for directory use

    Yes, of course.
  5. S

    Capturing Regex for directory use

    Try to use ${1}, ${2} etc.
  6. S

    Watch folder keeps pausing torrents

    Hi. Im having a strange issue. I use the watch folder feature in rtorrent, and when i add torrent files to the watch folder they startup fine, but after some time (maybe a couple of minutes) the torrent pauses and the torrent files are deleted from the watch folder. I can see after i add the...
  7. S

    rtorrent starting torrents stopped with "Bad return code"

    I never got a manual with the svn version, all I got was code and way too many plugins. https://code.google.com/p/rutorrent/wiki/Plugins#Uninstallation Found the part I needed here. I removed a great many plugins and my problem is solved. Would you like me to test each one to see which it was...
  8. S

    rtorrent starting torrents stopped with "Bad return code"

    1) no change 2) I thought this might be the problem as remove and delete from rutorrent doesn't delete the file anymore, just the torrent. I set the permissions to the /Downloads directory to 777 as a test and it had no effect. [edit: re-read what you said, 777'd rtorrent/share and then...
  9. S

    Toolbar buttons disappeared

    I cleared cache and pressed control F5 although it is still doing it
  10. S

    Guide: How to create secure login for rutorrent

    Quote First make the password file, you want to put it somewhere else other than in your webserver directory, like in /var/lib/apache2 or /etc/apache2/ or something The first command with the -c will create the file, put it in a dir, give it a name, assign the realm, then give a username...
  11. S

    Bad response from server: (500 [error,list]) on FreeBSD

    Something bad with your mod_scgi module. Recompile it or try to use plugin RPC.
  12. S

    Another user/permissions question.

    you've done something wrong somewhere. torrents only pause for these reasons: directory they are being saved to doesn't exist user doesn't have permissions to write to the directory bugged torrent
  13. S

    problems with adding new torrents

    Thanks randa, you have no idea how nice this is for us FreeBSD people. Basically, with FreeBSD you can create a jail for each user and completely lock them off from the rest of the system so if you have a multi user system you can, for instance, create 4-5 jails each with thier own ip and set...
  14. S

    problems with adding new torrents

    I tried to do this awhile ago...i forget exactly what the problem was but i remember that i eventually gave up. It would be very nice if we could figure this out as it would add a HUGE amount of security for multi user systems. maybe novik can speak on it. Novik, if you see this thread: Is...
  15. S

    problems with adding new torrents

    Does the folder have the right permissions set ?
  16. S

    Problem With columns

    I catch this situation. This can happen, if IE mark self as IE8, but still use IE7 rendering engine. You can download upgrade from svn.
  17. S

    Problem With columns

    I guess, your browser use old script files from cache (own or proxy). Clear it's cache
  18. S

    Problem With columns

    You need to upgrade to 2.8. This problem is solved in it.
  19. S

    xmlrpc-c issues

    Nevermind, I found the answer at the xmlrpc-c documentation: Xmlrpc-c comes with a few utility programs that you can use to diagnose problems or learn about XML-RPC or Xmlrpc-c. These programs double as examples of how to use the Xmlrpc-c function libraries. Because the utility programs are not...
  20. S

    xmlrpc-c issues

    Howdy, Im having trouble building a usable xmlrpc-c package from SVN- either the "stable" or "advanced" version. While make does not spit any fatal build error, the only binary created by current SVN is xmlrpc-c-config and nothing else. I build in ArchLinux with the following: ./configure...