Search results

  1. J

    No Add,Delete torrent,etc buttons on webui

    Start rTorrent and ask your provider to upgrade to the latest version of ruTorrent, version 3.2 is nearly 3 years old.
  2. J

    No connection to rTorrent

    Hello everyone, probably this is the most posted question, but I didn't found any solution searching inside the forum. I have installed ruTorrent using the installation script, I chose Apache as webserver. However, when I try to open ruTorrent, I got this error message: Code: No connection to...
  3. J

    RuTorrent 3.5 - file selection drop-downs not working

    http://code.google.com/p/rutorrent/wiki/Plugin_getdir
  4. J

    RuTorrent 3.5 - file selection drop-downs not working

    http://rutorrent.googlecode.com/svn/trunk/plugins/_getdir/ E2A "plugin.description: This plugin provides the possibility of comfortable navigation on a host file system."
  5. J

    No connection to rtorrent ....

    Thank you so much..... it works using localhost:5000 I don't understand why my socket won't work though? I have chown it to my user and chmod 777 here is the permissions on the file srwxr-xr-x 1 x x 0 Jul 22 16:31 rtorrent.socket both rtorrent and nginx are run as user x
  6. J

    No connection to rtorrent ....

    I have read through the plugin pages for rpc and httprpc, the config section and I don't see where specifically i'm supposed to setup any of these plugins ? Or what should be different in my webserver config except not needing an /RPC2 section. I have tried with the /RPC2 section in nginx...
  7. J

    No connection to rtorrent ....

    alright... Can you point me to some info on how to use these plugins ?
  8. J

    No connection to rtorrent ....

    Code: $scgi_port = 0; $scgi_host = "unix:///home/x/rutorrent/rtorrent.socket"; // For web->rtorrent link through unix domain socket // (scgi_local in rtorrent conf file), change variables // above to something like this: // // $scgi_port...
  9. J

    No connection to rtorrent ....

    Ok, I fixed those issues, the problem still remains rutorrent complains rtorrent isn't running but it is... http://pastebin.com/fNn23iWD -- new config.php
  10. J

    "Port status unknown" and no listening port for DHT

    Simply buy the ticket. http://code.google.com/p/rutorrent/issues/detail?id=840#c1
  11. J

    No connection to rtorrent ....

    http://pastebin.com/NG8S31nx (config.php) http://pastebin.com/SUFpbYdf (.rtorrent.rc) http://pastebin.com/nEGv7Z52 (nginx.conf) http://pastebin.com/ceyPmP3K (php-fpm.conf) this is on FreeBSD 9 -- rtorrent is running but rutorrent refuses to connect to it, no errors in php-fpm.log or...
  12. J

    does rtorrent and rutorrent work with only ipv6 server

    no https://github.com/rakshasa/rtorrent/issues/59
  13. J

    RPC and HTTPRPC plugin on status "Not loaded"

    Yes, I have also added [rpc] enabled = yes to the plugins.ini file. This did not fix the problem.
  14. J

    rTorrent marking every torrent as "error"

    Title says it all really. I have rutorrent web interface installed (thanks to a guide posted on this site) but every torrent I download is marked as "error" after a few seconds (but continues downloading and works fine). It's just an aesthetic problem, but it's rather annoying. If anyone knows...
  15. J

    directory dropdown empty - not accessing watchdirs etc.

    Make sure webserver / user has correct perms set on the directory and they are both inside your $topDirectory path
  16. J

    Connecting with android app

    192.168.* is reserved for local / intranet use. You'll need to find your external IP (https://www.google.com/search?q=my+ip) and use that. You'll probably have to set up a port forward on your router to your internal webserver IP, for that consult it's documentation.
  17. J

    "Can't access id"

    Yes, I agree... I managed to solve this the following way: I guess part of the problem is that on machines running selinux the files under /tmp have file context = unconfined_u:object_r:user_tmp_t While the webserver = unconfined_u:system_r:httpd_t So setting to premissive disables that...
  18. J

    "Can't access id"

    I'm having the same problem with centos 6.4 and apache (tested with lighhttpd and also got the same result) example from error.log: Code: [Sun Oct 13 20:30:08 2013] [error] [client *.*.*.*] PHP Warning: file(/tmp/rutorrent-stats-1559851336525ae6b0c378b): failed to open stream: Permission...
  19. J

    Help with RSS filters

    Hey, I am trying to setup a simple filter. I want rutorrent to download the latest episode for a series automatically when it is released. Lets say that the new episode releasing this week will be Episode 6. How would I make it so, every week it downloads the latest episode, so this week...
  20. J

    Filter in RSS manager

    Change the min interval in rule (eg: 4 days for weekly show should work)