Search results

  1. J

    Error help please

    Yes you can simply delete the rutorrent folder and redownload SVN/public rutorrent, if thats what you really want to do. Ensure rtorrent is running when you redo rutorrent and as wonslung said, its probably an scgi problem, so make sure you have that configured!
  2. J

    Error help please

    Did you try another browser ??
  3. J

    A bus error probably means you ran out of diskspace.

    Check your filesystem. Run fsck or something like that.
  4. J

    rutorrent as a remote webui?

    why not just run rtorrent on the machine running the webserver? this will be better in the long run. just use port redirection . but anyways, you can do what you want, but it is always better to run them on the same machine.
  5. J

    rutorrent as a remote webui?

    it will work but you will not have access to most of the plugins. What you need to do is set rtorrent to do scgi on the remote ip/port then on your machine running rutorrent, set up your webserver to do scgi remotely as well. Then set rutorrent accordingly.
  6. J

    Opera and MacOS.

    Guys since updating archlinux, where my rtorrent/rutorrent is, I'm getting such error in Opera (and only in Opera, Safari works just fine): Code: Bad response from server: (404 [error,list]) <html> <head><title>404 Not Found</title></head> <body bgcolor="white"> <center><h1>404 Not...
  7. J

    Misc problems with rutorrent v3.2

    OK I checked the file permissions and ownership and all files (including session files, temp files and all partial downloads files) are property of the rtorrent user with read/write permissions. I did a Code: chown -R rtorrent:rtorrent *in the rtorrent's home folder root. This should be OK...
  8. J

    Hidden side panel by default

    Yes, but is it possible to have some of them collapsed when you first open ruTorrent? So, where Labels is hidden by default it would look like this on startup:
  9. J

    Hidden side panel by default

    Sorry, I didn't explain it very well. I mean that because each item is collapsible (when you click the arrow) is it possible to have one hidden and the rest expand by default? e.g. having the Labels, Search and RSS sections collapsed and the State and Trackers expanded by default. The main...
  10. J

    Misc problems with rutorrent v3.2

    file permissions can most CERTANLY cause torrents going to "stopped" when added. glad you fixed it my friend
  11. J

    Misc problems with rutorrent v3.2

    the watch file in .rtorrent.rc should have nothing to do with it. either way, i'm glad you solved it.
  12. J

    Misc problems with rutorrent v3.2

    check your config. make sure the directories are set up correctly. please read the wiki for the answered you seek.
  13. J

    Misc problems with rutorrent v3.2

    maybe some one deleted the reply ... I would not worry about that , but I would about your set-up & problem
  14. J

    Misc problems with rutorrent v3.2

    typically when torrents go to "pause it's due to permission issues. either the permissions are wrong the path doesn't exist or something similar check your rtorrent and rutorrent settings.
  15. J

    Misc problems with rutorrent v3.2

    http://code.google.com/p/rutorrent/wiki/ErrorMessages
  16. J

    Misc problems with rutorrent v3.2

    i find it helpful to always use the svn version of xmlrpc-c-advance and the latest stable rtorrent/libtorrent source. to get and compile xmlrpc-c Code: svn http://xmlrpc-c.svn.sourceforge.net/svnroot/xmlrpc-c/advanced xmlrpc-c cd xmlrpc-c ./configure make make install then get...
  17. J

    Adding a seed

    JUst select the right folder it needs to go to .. but remember this : In Utorrent you would have : /movies/name.of.torrent/ And you would point it to this to start the uploading. In rtorrent you need to point it to : /movies/
  18. J

    Hidden side panel by default

    Is it possible to set a side panel (e.g. Labels, Search, Trackers) as hidden by default? I've had a look through the code but haven't had much luck finding were this is set. Thanks!
  19. J

    Why uneven numbers on vertical axis in speed graph?

    Thank you for your reply. It appears to be a case of kilo- vs. kibi-. The values that are printed on the y-axis are 1000/1024 times the even values. I.e. 25*(1000/1024) = 24.4, 50*(1000/1024) = 48.8, 100*(1000/1024) = 97.6, etc.
  20. J

    Why uneven numbers on vertical axis in speed graph?

    Right now I'm seeding at 52 KB/s. The labels on the vertical axis are 24.4 KB/s and 48.8 KB/s. Why not simple, even numbers like 25 KB/s and 50 KB/s? See what I mean? Edit: I also see that it's not like that in this screenshot: http://rutorrent.googlecode.com/svn/wiki/images/scr1_big.jpg...