Search results

  1. L

    JS error: [http://*.cx/ : 273] XML cannot be the whole program

    Anyone got any idea what the above means? I've googled to no avail. I'm experiencing this after upgrading to cherokee from lighttpd. Installed on ubuntu server 10.04. Help!?
  2. L

    Torrents not showing up in rutorrent but working in rtorrent

    Never mind, I'm just dumb. For someone to learn from my mistake, I must've deleted the config setting.
  3. L

    Setting the port that rutorrent listens on?

    Open apache.conf (Or http.conf) Find this line: Listen 80 change it to: Listen 55671 Restart apache, and now forward port in the firewall.
  4. L

    number of issues with new install

    cool deal. Like novik said, you likely had 2 versions of xmlrpc-c installed.
  5. L

    number of issues with new install

    yes, this happens often with debian based systems. When compiling rtorrent make sure to SPECIFY like this: Code: ./configure --with-xmlrpc-c=/usr/local/bin/xmlrpc-c-config (note: this is if you compiled xmlrpc-c to the default /usr/local location. you can also use other paths, just modify...
  6. L

    number of issues with new install

    the first step is making sure you have rtorrent compiled with xmlrpc-c If you can't get THAT part right, then nothing else will matter. so, you need to download xmlrpc-c, then compile it (advanced is best) then you need to compile libtorrent, then you need to compile rtorrent with xmlrpc-c...
  7. L

    number of issues with new install

    Did you install/compile rtorrent from the .tar 2010-05-10 11:06:27: (mod_scgi.c.2784) all handlers for /RPC2 on /RPC2 are down. Looks like the webserver is not set-up correct .. are you sure mod_scgi is installed ?
  8. L

    Torrents not showing up in rutorrent but working in rtorrent

    So it seems pretty simple, my torrents aren't showing up in the rutorrent ui but they are downloading in rtorrent, I also get the error message: Quote Bad response from server: (404 [error,list]) <?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0...
  9. L

    Another permission-checking bug?

    Try to obtain last version of code from svn and clear browser cache. If problem still occured - i will need to see to you system. E.g. ssh + ruTorrent account.
  10. L

    Another permission-checking bug?

    1) Update to last svn version of ruTorrent. 2) If this problem still occured, a) send to me file rutorrent/share/users/tigereye/settings/rtorrent.dat b) add line 'execute.log = /tmp/exec.log' to your rtorrent.rc, restart rtorrent, load ruTorrent, remove this line, restart rtorrent again...
  11. L

    Another permission-checking bug?

    1) Attach file /tmp/errors.log if it is present. 2) Say Code: su tigereye id what do you see?
  12. L

    Plugin erasedata

    which version of php are you using?
  13. L

    Plugin erasedata

    it's likely a php error of some kind. Show me your webserver logs. when you say latest version do you mean svn? if not try svn versions
  14. L

    Multiuser but single rTorrent? [SOLVED]

    Quote I have a setup now where everyone logs in seperately. But there is only one copy of rtorrent - we can all see and manage each other's torrents, and we like it that way (we share a lot of the same tastes, so it saves us from each downloading our own copy). I love having separate...
  15. L

    Another user/permissions question.

    I almost have my rutorrent setup 100% setup, the biggest issue I'm having is related to user permissions. How do i go about making sure all users can move, rename, delete, etc torrents that have been auto-unpacked and auto-moved to its final location? I am working on getting/finding/creating an...
  16. L

    Bad response from server: (403 [error,getuisettings])

    Hello, JUst a quickie before i go to work, You need to uncomment the fastcgi module in your lighttpd.conf to start, and relook at your rtorrent.rc config as well., as you need to configure the seeds, download parameters properly. I'll cya later, and give more help if wonslung and co dont get...
  17. L

    lighttpd Restart Problem

    you would set the second lighttpd to run on a different port with different settings
  18. L

    ssl problem

    Just added ssl to my site now when downloading torrents to rutorrent i get Tracker: [Peer certificate cannot be authenticated with known CA certificates] i do i rectify this problem Thnaks
  19. L

    quota

    that's not a real solution, but i guess that would work. Our quota mod is a lot nicer. It has monitoring so the user can see how much space is left, and it doesn't stop seeding torrents when quota is met.
  20. L

    Plugins not working

    Thank you, problem is solved