Search results

  1. L

    Unpack Plugin change permissions

    yes, as novik said, setting umask it the way to go...you can try setting it in .rtorrent.rc but almost all unix systems let users set umask on thier home directory and i'm pretty sure rtorrent will respect the users umask. umask is like a backwards permission set so 0000 umask = permissions...
  2. L

    Sorting rss filters alphabetically

    currently it is literal. if you want to use the, set it up like: Good Wife, The
  3. L

    rtorrent killed when deleting torrent.

    Hi, sometimes when i delete a running (seeding/downloading) torrent in rutorrent, rtorrent crashes. It happens in Firefox and IE. I was able to reproduce the behavior with the different torrents adding and deleting them again. Rtorrent crashes about 50% of the time. It has never happened when i...
  4. L

    RSS feeds don't always appear...

    your second post was added while i was responding to your first one....lol anyways, your issue is likely due to you making a mistake in your multi-user config. If you upgraded from 3.0 to the latest svn there are lots of changes to config.php in rutorrent/conf/ (and for multi user...
  5. L

    RSS feeds don't always appear...

    Bwah! okay the problem got weirder, but perhaps easier to solve? It seems to be related to this other problem I noticed after upgrading: http://forums.rutorrent.org/index.php?topic=341.0 That problem is about the multiuser setup not working. This problem is RSS feed oddities. I've just...
  6. L

    RSS autodownload

    show me an example of your filter.
  7. L

    RSS downloaded torrents lost upon rtorrent restart.

    Thank you. This helped. Sorry it took me so long to answer. I had the session dir set up but a typo in the dir name. But it is hard to track down whats going wrong when you don t know how it is supposed to work.
  8. L

    Problem With Certain RSS Feeds

    Hello, The RSS plugin seems to have issues with certain rss feeds. For example, if I add this feed: http://feeds.feedburner.com/earth-touch_podcast_720p, and setup a filter for it, I get this error in the log window of rutorrent: Bad response from server: (500 [error,setfilters]) If I disable...
  9. L

    autoRARing after downloading

    there is nothing official. Someone wrote a hack which allows you to download stuff as a ZIP.
  10. L

    RSS and Traffic not working

    I thought so too, but there isn't a file errors.log in this folder. Then i changed it to: Code: [Select] $log_file = '/var/www/rutorrent/share/users/emperor/errors.log'; Same thing - no such file even after restarting everything - rtorrent, webserver, machine... I think I messed something up...
  11. L

    RSS and Traffic not working

    I use the following in my rtorrent.rc to update the RSS : schedule = rssrascalli,0,00:03:00,"execute={sh,-c,php /var/www/webui/plugins/rss/update.php 'rascalli' & exit 0}"
  12. L

    RSS and Traffic not working

    You mean php5-cli right? I have installed that. Then in /var/www/rutorrent/conf/config.php i have the following: Code: <?php // configuration parameters // for snoopy client @define(&#39;HTTP_USER_AGENT&#39;, &#39;Mozilla/5.0 (Windows; U; Windows NT 5.1; pl; rv:1.9)...
  13. L

    RSS: Mark As Loaded

    This menu item is avalable in svn version of ruTorrent only.
  14. L

    RSS and Traffic not working

    both plugins are shown as "Loaded" in rutorrent. but rss doesn't update it's feeds and traffic simply displays nothing (probably because it's not updating either) if i manually update the rss feed it's working. where can i find error messages or a logfile? i'm having these problems since a week...
  15. L

    [Solved] Unable to load/access the Throttle plugin

    check, double check : Code: meepmeep:/var/www/rutorrent/plugins$ ls -lh total 512 drwxrwxrwx 4 meepmeep meepmeep 264 2010-08-27 17:34 cpuload drwxrwxrwx 5 meepmeep meepmeep 552 2010-08-27 17:32 create drwxrwxrwx 4 meepmeep meepmeep 184 2010-08-28 00:47 data drwxrwxrwx 4 meepmeep meepmeep 360...
  16. L

    REQUEST: chmod file when removed from rTorrent

    Yes, ^ By default, rtorrent will create files with permissions for the user its running as. The umask option is for CHANGING this to whatever you may want.
  17. L

    Autotools, Samba (Deban Lenny), Snow Leopard

    yah, this is an osx issue. You can set osx not to create the dot-dash files on network shares by doing: Code defaults write com.apple.desktopservices DSDontWriteNetworkStores true I ended up using webdav for my directory and using rewrite rules in apache to make sure the files never get...
  18. L

    AutoTools won't work with rutorrent 3.1

    Did you do the install of all software ? Or as you have a slot did feral do it ? F feral did .. then you should ask them to solve this issue As normally you do not have axx to all config files
  19. L

    AutoTools won't work with rutorrent 3.1

    sorry im not sure what you mean but below is my config.php. i haven't done anything to this is as set by feral hosting. <?php // configuration parameters @define('HTTP_USER_AGENT', 'Mozilla/5.0 (Feral Hosting; compatible) rutorrent/3.1', true); @define('HTTP_TIME_OUT', 30, true)...
  20. L

    AutoTools won't work with rutorrent 3.1

    by default: $log_file = '/tmp/errors.log'; // path to log file (comment or make empty to disable logging)