Search results

  1. S

    Caught Segmentation fault

    Hi there. I've installed lib/r/rutorrent according to the guide on your GoogleCode Wiki, and ran into a problem at the very end. Everything is set up, configured, and ready. I can start up rTorrent just fine, and it will run for hours if i do nothing. However, the moment I try to access...
  2. S

    rtorrent not starting torrents

    here is my rtorrent.rc file Code: scgi_port = 127.0.0.1:23879 encoding_list = UTF-8 umask = 022 port_range = 23880-23880 port_random = no check_hash = no directory = /root/downloads session = /root/rtorrent/session encryption = allow_incoming, try_outgoing, enable_retry schedule =...
  3. S

    Optimize .rtorrent.rc for 1000/100Mbit

    with speeds that high you're better off optimizing the kernel itself. Look at send/recieve buffers and ACKS once you optimize the kernel for Gb/s you can tweak rtorrent's sockets and max files.
  4. S

    rtorrent not starting torrents

    hi i rebuild my vps as cent os x86_64 and installed webmin and rtorrent from this automated script provided in this therad Code http://forums.rutorrent.org/index.php?topic=608.0 everything went fine without a error but now when i add a torrent it won't start rutorrent is not downloading it...
  5. S

    [solved] weird error upon entering webui

    No way. Try to think about such thing: one rtorrent instance can't have two or more .torrent files with some hash. As result - user can't add .torrent, if it already was added by another user. And, in your case, can't see it at all.
  6. S

    RPC10 shows RPC1 torrents.

    Quote /RPC is just a convention Good to now!
  7. S

    Error: XML cannot be the whole program

    So I tried to install it again and I get the same error I've double checked all the different things are installed, module php5 is enabled, I'm using apache2, I haven't touched the php config file. My only guess is the rtorrent config file? Is there anything I can check to see what's not...
  8. S

    Error: XML cannot be the whole program

    Try this as I have found that updating php or apache you need to" re-chown" specific files. Try : find / -user apache And then enter chown root:apache /path to files listed Hope this helps
  9. S

    Problem create user in Easy ruTorrent installer

    Sorry for my english, I'm spanish. When I try to install ruTorrent from this installer, I need to create a user but i cant with the installe if i press enter in the install I can install ruTorrent but I can't acces to ruTorrent because i haven't user. I want to know how to create a user in the...
  10. S

    rtorrent 0.8.6 on Ubuntu 10.04.02 32bit - Too many open files error [RESOLVED]

    OK, so it seems that I had to add /etc/pam.d/common-session the following line: Code: session required pam_limits.so I'll come back to edit the title if this will fix the problem.
  11. S

    rtorrent 0.8.6 on Ubuntu 10.04.02 32bit - Too many open files error [RESOLVED]

    But I need about ~2,000 open files for rtorrent alone, wouldn't the 128 in rtorrent.rc be too restrictive? In the past, I've set this limit to 65536 both in limits.conf & rtorrent.rc, it worked fine. All packages are the same now, only rutorrent was upgraded from v3.1 to v3.2, this error just...
  12. S

    rtorrent 0.8.6 on Ubuntu 10.04.02 32bit - Too many open files error [RESOLVED]

    That is so high mate that the system would become unusable long before that limit was reached. Still, its a fair point, so this is what I have: cat /proc/sys/fs/file-max 1238504 lsof | wc -l 5334
  13. S

    rtorrent 0.8.6 on Ubuntu 10.04.02 32bit - Too many open files error [RESOLVED]

    Hi mate, thanks for your reply! I'm using no virtualization, it's running on Ubuntu 10.04.2 LTS bare metal. This is the rtorrent.rc: Code: # Maximum and minimum number of peers to connect to per torrent. min_peers = 40 max_peers = 400 # Same as above but for seeding completed torrents (-1 =...
  14. S

    Error open start page

    Use rtorrent 0.8.6 not 0.8.7.
  15. S

    Bad response from server: (500 [error,getplugins / getguisettings]

    Well this is the first hit on google when searching for the error, so maybe it will help out someone else.
  16. S

    Bad response from server: (500 [error,getplugins / getguisettings]

    Madness, its working. I think i had a corrupt config.php *somehow*
  17. S

    Bad response from server: (500 [error,getplugins / getguisettings]

    Forgot to mention, I am using rutorrent 3.2 and plugins 3.2.
  18. S

    Bad response from server: (500 [error,getplugins / getguisettings]

    Sorry start from the beginning.... The box was a single user setup, but i already anticipated the move to multiple users, so the single user was setup in a mutliple user way. ie. username folder in conf/users. Trying to add a second user to the box and im getting the error message on both...
  19. S

    Bad response from server: (500 [error,getplugins / getguisettings]

    Having this same issue on a box and this fix isnt working. I have run though this before and its worked. adding a second user to an existing setup. The second user works when running though for that user config. First user does get fixed by running though the fix. But when the first user fails...
  20. S

    rtorrent 0.8.6 on Ubuntu 10.04.02 32bit - Too many open files error [RESOLVED]

    This error baffles me. ulimit shows 4096 max open files, rtorrent shows 4096, yet even if only ~700 files are open, I get this annoying error in rtorrent: My ulimit: Code: core file size (blocks, -c) 0 data seg size (kbytes, -d) unlimited scheduling priority...