Search results

  1. S

    rutorrent on readonly filesystem

    Hello! I run ruTorrent on Voyage, which is a Debian derived OS for embedded devices. My web server is Apache2 and I have PHP5 installed. I use /var/www for rutorrent as install directory. The download user is called copycat, the download directory, which is a rw filesystem, is mounted under...
  2. S

    uploading issues - rutorrent

    Awesome, that worked a treat. I have been tweaking the config in rutorrent but it doesn't seem to have had any effect. This now is seeding correctly as it should have done originally. Thanks for the swift answer
  3. S

    uploading issues - rutorrent

    I disabled a bunch of plugins and while those options have now been removed from rutorrent, the torrents will revert back to finished when started. I have restarted rtorrent to see what settings it pulls across from the config file. Things that could be wrong? Permissions? it should be running...
  4. S

    How to install rtorrent rutorrent ? (nginx php-fmp) debian

    http://mondedie.fr/viewtopic.php?id=5399
  5. S

    Help migrating

    It's stored in your session directory as <HASH>.torrent.rtorrent files. If your paths are the same on the new server just stop rtorrent and rsync over then entire session directory contents excluding rtorrent.lock. Chown if needed and restart your rtorrent, should be good do go.
  6. S

    uploading issues - rutorrent

    Hi, I am new to Linux so I am a bit stuck with what is happening and why my torrents aren't uploading. I have utorrent on my pc and in the same time period it will upload 10GB, my raspberry pi with rutorrent will do 500Mb. It seems to be stopping all of the uploads at about 0.010 and then it...
  7. S

    need help: system.method.set_key = event.download.finished,

    State the software versions you use. Also, make sure the Perl script works from the shell.
  8. S

    need help: system.method.set_key = event.download.finished,

    Try it like this system.method.set_key = event.download.finished,upload_torrent,"execute={/home/upload.pl,$d.get_name=}"
  9. S

    Why does rutorrent change my upload limit from 0 to 102400 kb/s?

    https://code.google.com/p/rutorrent/wiki/PluginThrottle?wl=en#Some_non-obvious_points
  10. S

    [SOLVED]Revision > 2484 issues

    Code: $pathToExternals['unrar'] = '/usr/local/src/rar/unrar'; // Something like /usr/bin/unrar. If empty, will be found in PATH.
  11. S

    [SOLVED]Revision > 2484 issues

    All good except for the path left in unpack/conf.php
  12. S

    [SOLVED]Revision > 2484 issues

    Code: PHP Warning: opendir(/var/www/rutorrent/share/users/kolor/settings/tasks/): failed to open dir: No such file or directory in /var/www/rutorrent/plugins/_task/task.php on line 229 PHP Parse error: syntax error, unexpected T_OBJECT_OPERATOR in...
  13. S

    Please explain why port_check does not work without opcache

    I have successfully set up rtorrent+rutorrent on a Debian 7 and a Linux Mint 16 i386 system and the former has been in use for quite some time. So with the fresh installation of Linux Mint 17 64bit on another machine I set about compiling the latest libtorrent, xml-rpc, and rtorrent and...
  14. S

    Set global up/down rates from main screen?

    Added in beta 3.0 (right click on front-end's status bar).
  15. S

    Server load and disk usage

    there are a few sections in the forum which would fit the bill. plugins plugin development hacks and mods and that's just off the top of my head.
  16. S

    Server load and disk usage

    i think the best bet, if someone did this, would be to make it refresh every 5 seconds or so. Ideally, for people who run multiple users, it would be better to have this as a separate page....then it could just be added in a tab. This would prevent having 5 users calling df and uptime every...
  17. S

    Server load and disk usage

    uptime works in linux as well. So adding this via php should be as simple as Code: <?php $uptime = exec(&#39;uptime&#39;); echo $uptime; ?> but i don't know anything about REALLY doing it...i am no programmer
  18. S

    Server load and disk usage

    actually on freebsd it's quite simple to access the info, though i'm not sure how they do it in linux. in freebsd you simply type "uptime" I will look into how it is done with linux, i'm pretty sure it's pulled from somewhere in /proc
  19. S

    Plugins to update SVN

    updating via SVN normally done via terminal, was wondering if that is possible to have that done via rutorrent interface.
  20. S

    Resolve peer hostnames

    Quote : geoip description on wiki Wiki contents has relation to version 2.8. Quote : Why not enable both variables to true so that country AND hostname are resolved by default. If php-geoip does not exist, then only hostname would be resolved by default. Because reverse DNS is very slow on...