Search results

  1. J

    Need script to check if rtorrent is running or not

    Dear All I need to write a script which checks every hour if rtorrent is running or not. and if not, run "/etc/init.d/autodl_username start" to start rtorrent. could you please tell me what should this script look like? Thanks in advance
  2. J

    Hash checking large files causes ruTorrent and rTorrent to lose conn.

    That's correct. Ultimately, the hash check completes and everything is fine. The problem is that during the hash checking process, ruTorrent has no connection to rTorrent. Its almost as if rTorrent is too busy to accept any requests from ruTorrent. The result is the appearance that rTorrent...
  3. J

    Hash checking large files causes ruTorrent and rTorrent to lose conn.

    Thanks das, however its not merely a matter of freaking out when there is no activity. Having used rTorrent on my first seedbox, I've seen first-hand what is *supposed* to happen when hash checking in ruTorrent, so I can see that something is amiss. I could increase the timeout to ten minutes...
  4. J

    Hash checking large files causes ruTorrent and rTorrent to lose conn.

    Are you referring to the "Request timeout" setting? It is already rather high at 30,000ms and ticking "ignore timeouts" simply suppresses the message.
  5. J

    Weird problem

    check error.log in /var/log/<webserver>
  6. J

    Hash checking large files causes ruTorrent and rTorrent to lose conn.

    I've been using rTorrent/ruTorrent on my seedbox slice for over a year now without so much as a days problem. However, recently my provider has forced me to move to a new server and I am now experiencing a very frustrating problem. When hash-checking torrents, the connection to rTorrent breaks...
  7. J

    Problem with Scgi Error

    http://code.google.com/p/rutorrent/wiki/RPCSecurity
  8. J

    Problem with Scgi Error

    Use httprpc plugin
  9. J

    [SOLVED] Problem with rutorrent/rtorrent automation

    The wrapper is used to prevent rtorrent from freezing/crashing during the upload process. During my tests I noticed that rtorrent froze while running the upload script. If it's a small torrent and a good server it shouldn't take long and probably won't crash rtorrent. However as said it will...
  10. J

    SOLVED-Suddenly I can't add torrents (Error: Torrent wasn't passed to rTorrent.)

    Quote 1) Check web-server errors log 2) Check file /tmp/errors.log 3) Check $topDirectory variable in config.php. 1) Apache error-log: Code: <b>Deprecated</b>: Directive 'register_long_arrays' is deprecated in PHP 5.3 and greater in <b>Unknown</b> on line <b>0</b><br /> [Wed Jan 25 13:27:49...
  11. J

    SOLVED-Suddenly I can't add torrents (Error: Torrent wasn't passed to rTorrent.)

    Hi all! I have had ruTorrent 3.3/rtorrent 0.8.9/0.12.9 on FreeBSD 8.2 running fine for quite some time now, and suddenly today I couldn't add torrents, I just get the error "Error: torrent wasn't passed to rTorrent.". Happens on every single torrent I have tried, both from private and public...
  12. J

    ruTorrent global settings (Multi-User)?

    Quote 1. How would ruTorrent behave for the following cases: - Defined $forbidUserSettings as "true" in the global config.php If $forbidUserSettings=true in the global config.php then users config.php doesn't checked at all. All user's settings are stored in the share/settings (instead...
  13. J

    ruTorrent global settings (Multi-User)?

    Read this - http://code.google.com/p/rutorrent/wiki/Config about variable $forbidUserSettings.
  14. J

    rutorrent just stop working.

    hey all, my rutorrent was working fine (800 torrents-ish) and i just did a service autodl_name restart on the server and now it doesnt come back up i deleted the lock file. I looked in htop for the rtorrent running as a process. Quote 11613 rtorrent 20 0 26756 1512 900 S 0.0 0.0...
  15. J

    [SOLVED] RSS Downloader ??) problem

    This should be enough.
  16. J

    [SOLVED] RSS Downloader ??) problem

    rutorrent/share/settings/rss or /share/users/USERNAME/settings/rss must be accessible for read/write for rtorrent user. Common rule: *ALL* directories and files inside /share/ must be accessible for read/write for rtorrent and web-server user
  17. J

    Diskspace plugin issue

    Yet once, please. What is your problem? What wrong?
  18. J

    Some problem with my scgi port (?)

    My post is totally silly. Irrelevant. Or whatever. Theres absolutely no problem actually. I ve just badly misunderstood the warning scgi msg. and been somehow confused by the DHT message. Sincere apologies
  19. J

    Some problem with my scgi port (?)

    Hi, I've got some sudden problems with configuring scgi... I have rtorrent/rutorrent running on my Ubuntu 11.10 server, installed with Brock script. Was running fine. Today, I noticed rutorrent was down, for some reason. So ,i restarted rtorrent and noticed this msg : Code: [Select] The SCGI...
  20. J

    Firewalling ports to open for access to web interface?

    Use the rpc plugin and Unix domain sockets, which is possible with that.