kannibalox

Results 181 comments of kannibalox

After looking at the code, one workaround I found is to create `rtorrent.input_history.new` as a directory. It detects that it exists but also can't properly write to it and exits...

Not to say that having it directly in the code wouldn't be useful, but you can already accomplish your goal with the available event bindings and `systemd-notify`: ``` # Startup...

Are you sure you've cleared out all the custom patches? I've been doing a lot of recent testing on GCC 13.2.1 (Arch), and Ubuntu 23.04 even has a package for...

It turns out you could do the same crash with just `rtxmlrpc f.path `, looks like the target type check for files isn't actually using the template like the other...

On startup with that many torrents (impressive on that kind of hardware btw), your main cause of wait will be `stat`ing many files at once, which pretty much always sucks....

Like I mentioned, I'd recommend a better connection and more memory, but really only to decrease latency and increase cache respectively (the latter won't be useful if your client is...

Almost all session directories are a 1x2:many reads, so while it can help, it won't stop the suckage of small file IO on hard drives.

Great question! How can you announce to a tracker that you have files available without at least checking the bare minimum of your assumptions? It's fakeable regardless of the number...

If it's all the same issue, identifying a single good representative dump is really all that's needed, and that should be small enough to embed directly in a comment. If...

> Unfortunately the plugin's documentation is sparse at best with no details on what the custom1 through to custom5 fields are supposed to be. `custom` happened to line up with...