stickz

Results 216 comments of stickz

A possible work around would be to compile libtorrent and rtorrent with GCC. It looks like this crash is related to the clang implementation of the c++ standard library. You...

Does this pull request help your issue? Your load average will be significantly lower. It will just take a little bit more time for trackers to update initially. https://github.com/rakshasa/rtorrent/pull/1131

On [line 56](https://github.com/rakshasa/rtorrent/blob/master/src/rpc/command_scheduler_item.cc#L56) here, you need to inject the following code and recompile to resolve the issue. ``` if (!m_task.is_valid()) return; ``` This problem is caused intentionally with the software....

I'm going to cherry pick these commits and create separate pull requests. This will allow @rakshasa to choose which ones to merge. Not all of these fixes are stable apparently....

Folks, check your file system type. This bug reportedly happens with COW file systems such as BTRFS and ZFS. It's recommended to use EXT4 for the fastest possible session saving....

Your configuration files are most likely outdated with the latest version of the docker container. I would recommend checking your `.rtorrent.rc` file and comment out this line. ruTorrent has since...

The remaining changes are in `.rtlocal.rc`. They were pulled automatically. This file is derived from your environment variables and executes before `.rtorrent.rc`. I don't see anything else wrong with your...

> > is this using libtorrent 1.2.x? > > If so, the [read_cache_line_size](http://libtorrent.org/reference-Settings.html#read_cache_line_size) setting could be lowered. > > If this is using libtorrent 2.0.x, the read-ahead is a kernel...

@crazy-max We are pleased to announce ruTorrent version 4.0 is now stable. We highly recommend using it over 3.10. There is significant enhancements. The web client is also more polished....

Could you try setting `RU_REMOVE_CORE_PLUGINS` to `rpc`? This will use `httprpc` instead.