Search results

  1. L

    Caught Floating point exception

    Possibly some lib problem Code: ldd `which rtorrent` and verify the correct libs are used and not old versions
  2. L

    Guide: How to create secure login for rutorrent

    Quote Quote Oke. I'm using ubuntu, and installde rtorrent through apt get. Also installed libapache2-mod-scgi through apt get and then the webui worked (after some small configs) If I am correct this actually should not work , as you need rtorrent compiled with XMLRPC-C , as without that...
  3. L

    Guide: How to create secure login for rutorrent

    It's only working in IE though, and not when trying to install any plugins.... weird...
  4. L

    Guide: How to create secure login for rutorrent

    Got it working with the Auth type "Basic". Found a solution in the ubuntu MythWeb config. Good enough for me https://help.ubuntu.com/community/MythWeb
  5. L

    Guide: How to create secure login for rutorrent

    one more thing. the scgi_module _is_ loaded. the webui and rtorrent works fine if I remove all the steps done in this tit. so obviosly there must be something wrong with some of the steps, or something different for an ubuntu system than what has been used here... any ideas?
  6. L

    Guide: How to create secure login for rutorrent

    Oke. I'm using ubuntu, and installde rtorrent through apt get. Also installed libapache2-mod-scgi through apt get and then the webui worked (after some small configs). But.... I have no idea what else to do to make it work. Followed this guide (only thing I changed was the dir to...
  7. L

    Guide: How to create secure login for rutorrent

    Greetings! Got tired of torrentflux and installed rtorrent and this gui instead. Looks great. But I need a login hack since the server is available on the web. I tried this recipie. Didn't really get it working. Now I get a "500 internal server error". By editing I can make it ignore the...
  8. L

    Can not login to web

    Oky i know this seems lame but i can not login to my web pannel Quote You can now navigate to http://URL/.torrent/~judgey/rutorrent I have dont this but i get error page not found/ Anyone help plz thx EDIT - and i do understand i have to add my own url/ip
  9. L

    rtorrent 0.8.9 + svn rutorrent =

    that was fast and worked like a charm. thanks and sorry for wasting your time
  10. L

    Problem with connection to rtorrent :(

    Rutorrent was working perfectly. I've upgraded apache2 and now I have the same error. The strange thing is that rutorrent was working before. The updated packages : apache2.2-bin apache2.2-common apache2-mpm-worker apache2 apache2-mpm-prefork apache2-utils The OS is Ubuntu server 10.04 LTS 64b.
  11. L

    rtorrent 0.8.9 + svn rutorrent =

    hello, i just updated from 2.2 to 3.3. - removed the old rutorrent folder, and downloaded the latest version via svn. (At revision 1841) - downloaded the plugins i need from svn (At revision 1841) - then i chmod 777 the plugin folder and the share folder so i don't get permission errors. the...
  12. L

    Mac OSX install

    http://forums.rutorrent.org/index.php?topic=970.0;topicseen Just posted =)
  13. L

    rtorrent + rutorrent using Tomato. Same old problem, but please help!

    This is extremely vague. You are simply posting telling us you have 'problems'. You indicate you are unable to supply log files or conf files, then specify that you are waiting for someone to ask for them. Follow this guide: http://forums.rutorrent.org/index.php?topic=256.0 If you have...
  14. L

    Rutorrent log gives BAD RESPONSE FROM SERVER error

    I get this when i startup rtorrent. any ideas? This looks like index.html from the directory above where rutorrent is located. Code: 19.09.2011 17:28:59] WebUI started. [19.09.2011 17:29:00] Bad response from server: (200 [parsererror,list]) <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01...
  15. L

    New Stable version of rtorrent 0.8.9 / 0.12.9

    Quote i have upgraded to the latest stable of rtorrent 0.8.9 with the latest rutorretn svn yesterday and have noticed no issues at the moment. if you stick with the latest svn you should be right to use this version. Do you use any plugins? If so would you mind listing the ones you use so I...
  16. L

    503 error (tried solutions on forum, none working)

    Check your web server logs.
  17. L

    New Stable version of rtorrent 0.8.9 / 0.12.9

    New stable version of libtorrent and rtorrent was recently released. http://libtorrent.rakshasa.no/ Will rutorrent start further development towards this build or is it perhaps already compatible if you get rutorrent from svn?
  18. L

    Can't Install Theme

    Thanks, it's all done now. However i'm now getting an error: Code: mediainfo: Plugin will not work. Web-server user can't access external program (mediainfo).
  19. L

    Can't Install Theme

    Ah that seems pretty stupid of me lol. How would i go about updating ruTorrent?
  20. L

    Can't Install Theme

    I've tried installing by doing this: Code: cd /var/www/rutorrent/plugins/ wget http://rutorrent.googlecode.com/files/theme-3.2.tar.gz tar xzfv theme-3.2.tar.gz rm -f theme-3.2.tar.gz And this: Code: cd /var/www/rutorrent/plugins/ svn co http://rutorrent.googlecode.com/svn/trunk/plugins/theme...