Search results

  1. D

    Closed XMLRPC log

    This is a diagnostic message. Not a error.
  2. D

    Crashing Web Server

    Hello. I'm having unpleasant problem with my ruTorrent. After I start it up, I can add torrents, watch then download/upload, but after some time, ruTorrent stops my web server daemon, showing monit: Code: [12.11.2012 23:22:39] WebUI started. [12.11.2012 23:22:52] Bad response from server: (0...
  3. D

    Can't detect UID or rtorrent user

    The only log file on my box with the name errors.log (thats what its defined in config.php) is @ /home/myusername/www/rutorrent/plugins/httprpc/errors.log I don't think thats the file you want. Heres info on my box. rTorrent: 0.8.6/ lighttpd/1.4.19 PHP Version 5.2.6-1+lenny10 System Linux...
  4. D

    [SOLVED] No connection to rtorrent - rutorrent/rtorrent + nginx on ubuntu 12.04

    Thanks a lot for the help. Looks like it was permissions related. All working now!
  5. D

    [SOLVED] No connection to rtorrent - rutorrent/rtorrent + nginx on ubuntu 12.04

    Is there something special I need to do to get that loaded? I commented out my /RPC2 line in my nginx conf. Copied rpc to the plugins dir and have this in conf/plugins.ini [default] enabled = user-defined canChangeToolbar = yes canChangeMenu = yes canChangeOptions = yes canChangeTabs = yes...
  6. D

    [SOLVED] No connection to rtorrent - rutorrent/rtorrent + nginx on ubuntu 12.04

    Trying to get the following setup: rtorrent-0.9.2 rutorrent-3.4 nginx-1.1.19 this is on a fresh ubuntu 12.04 install. .rtorrent.rc directory = ~/downloads session = ~/rtorrent/sessions schedule = low_diskspace, 5, 120, close_low_diskspace=2048M schedule =...
  7. D

    changing ownership or ru/rtorrent or the files it creates

    i'll give it a go when i get home tonight.
  8. D

    rtorrent | rutorrent | ningx | freebsd - No Connection To rtorrent

    Quote: No connection to rTorrent. Check if it is really running. Check $scgi_port and $scgi_host settings in config.php and scgi_port in rTorrent configuration file. .rtorrent.rc scgi_port = 127.0.0.1:5000 rutorrent config.php $scgi_port = 9000; And?
  9. D

    Cannot D/L

    Been using ruT WebUI for my seedbox for a year, without a hitch. Last three torrents from my favorite private tracker at stuck at "Downloading," but without any traffic either way. I tried forcing a recheck, stopped and started them, nothing changes. - Checked seedbox, account is fine, slot is...
  10. D

    RuTorrent/rTorrent pauses some seeds/downloads

    Could you please explain it for me a bit more detailed? What line?
  11. D

    RuTorrent/rTorrent pauses some seeds/downloads

    Did't even think this about permissions... Solved it with crontab, so now it changes permissions every ten minutes instead of having to re-add torrents Quote */10 * * * * find /home/iver/download/manual -type f -exec chmod 755 {} \; */10 * * * * find /home/iver/download/manual -type d -exec...
  12. D

    RuTorrent/rTorrent pauses some seeds/downloads

    I don't think I have any of these retrackers installed. These are my plugins: Uploaded with ImageShack.us
  13. D

    ruTorrent not connecting to rtorrent (Synology NAS DS411j)

    Quote (18:18:38) The SCGI socket is bound to a specific network device yet may still pose a security risk, consider using 'scgi_local'. The error you get from rtorrent is "normal" and it's not really an error is more of an security warning, even if you get this rtorrent is working. Do 2...
  14. D

    Added torrent are in Stopped state instead of Downloading

    I found this bug report: https://code.google.com/p/rutorrent/issues/detail?id=821&sort=-id He point out that this seems to be a bug introduced by the latest release of the Retrackers plugin. I have then disabled it, and indeed it works now !
  15. D

    Trouble with $execute_capture

    You missed that if you call a Python script anyway, you can avoid all this unpleasantness and do stuff from there, using documented and sane syntax.
  16. D

    Added torrent are in Stopped state instead of Downloading

    Hello, I did a fresh install in Debian 6 with rTorrent 0.9.0/0.13.2 and ruTorrent 3.5 (2303). I get the following issue: When I add a torrent he doesn't start downloading, he is put instead in Stopped state. When I select it and push Start, he start downloading and all is going fine. How can...
  17. D

    RuTorrent/rTorrent pauses some seeds/downloads

    Tried to get some answears on irc, but no luck Seems I need some help plz! Uses | RuTorrent 3.5 | rtorrent 0.9.2/0.13.2 | ubuntu 12.04 Downloads are pausing before completion. * If I add one the regular way it works and seeds, only pauses while extracting * If Sickbeard adds, it completes...
  18. D

    "Welcome to nginx!" screen after upgrading debian

    Removed my earlier post, rutorrent only started working temporarily, and now I'm stuck with the same problem. If I can figure out how I will try to switch to httpd.
  19. D

    "Welcome to nginx!" screen after upgrading debian

    The config files didn't change. Unless you mean nginx might not even be reading the config files I have now? Where would I look for that. I think it might related to this error I got after upgrading. I already removed the package suhosin, but here it is. Quote [ -x /usr/lib/php5/maxlifetime ]...