Search results

  1. L

    Any way to import 3.1 trafic stats to 3.2 ?

    Thank you, saroos1. I edited my previous post, but your reply was faster than me! As I said in my edit above, it is working perfectly now. My fault, I copied the files to the wrong place. Thank you very much!
  2. L

    Any way to import 3.1 trafic stats to 3.2 ?

    Quote plugin trafic 3.1 is compatible with 3.2 by data. Check permissions and describe your problem more detail. When I upgraded from 3.0 to 3.1 I just copied the "share" subdir, and all historic/previous trafic data appeared on the 3.1 trafic plugin. I did the same now upgrading from 3.1 to...
  3. L

    Rtorrent startup script problem

    Hi, Kristijan. There were some changes in the way the startup scripts are read (and created) by the system in recent Debian based distributions. The main change is dependencies, which gives the new Ubuntu and Debian distros their fast boot up. Now, to solve your problem creating the script, add...
  4. L

    Any way to import 3.1 trafic stats to 3.2 ?

    I upgraded my 3.1 installation to 3.2. Everything went fine, except the trafic plugin. I wasnt able to import the trafic data from 3.1. I copied the whole "share" 3.1 subdir, but it seems 3.2 trafic plugin changed the format of the xml files where those stats are stored, is that correct? Is...
  5. L

    Bad response from server: (0 [error,list])

    If its supposed to be taking that much memory that's fine. I just thought it was awkward that it was using that much whilst only downloading at approx 1MB/sec - no upload. I've hit about 70MB/sec down and 45MB up with the way its currently running so i really have nothing to complain about...
  6. L

    Bad response from server: (0 [error,list])

    Ok i found the source of the problem. I had removed apache and was using light -- apache still had an init that was causing a conflict somewhere. My reason for switching was ram consumption. I thought that would be resolved with light but meh im still getting the same problem and i cant figure...
  7. L

    Bad response from server: (0 [error,list])

    I was hoping that would fix it but here's the last few hours. I'm lost at this point. Is there an IRC support channel so we could try some real-time chat? [10.02.2011 16:16:32] WebUI started. [10.02.2011 16:19:02] torrent was successfully passed to rTorrent. [10.02.2011 16:29:47] Bad response...
  8. L

    Bad response from server: (0 [error,list])

    Ok i fixed some of the problems by ditching my install and using the script from brock Bad response from server: (0 [error,list]) I'm still getting this though and what it seems to be happening because of the refresh rate .. How do i modify this
  9. L

    Bad response from server: (0 [error,list])

    /var/log/apache2/error.log I looked there and did not find anything pointing to an error with rutorrent/rtorrent Now I'm also getting this error randomly 10.02.2011 09:39:06] XMLRPC Error: Could not find info-hash. [gettrackers]
  10. L

    Bad response from server: (0 [error,list])

    Neither of those suggestions worked. I'm assuming its something with the linking or how the plug-ins are actually configured. But i cant figure it out.
  11. L

    Error: torrent wasn't passed to rTorrent

    Quote Maybe the first one requires a valid cookie? EDIT: If that's a valid passkey, remove it from the 2nd link. well, if it does.. i think i saw a plugin that saves cookies hm.. how do i fix it? iv been seting up my seedbox now for about 10 hours.. im a bit tired
  12. L

    Error: torrent wasn't passed to rTorrent

    You also need to restart your web server if you edit php.ini. If you have eg. php-cgi or php-fpm running, those need to be restarted also. Also make sure you edit the correct php.ini file.
  13. L

    Error: torrent wasn't passed to rTorrent

    The more torrents I add...the less times it gives me the error... not that big of a deal...as long as it adds the torrents. The server could be overloaded...as I am running the worldcommunitygrid... however, it wasn't running when I was first testing RUTorrent and getting the errors...but the...
  14. L

    Error: torrent wasn't passed to rTorrent

    I stand corrected...it is NOT every torrent just some of them...but if I retry 1 or 2 times...it will get passed to rtorrent... got about 5-6 torrents going now...some were passed first try and some it took 2-3 tries... any idea why?
  15. L

    Error: torrent wasn't passed to rTorrent

    Every single torrent... Any idea of where to start looking for permission problems?
  16. L

    pausing torrent

    Quote The only reason i know of for a torrent to pause is: 1) the save directory doesn't exist Sorry to piggyback on a previous tread, but I just saw that this was happening on my new Synology with rtorrent/rutorrent installed. I'm used to utorrent, when I start a new download I can...
  17. L

    Bad response from server: (0 [error,list])

    Everything was running fine until i did some updates.. rutorrent loads fine .. torrents load fine .. they display .. everything is working but i keep getting this error Bad response from server: (0 [error,list]) earlier a couple error's that were the same but ,geoip and another one started...
  18. L

    wrong ELF class: ELFCLASS64

    which os are you using? It sounds like you set up mod_scgi wrong. You could just remove it entirely and use the httprpc or rpc plugin instead.
  19. L

    Bad response from server: (0 [null,getuisettings]); using rtorrent on fedora 14

    wait, you're not trying to use port 5000 for SCGI and for browsing are you?
  20. L

    Rutorrent immediately crashes rtorrent.

    Something bad with xmlrpc-c library. For example, you have two copy of this library - rtorrent was compiled with first, but load second. Say ldd rtorrent and check - what it load at runtime.