Search results

  1. S

    Please help with this

    rtorrent/settings/ is empty and all folders in rutorrent distrib are marked 777 I will post this in http://code.google.com/p/rutorrent/issues/list Thanks EDIT: add the php library to apache, it works now
  2. S

    Please help with this

    2vdreyfus - As already sayed above, you need to clear browser (or proxy, if you use it) cache. In FF and IE you can simple press Ctrl-F5.
  3. S

    Setting up rTorrent + ruTorrent (WebUI) on QNAP NAS

    Hi! I recently became an owner of QNAP TS-409 Pro Turbo and, as soon as I powered it up, I started to explore the possibilities it offers to customize the NAS the way I want it to run (though the firmware QNAP provides is quite good itself). One of the reasons I bought this NAS was to use it as...
  4. S

    Trying to run 2.8 php/lighttpd issues

    worst case scenario you could compile php from source. It's not THAT hard. also, if he is running php with apache most likely he is running mod_php which isn't the same as the php which lighttpd needs. (lighttpd needs php-cgi compiled with support for fast cgi)
  5. S

    rutorren + 2 versions rtorrent?

    so you got it working?
  6. S

    rutorren + 2 versions rtorrent?

    you just need to set 2 separate scgi ports. with the lighttpd config for rpc it woudl look something like this: Code: scgi.server = ( "/RPC2"=> ( "127.0.0.1" => ( "host" =>...
  7. S

    help with rutorrent isntall

    i'm using debian. i installed everything that the guide says and rutorrent works but it does not show loaded torrents and i get errors like this one.(webserver is lighttpd) Bad response: (404) <?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0...
  8. S

    [Problem] Create Plugin with external tool

    hmm, but when i load the torrent in utorrent it shows me this situation created with create plugin without adding a tracker url created with create plugin adding a tracker url
  9. S

    [Problem] Create Plugin with external tool

    i just wanna create a torrent over rutorrent with the create plugin and mktorrent as external tool. i edited the conf.php in the create plugin folder Code: <?php // configuration parameters $useExternal = "buildtorrent"; // Valid choices...
  10. S

    Setup of SCGI port

    Quote Hi, I don't really understand, i think I did everything you preconized but i still have the same issue. I setup scgi and xmlrpc as described in the documentation: http://code.google.com/p/rutorrent/wiki/Main I'll try to recompile xmlrpc in case i missed something. respectfully, you...
  11. S

    Setup of SCGI port

    do you have mod_scgi installed? on debian i THINK it is: Code: apt-get install libapache2-mod-scgi without this module, you can't do it. Unless of course you use the RPC plugin. That negates the need for mod-scgi but it's not as fast in my opinion also, if you read my guides, i explain how...
  12. S

    [Problem] Create Plugin with external tool

    hey there if i create a torrent with a tracker url it says under the "created on" field: time/date by ruTorrent (PHP Class - Adrien Gibrat) some trackers doesn't allow such a long create field but when i leave it blank it says time/date by mktorrent 1.0 tested with ruTorrent 2.8 (plugins...
  13. S

    Lighttpd always stops when logging in to rutorrent

    Quote what os are you running? i thought you said it was solaris. edit: my bad, went back and reread it, for some reason i thought you were on a solaris box. In that case, what os does this machine use? we can get it working i'm sure. we may end up needing to cross compile something if...
  14. S

    Lighttpd always stops when logging in to rutorrent

    Quote this is a sun box right? on my solaris box i use SUNWphp52 and a self built cherokee install. Cherokee is easy to build with either GCC or Sun Studio and it is a TON easier to configure than lighttpd. It's also faster than lighttpd. Unfortunately, it's not a sun box. I was also...
  15. S

    Lighttpd always stops when logging in to rutorrent

    Quote dude, i've already explained it. secondly, this is not the forum for your distro, this is not the forum for lighttpd. It's not even the forum for rtorrent. It's for rutorrent. I'm not saying we won't try to help you, what i'm saying is you are posting a non-rutorrent issue. My...
  16. S

    Lighttpd always stops when logging in to rutorrent

    It seems that my lighttpd and php are not working with each other. I just have tested with a small script Code: <?php phpinfo(); ?> the page shows my php settings but after I hit refresh, lighttpd is crashed The log keeps saying Code: 2010-02-22 16:40:59: (network.c.39) strange event for...
  17. S

    Lighttpd always stops when logging in to rutorrent

    Quote only with what i told you in the first place (uncomment the php section and set it to the current binary) Yes, i already uncomment the php section and my php-fcgi is actually in /opt/bin Lighttpd still stops whenever i browse to rutorrent. error.lg Code: 2010-02-22 06:21:48...
  18. S

    Lighttpd always stops when logging in to rutorrent

    Quot Quot Quote Hi there lazy cat, make sure you have lighttpd-fastcgi installed as well Stubs Unfortunately, I saw only these two packages in optware: Code: mod-fastcgi - 2.4.2-3 - mod_fastcgi is an Apache module providing language indep endent, scalable, open...
  19. S

    Lighttpd always stops when logging in to rutorrent

    Quote Hi there lazy cat, make sure you have lighttpd-fastcgi installed as well Stubs Unfortunately, I saw only these two packages in optware: Code: mod-fastcgi - 2.4.2-3 - mod_fastcgi is an Apache module providing language indep endent, scalable, open extension to...
  20. S

    Lighttpd always stops when logging in to rutorrent

    Thank you, wonslung and Stubs, I have made my box new from scratch and install everything from beginning to debug the error I enabled fastcgi and uncomment the part associated with fastcgi I added cgi.fix_pathinfo = 1 to the last line of php.ini Quote i'm almost possive you'll see why it...