Search results

  1. S

    Can't detect UID or rtorrent user

    1) Check dbg variables in conf/config.php Its must be setted to Code: $do_diagnostic = true; $log_file = '/tmp/errors.log'; 2) Paste here contents of /tmp/errors.log 3) Paste here additional info. Web-server's version, rTorrent version etc.
  2. S

    Can't detect UID or rtorrent user

    Probably, you have a not GNU compliant 'id' program. Try to put in console two commands Code: id -U and Code: id -g and paste here it's output.
  3. S

    Rpc or scgi? what am I using? :P

    Quote : As for the logoff plugin i saw it's not developed by you should i post about it in it's thread even though last post was from december 2010 or leave it be? On your wish. Quote : Last thing so i don't make another thread: on options --> bitorrent: IP/Hostname to report to tracker: is...
  4. S

    Rpc or scgi? what am I using? :P

    Quote that deletes the rpc.socket. is that true and if so what's that line? Don't know. I doesn't use something like this in the my system. All works correctly without any additional commands.
  5. S

    Rpc or scgi? what am I using? :P

    Quote Well make it run with (only >_> ) rpc This can't be done. ruTorrent can link with rtorrent via scgi gateway only.
  6. S

    Rpc or scgi? what am I using? :P

    Quote : I know it's commented out, If you use rpc or httprpc plugins then yes, it's must be commented. Otherwise 1) it must be uncommented 2) it must be configured properly. Quote : rpc plugin or scgi? both? Both. What do you want really?
  7. S

    Nothing up, nothing down

    Show your rtorrent conf file, please.
  8. S

    rTorrent and ruTorrent on 2 different machines.

    Is rss or autodl-irssi plugin going to work? If not, there is no point doing this for me.
  9. S

    rTorrent and ruTorrent on 2 different machines.

    I have a rTorrent client on a VPS server and I want to set up a ruTorrent webui on another server (different machine, different IP). Please don't ask why. I've been struggling with it very long, with no effects at all. It works, when I run rTorrent on the same machine as ruTorrent is running on...
  10. S

    Plugins not working - php / php-fcgi

    Any errors? System info?
  11. S

    Autotools partial move

    Hi Still had no luck finding a solution for the partial move. Is there any more details i could provide logs etc. Would it be inappropriate to to contact the author of the auto-tools plugin directly for a possible solution. Regards FT
  12. S

    Autotools partial move

    First of all, had lots of help from this forum in the past and this is the first time I have needed to post. So thanks for all the help. I have set up autotools to move completed downloads to directories that are symbolically linked to a separate raid array outside the root rtorrent directory...
  13. S

    rtorrent and rutorrent with nginx setup

    EDIT: I missed a forward slash in path for id & stat. Seems to be working fine now. So, how do I make rtorrent run under "torrentuser" everytime the system boots up?
  14. S

    Stops downloading shortly after pressing Start!

    Last week my folder for ruTorrent suddenly got wiped out when I have a lot of torrents in the list. Today I figured it out why and what have happend! Because it was happening again. When I added all my torrents I had checked in Don´t start the download automatically... Then at the evening I had...
  15. S

    Rutorrent on Debian 7

    Hi. First of all. I love Rutorrent I upgraded my Debian server from version 6 to 7. Rutorrent did not work after. I did get the error: rtorrent: symbol lookup error: rtorrent: undefined symbol: _ZN7torrent10ThreadBase8m_globalE After some testing I found out I had to remove : apt-get...
  16. S

    rTorrent won't start new torrents - added in [CLOSED] state

    Have you tried quoting the load_start? Like the following: Code: schedule = watch_directory,5,5,"load.start=~/watch/*.torrent"Also you could try using the full path (just in case) Code: schedule = watch_directory,5,5,"load.start=/path/to/watch/*.torrent"
  17. S

    Problem installing rutorrent.

    Yes. You may read documentation.
  18. S

    Problem installing rutorrent.

    Forget about mod_scgi and try to use plugins rpc or httprpc. http://code.google.com/p/rutorrent/wiki/PluginHTTPRPC