stickz

Results 207 comments of stickz
trafficstars

> @stickz im trying to test out your changes locally and I cannot manage to test them. > Just put the following commands in your `.rtorrent.rc` file. You're overcomplicating things....

There is a known crashing issue with unaligned memory access. I'm waiting for #310 to be merged. This can happen when you're hashing torrents.

> received a chunk that has already been finished Please make a new issue report. This is an entirely different situation, even if it's potentially the same crash reason.

@JackPo Docker edge is ready now with a potential fix to your problem. `docker pull crazymax/rtorrent-rutorrent:edge`

It's required to restart `rTorrent` anyways when changing the port. Is it possible to restart the docker container with that environment variable? There should be a graceful exit, assuming your...

A possible option would be to use [swizzin](https://github.com/swizzin/swizzin) if you want wireguard support. It configures your operating system instead of creating a docker container. You can use iptables to allow...

We can't use this fix for swizzin. Could you provide the output of two commands? `ls /usr/lib/x86_64-linux-gnu | grep lber` `stat /usr/lib/x86_64-linux-gnu/liblber.so | grep File`

I fixed some errors with mktorrent and libudns, if the script is stopped midway as well. Separated both builds into separate functions to cleanup the code. Added additional error handling...