Search results

  1. L

    Configuration for a 1Gbps server

    I agree there, its very rare that you seed fast, there are so many others seeding on private trackers so your happy if you get to seed 5% of the file before its done. RSS autodownloads do help to get the ratio up fast though
  2. L

    Configuration for a 1Gbps server

    Respectfully, it is not wrong, you have just misread what I posted. What I actually said is that with that machine he should have no trouble maxing out his 20MB/s upload bandwidth, and that even my 5400rpm drive has no trouble serving files at 4 times this speed over my network (ie 80MB/s), so I...
  3. L

    Configuration for a 1Gbps server

    RAM, OS and CPU are not likely to be the limiting factor. Honestly I would be surprised if your HDD bandwidth was the issue either though. I assume you are using SCSI? If so do you know which interface? Probably the most common these days is SAS, which has a theoretical bandwidth of 400MB/s...
  4. L

    Multi user system, global .dat files

    youcan also set per user settings on a plugin by creating conf files for each user in the conf/users/USERNAME/ directory. so if you need to set different plugins/ratio/conf.php you'd do something like: create a directory for each user called plugins/ratio in thier conf/users/USERNAME file...
  5. L

    Plugins not working

    Hello, yesterday I've installed rutorrent on ubuntu 10.04. Everything went fine, but for some reason I cannot get plugins to work (they're downloaded from svn). As you can see, I get blank plugin tab in rutorrent GUI: Any ideas how to solve it? If I've missed something during installation...
  6. L

    [Solved] Rutorrent with Nginx? Has anyone gotten this working?

    Quote Have you tried using the RPC module? http://code.google.com/p/rutorrent/wiki/PluginRPC Holy sh*t SkyDrome. Thanks a ton!!! Its funny because I did try to use RPC module and it never worked. But upon your saying that I decided to go and see if the module was updated at all since I last...
  7. L

    Ubuntu 10.04 Install issues?

    updated a little actually i copy paste these commands from my personal guide which works for me at home and server, so i just showed him a little path with sharky guide so he can get the idea that its not too hard, he can re-install everything without any problem Quote [01.10.2010 18:54:53]...
  8. L

    High CPU Usage

    What does "0.0%wa" say in top for you, mostly its disk I/O that slows down our server if many are downloading and rtorrent are very active at the same time or a hash check starts. But out server really lacks the power some days
  9. L

    High CPU Usage

    Hi Randac56, As much as I hate to admit this you issue is most likely to do with ubuntu 10.04 - on ext4 by any chance? I can't explain it myself - I just know it isn't great for dedi servers. Thanks to Wonslung I now dont use ubuntu for rtorrent and stick with FreeBSD of Debian at a push. GL
  10. L

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

    did you start rtorrent for that user also? thats the only step you failed to mention. when in doubt, read the error message 5 more times
  11. L

    [Solved] Rutorrent with Nginx? Has anyone gotten this working?

    Has anyone been able to get this working properly? I've tried everything and nothing works, I always get a bad link with rtorrent. I can't seem to make rtorrent and rutorrent communicate together. I currently use 2 sockets for two different users in /tmp and have tried using SCGI local...
  12. L

    "Bad link to rtorrent...."

    Still no Change...I am using Fedora 14. Here are my config files: .rtorrent.rc: Code: #This s is an example resource file for rTorrent. Copy to # ~/.rtorrent.rc and enable/modify the options as needed. Remember to # uncomment the options you wish to enable. # Maximum and minimum number of...
  13. L

    "Bad link to rtorrent...."

    Do you mean this: 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 "check-local" => "disable" ) ) )
  14. L

    "Bad link to rtorrent...."

    Ok. This: "scgi_port = 127.0.0.1:5000" was already set in the .rtorrent.rc and changed the config.php to reflect: "$XMLRPCMountPoint = "/RPC2";" restarted rtorrent & lighttpd. Also, updated RUTorrent to 3.2. Still no change!
  15. L

    "Bad link to rtorrent...."

    I added that... restarted lighttpd.... no change. Any Ideas?
  16. L

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

    you could also run locate php.ini to find out where all the php.ini files are located
  17. L

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

    In my case "the special one" was /etc/php5/apache2/php.ini The "normal" ones are /etc/php5/cgi/php.ini and /etc/php5/cli/php.ini But i guess it has to with distro, installation etc.
  18. L

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

    awesome, glad you got it. Did we talk via the IRC the other day?
  19. L

    RuTorrent 3.2 Multi-User problem (Lighttpd)

    Multiple user depends on web auth. basically, you set up auth on / or rutorrent/ in lighttpd it looks something like this: Code: auth.debug = 2 auth.backend = "htpasswd" auth.backend.htpasswd.userfile = "/etc/webpasswd" $HTTP["remoteip"] !~ "127.0.0.1" { auth.require = ( "" => (...
  20. L

    "Bad link to rtorrent...."

    Hi Guys, Need some help from the experts! I am trying to setup rtorrent+rutorrent on my netbook running Fedora 14. I am getting the error message from rutorrent, "Bad link to rtorrent. Check if it is really running. Check $scgi_port and $scgi_port host settings in config.php and scgi_port in...