Search results

  1. R

    number of issues with new install

    I believe I have done those things. If I open rtorrent in the console I get Code: (10:21:18) Using 'select' based polling. (10:21:18) Ignoring ~/.rtorrent.rc. (10:21:18) XMLRPC initialized with 519 functions. (10:21:18) The SCGI socket is bound to a specific network device yet may still pose a...
  2. R

    number of issues with new install

    Based on http://code.google.com/p/rutorrent/wiki/WebSERVER#Lighttpd_Specific_SCGI_Config mod_scgi is built in to lighttpd. I do have mod_scgi uncommented and scgi.server defined at the bottom of the config.
  3. R

    number of issues with new install

    also I ran rtorrent from the console earlier and it crashed. This was reported - Code: MiniSrvr> rtorrent -n -o import=/opt/etc/rtorrent.conf Caught Segmentation fault, dumping stack: 0 rtorrent [0x10049100] 1 rtorrent [0x1004b810] 2 rtorrent [0x1004f708] 3 /lib/libpthread.so.0 [0xf601df4] 4...
  4. R

    number of issues with new install

    I used svn to grab rtorrent. Is there a cmd to check to see if mod_scgi is install? I just ran ipkg info *scgi* and it doesn't look like anything in the rep is installed. I am not sure which to install though. Code: Package: perl-scgi Version: 0.6-1 Depends: perl Status: unknown ok...
  5. R

    number of issues with new install

    my lighttp.conf file Code: # lighttpd configuration file # # use it as a base for lighttpd 1.0.0 and above # # $Id: lighttpd.conf 8860 2008-08-05 10:56:16Z engy $ ############ Options you really have to take care of #################### ## modules to load # at least mod_access and...
  6. R

    lighttpd & scgi

    you can't use rtorrent from ubuntu repos. It needs to be compiled with xmlrpc-c
  7. R

    lighttpd & scgi

    Quote hi i just setup a new server with lighttpd and added scgi as shown in the wiki. Code: scgi.server = ( "/RPC2" => ( "127.0.0.1" => ( "host" => "127.0.0.1", "port" => 5000...
  8. R

    number of issues with new install

    I am attempting to install rtorrent and rutorrent on a Synology DS410 NAS device. I have followed this guide to do the install - http://forum.synology.com/wiki/index.php/RTorrent_ruTorrent_HowTo When I go open rutorrent I get two errors 1. bad link to rtorrent and 2. bad response from server...
  9. R

    Another permission-checking bug?

    make sure you put down execute.log ... and not 'execute.log' or "execute.log"
  10. R

    Plugin erasedata

    It's never a bother bro. this is what the forums are for. your post might help someone later down the line. This is a good thing and a positive thing to the rutorrent community.
  11. R

    Multiuser but single rTorrent? [SOLVED]

    A slight change to util.php seems to work nicely. With this patch, the permissions and such (config.php, access.ini, plugins.ini) are loaded from the user specific directory. However, all the plugins see the username as blank, and all settings are stored in the global settings directory. A...
  12. R

    rutorrent on cygwin

    a couple things: Looking at some of the instructions online: they say to use svn rtorrent, this is not going to be a good idea only use stable 0.8.6 also, use xmlrpc-c advanced I'm almost done installing everything so i will let you know
  13. R

    rutorrent on cygwin

    man, i'm fuckin around with cygwin and god is it slow. I mean REALLY slow. I would put money on Virtualbox + debian or FreeBSD being the better option.
  14. R

    rutorrent on cygwin

    i'm honestly not sure...i haven't had time to really start playing with it yet. This problem is likely related entirely to cygwin but i'm sure if it can be fixed we will figure it out
  15. R

    rutorrent on cygwin

    if i can make it compile on solaris i can make it compile on cygwin
  16. R

    rutorrent on cygwin

    i just installed cygwin just to check and it's located at /usr/bin/id I will attempt to compile rtorrent/rutorrent and all that but it might be slow going due to it being in a vm of window xp AND in cygwin I'm sure i'll get it all straighted out
  17. R

    rutorrent on cygwin

    type which id if you don't have it, then install id if you get a response, put it in your rutorrent/conf/config.php (or rutorrent/conf/users/USERNAME/config.php ) if not, you need to install id
  18. R

    rutorrent on cygwin

    yah, first thing you should try to do is delete all plugins.
  19. R

    Multiuser but single rTorrent? [SOLVED]

    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 permissions for...
  20. R

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

    show tail of /var/log/lighttpd/error.log