Search results

  1. J

    error rutorrent centos need help

    It doesn't seem as if you enabled the remi repository. You shouldn't mix RPMForge and EPEL. Uninstall remi and epel, then download the installer and comment out the line that includes the httprpc plugin and re-install.
  2. J

    ruTorrent + SCGI + https

    Quote Does anyone knows I can I protect this? Make sure your RPC mounts are inside a location which requires authorisation So either make sure that authorisation is required at root level using something like this Code: <Location /> Require valid-user : : etc... Or change your...
  3. J

    Changing Default Dirs for rutorrent and rtorrent

    Hi All, I want to change the default folders in my install. I used the following guide to install it all. http://forums.rutorrent.org/index.php?topic=608.0 This is my Config of my rtorrent Code: scgi_port = 127.0.0.1:23876 encoding_list = UTF-8 umask = 022 port_range = 23877-23877 port_random...
  4. J

    using rtorrent 0.8.7 with rutorrent

    ruTorrent v 3.2 doesn't support unstable version of rTorrent 0.8.7. Only revision 1189 and next are supported. If you use lastest svn, it should work...
  5. J

    XML can't be the whole program

    I still have some errors ;/ Code: [10.06.2011 13:53:58] rTorrent's user can't access 'id' program. Some functionality will be unavailable. [10.06.2011 13:53:58] rTorrent został skompilowany ze złą wersją biblioteki xmlrpc-c , bez wsparcia i8 . Wersja musi być większa lub równa: 1.11. Pewne...
  6. J

    XML can't be the whole program

    I forgot restart rtorrent. Now i get error before i lunch rt. I compiled 1.16.35 version of xmlrpc-c. Code: rtorrent: XMLRPC not supported.What do you mean "with new version"? I compiled rtorrent singly and xmlrpc-c singly. That is correctly?
  7. J

    XML can't be the whole program

    I mean compiled
  8. J

    XML can't be the whole program

    I instelled 1.16.35 but the problem still exists make check Code: Ran 1821 tests, 0 failed, 100.0% passed OK
  9. J

    XML can't be the whole program

    Now i get this error. Code: [07.06.2011 12:20:18] rTorrent został skompilowany ze złą wersją biblioteki xmlrpc-c , bez wsparcia i8 . Wersja musi być większa lub równa: 1.11. Pewne funkcjonalności będą niedostepne. [07.06.2011 12:20:18] Bad response from server: (404 [error,list]) <!DOCTYPE...
  10. J

    XML can't be the whole program

    How can i remove apache2-mpm-worker? Code: dpkg -r apache2-mpm-worker dpkg: dependency problems prevent removal of apache2-mpm-worker: apache2 depends on apache2-mpm-worker (= 2.2.16-6+squeeze1) | apache2-mpm-prefork (= 2.2.16-6+squeeze1) | apache2-mpm-event (= 2.2.16-6+squeeze1) |...
  11. J

    XML can't be the whole program

    Probably means about libapache2-mod-php5 but if I try install this I get this error. Code: dpkg -i libapache2-mod-php5_5.3.3-7+squeeze1_amd64.deb (Reading database ... 74838 files and directories currently installed.) Preparing to replace libapache2-mod-php5 5.3.3-7+squeeze1 (using...
  12. J

    configuring shorewall firewall on seedbox

    Check your .rtorrent.rc, for the port range, and add this lines to your /etc/shorewall/rules Code: ACCEPT <extIN> fw TCP <r-start>:<r-end> ACCEPT <extIN> fw UDP <r-start>:<r-end>
  13. J

    Can't connect to my server. Connection times out.

    I would ssh in and restart rtorrent and apache.
  14. J

    XML can't be the whole program

    Hello, i have a problem. I get this error. [04.06.2011 11:59:44] JS error: [http://xx/rutorrent/ : 403] XML can't be the whole program I read that is probably something with php. I installed php5-cgi and nothing has changed.
  15. J

    Rutorrent installation issues

    Configure RPC mount point by normal way or simple try to use plugin rpc. Or httprpc.
  16. J

    Saving torrents outside the user homedir

    do you have _getdir installed? (rutorrent plugin)
  17. J

    moved rtorrent folders to another disk. rutorrent connection failed.

    yeah, not working. restarted rtorrent + lighthttpd.
  18. J

    moved rtorrent folders to another disk. rutorrent connection failed.

    oh, yeah that's looking wrong. i changed the rutorrent "side" to: Code: //$scgi_port = 5000; //$scgi_host = "127.0.0.1"; // For web->rtorrent link through unix domain socket // (scgi_local in rtorrent conf file), change variables // above to something...
  19. J

    Upgrading rtorrent 0.8.6 to 0.8.8

    Quote awesome mate. that did the trick. i have now re-enabled the options and no issues. that scrip was very handy. it didn't fix up all the lines in my rtorrent.rc file, however when you look and find the old values in there and update the file its really straight forward. Well, if you gave...