Search results

  1. P

    Configuration for a 1Gbps server

    Hello, One thing I found interesting that I am having very low amount of peers/seeds then they should be. Cause for testing purpose I added 2 torrents with 100+ peers and seeds,the download speed was good and the upload speed was also good,but after downloading and uploading( I did both the...
  2. P

    Configuration for a 1Gbps server

    Thanks for making it clear. Can any one explain what is a ideal condition for a seedbox or dedicated box to max out is upload speed. Like 2HDD or Raid 1 configuration better amount of ram,OS and torrent client. Thanks.
  3. P

    Multi user system, global .dat files

    You can try changing to the path in ratio.php but not sure it will work but worth a try. Code: public $hash = "ratio.dat"; Code: public $hash = "/path/to/ratio.dat";
  4. P

    Configuration for a 1Gbps server

    Hello Guys, I am running Ubuntu 10.04 with r+rutorrent installed on it. System spec is-- 1000GB HDD, 4GB RAM, Intel Dual Xeon 2.4 GH with 1Gbps connection. The dedicated upload rate is 20MB/s,can go higher. (as tested) My server has a basic configuration for download,but that is not my...
  5. P

    rTorrent + Rutorrent Upload issues.

    Quote port_range = 64300-64500 port_random = yes This means - each time, when rtorrent is started, it will use a random port from interval 64300-64500. As result, this - Quote Canyouseeme.org responds: Success: I can see your service on <IP> on port (64499) Your ISP is not blocking...
  6. P

    Ubuntu 10.04 Install issues?

    Sorry for not being very clear, I have already uninstalled the default Ubuntu libtorrent/rtorrent packages, and followed stuby's compile guide. Yours looks like the same instructions for install. I'm using apache2 with a few other locally hosted sites, so I was planning to use it to host...
  7. P

    High CPU Usage

    And you see that CPU is 100% by going into SSH right .?...? Do you also see then that rtorrent is at 100% ? Or is it maybe some other process ??
  8. P

    High CPU Usage

    Quote When I download more than 3 or 4 torrents simultaneously, my server is overloaded. Are they then all hashing at the same time ? Or just started at the same time ? At least turn off hash after the download is done. If you are the uploader , you made the torrent, you can also mark fast...
  9. P

    add a new user does not work $scgi_port and $scgi_host?

    What I am missing in the tutorial is the following : * LOGIN with the NEW USER * Start Rtorrent for the new user Here is the script you use : http://forums.rutorrent.org/index.php?topic=121.0 I have called this : chkrtorrent.sh , I have put this into : /usr/local/bin/ And made it 777 , so...
  10. P

    add a new user does not work $scgi_port and $scgi_host?

    Hi, Which error message rutorrent give you. This one will help us to know what happened. ++
  11. P

    Ubuntu 10.04 Install issues?

    Ok, So I am trying to install rutorrent to my home desktop, following parts of Subsy's seedbox setup guide, and I've run into a snag. First off, I've been using rtorrent for years, and thought I'd give rutorrent a shot mostly for the RSS feeds. All in all, it looks like a sweet little UI with...
  12. P

    "Bad link to rtorrent...."

    i haven't sat down to really read your confs but one thing that jumps out at me is your auth for rutorrent/RPC2 It's wrong. You don't have the RPC mounted on rutorrent/ so that auth setting isn't helping you at all.
  13. P

    "Bad link to rtorrent...."

    You must have : in ~/.rtorrent.rc Code: scgi_port = 127.0.0.1:5000 in /etc/lighttpd/lighttpd.conf Code: scgi.server = ( "/RPC2" => # RT_DIR ( "127.0.0.1" => ( "host" => "127.0.0.1", # Ip where rtorrent is listening "port" => 5000, # Port specified in .rtorrent.rc...
  14. P

    Bad response from server: (500 [error,getplugins]) <-- Solved

    Yesss - i am really happy about that. 3000 torrents with the CLI is not good And no we didn't talk via IRC. Must have been another one (with similar problems?)
  15. P

    Bad response from server: (500 [error,getplugins]) <-- Solved

    Hi I have a problem with the above error message - it has been working earlier and i didn't make any changes that should prevent it from working. At least to my knowledge. Ubuntu 9.10 Apache 2.2.12 rTorrent 0.8.6 rutorrent 3.1 I am single user with root access - but knowledge of Linux is...
  16. P

    Rtorrent startup script problem

    Thank you labad ! Script is now working like a charm.
  17. P

    Rtorrent startup script problem

    Maybe i miss configured something ? Code: #!/bin/sh ############# ###<Notes>### ############# # This script depends on screen. # For the stop function to work, you must set an # explicit session directory using ABSOLUTE paths (no, ~ is not absolute) in your rtorrent.rc. # If you typically just...
  18. P

    The immortal .json

    that file will always be created. It's SUPOSED to be there. If it keeps getting corrupted i'd have to say there is something wrong with your setup or the underlying system. I've only seen it happen rarely, so if it is happening all the time it sounds like something else is going on
  19. P

    network error in every connection

    also, without a lot more info theres no way we could hope to help. but as rascalli said, it sounds like you've got some sort of network issue. Make sure you don't have selinux or firewall blockin you. If you are behind a router, make sure the ports are forwarded correctly.
  20. P

    Rtorrent startup script problem

    I created startup script rtorrent and changed user="<username>" to my user user="madone". Change`d ownership of the file to root and made it executable. Script is working start/stop/restart when i run it in terminal but wont run on startup. When i do Code: update-rc.d rtorrent defaultsi get...