Search results

  1. J

    Please help with this

    1) Write about errors to project issues sections. 2) Rename file rtorrent/settings/settings.txt to settings.err 3) Try to load WebUI 4) If OK - send to me file settings.err (or attach it to issue, or attach it here).
  2. J

    Please help with this

    which version of rutorrent? is this the latest svn?
  3. J

    Please help with this

    In firefox the error console is under tools.
  4. J

    Please help with this

    This error pops up from time to time, it's NORMALLY due to an upgrade of rutorrent with old cached web data. There are exceptions though. also, when you see that "undefined" you can normally figure it out by looking at your web client console.
  5. J

    MOVED: How to setup rtorrent with cherokee-admin

    This topic has been moved to How To's and Tutorials. http://forums.rutorrent.org/index.php?topic=17.0
  6. J

    Unix socket, scgi mounts and the rpc plugin

    Thanks! That solved my problem. Geoip was one of the 2 plugins I tried, and I didn't have pecl-geoip insalled.
  7. J

    Unix socket, scgi mounts and the rpc plugin

    Yeah, I'm running Apache + ruTorrent. It's a fresh install, and I just extracted 2 plugins to the plugins-folder. When I removed them, ruTorrent started to work. It's only working with scgi-port. tried using sockets, but that didn't work.
  8. J

    Unix socket, scgi mounts and the rpc plugin

    I have the same problem as you have. When I looked in apache access-log the last entry was "POST /rtorrent/getplugins.php HTTP/1.1". I then removed the plugins I installed and now it's working.
  9. J

    Open ports from installation

    Hi, I want to know if there are any ports we need to open on a firewall (like iptables) when using the socket install of rutorrent+rtorrent ? I know I will have to open rtorrent's port using: Code: iptables -A INPUT -p tcp -i eth0 --dport 54560 -j ACCEPT Is there any other one we need to...
  10. J

    [Problem] Create Plugin with external tool

    Quote and some trackers dont accept such a long "created on" field 1) Field "created on" doesn't exist. Exist fields 'creation date' and 'created by'. 2) Both these fields are optional. 'creation date' contains unix datestamp, 'created by' - *any* string, without any restrictions by length...
  11. J

    3.0beta hangs on loading screen

    Quote that's a pretty obvious error. you are missing the unzip binary. or the path in rutorrent/plugins/unpack/conf.php is wrong Doh, Thank you!
  12. J

    3.0beta hangs on loading screen

    Ok, ive now had a bit more tome to play around with this and i've got it up and running. reinstalling php cli seemed to do the trick my problem now is that all plugins are working except the new unpack - i get the following error message Quote Unpack plugin: rTorrent's user can't access...
  13. J

    3.0beta hangs on loading screen

    I've tried removing plugins but there's no difference i have the following packages curl-7.19.6-i486-1_slack12. xmlrpc-c-1.11.00-i486-1 rtorrent-0.8.4-i486-1 php-5.2.8-i486-1.tgz these are all linked to the conf file. just a note, RUtorrent 2.8 works perfectly well, ive been running with the...
  14. J

    3.0beta hangs on loading screen

    Hi, I have just downloaded the latest beta 3.0 from svn. backed up my old Rutorrent folder and placed the new folder in its place. i then rebooted my server and gave it time to load up. when i try to access the Webui i get a constant loading symbol and have yet to access the new UI. I am...
  15. J

    Lighttpd always stops when logging in to rutorrent

    does it have the ability to build software? does it have gcc on it? if so we can compile cherokee.
  16. J

    Lighttpd always stops when logging in to rutorrent

    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 it's a...
  17. J

    Lighttpd always stops when logging in to rutorrent

    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.
  18. J

    Lighttpd always stops when logging in to rutorrent

    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 suggestion...
  19. J

    Lighttpd always stops when logging in to rutorrent

    only with what i told you in the first place (uncomment the php section and set it to the current binary)
  20. J

    Lighttpd always stops when logging in to rutorrent

    Quote 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...