Search results

  1. R

    new install: bad link to rtorrent. Check if it is really running

    use tcp based sockets. It's much easier. In general you have to: configure a webserver with mod_scgi set the scgi mountpoint in the webserver config set the scgi settings in .rtorrentrc set the config.php to match Another option is to use the rpc or httprpc plugin, but this will...
  2. R

    connection to rTorrent not established

    Hello, I have just finished installing rTorrent and ruTorrent on CentOS 5.8 running Plesk Panel as control panel. however when i access ruTorrent I get: Code: No connection to rTorrent. Check if it is really running. Check $scgi_port and $scgi_host settings in config.php and scgi_port in...
  3. R

    Any way to change "Update Tracker Interval Time"

    you can manually change it in the rtorrent code if i remember right. but it's a one time thing. I think i saw it in here: https://calomel.org/rtorrent_mods.html
  4. R

    Any way to change "Update Tracker Interval Time"

    Quote : Is this possible? No. rTorrent's API hasn't such method.
  5. R

    rss: Some functionality will be unavailable. Curl problem

    I assumed that RSS wasn't working because of the error message. But that doesn't seem to be the case. Thanks a lot for the fast reply!
  6. R

    Delete symbolic link created by Autotools when deleting torrent

    Quote: Even if the tickets has ben created a year ago, the problem is still there... Or at least a variant. I have'nt any problem. You have a problem? Buy a ticket. Create new issue.
  7. R

    Delete symbolic link created by Autotools when deleting torrent

    Quote : Too bad, because it shows that Autotools is buggy, not updated. Sorry, but are you understand english? For example, are you understand words "Changed 11 months ago" in the ticket on your link?
  8. R

    Delete symbolic link created by Autotools when deleting torrent

    Quote from: T-Bo on August 07, 2012, 06:07:13 am Back to my original message I was wonderring why the symlink is not deleted when torrent is. There is no logic to keep it. Of course. Quote : I don't know why you suggested me hard link as it is the "same" thing. Hardlink is'nt the "same"...
  9. R

    Delete symbolic link created by Autotools when deleting torrent

    1) This is an error. 2) I'm not a telepatist. Use right place for error's reporting - issues on the project's page. And don't forget to fill the issues template.
  10. R

    Delete symbolic link created by Autotools when deleting torrent

    If you need only one instance of torrent's data then you must use 'move'
  11. R

    Delete symbolic link created by Autotools when deleting torrent

    For example, you can use hardlinks instead.
  12. R

    rss: Some functionality will be unavailable. Curl problem

    Hi guys, I'm receiving the following error from ruTorrent 3.2: rss: Some functionality will be unavailable. Web-server user can't access external program (curl). Some extra info: $pathToExternals = array( ..., "curl" => '/usr/bin/curl', ... ); When running a php test file with some random...
  13. R

    Use rtorrent as daemon

    Quote : can you explain why is a bad practice?? sorry im noob For example, you use ruTorrent from WAN with access to RPC mount point. If someone steal login/password from your ruTorrent session, then he will can execute *any* command on your system from the root user. If you use "ordinal" user...
  14. R

    Use rtorrent as daemon

    Is your init script running this as the user account or root? try prepending: sudo -H -u <username>
  15. R

    Creating .torrent file

    That makes sense. THANKS!!!
  16. R

    How does Ratio Groups work...

    http://code.google.com/p/rutorrent/wiki/PluginRatio One correction: All these conditions may be phrased as "Seed this torrent until it's ratio reach Min and with that uploaded not less than UL megabytes. Stop seeding any way if the ratio has reached Max or seeding time limit was reached".
  17. R

    Creating .torrent file

    Chances are I'm doing something really daft so apologies in advance!! I'm having problems creating a torrent in rutorrent. I go through the whole process and it says it has created it successfully, but when I click 'Save', uTorrent opens and the file starts to download in that. I was...
  18. R

    Magnet links not passes to rtorrent :(.

    RuTorrent ver 3.0 ??
  19. R

    mediainfo: Plugin will not work. rTorrent user can't access external program

    Have you installed mediainfo? What is the output of: which mediainfo Copy that path and edit $pathToExternals in /rutorrent/plugins/mediainfo/conf.php
  20. R

    Magnet links not passes to rtorrent :(.

    Hiya. Using Ru version 3. and rtorrent 9/13. I can use everything fine and can open magnetic links directly in rtorrent, but rutorrent will not pass the links to rtorrent (Error: Torrent wasn't passed to rTorrent). Any suggestions as to how one might fix this would be greatly appreciated!