Closed dstyp closed 7 months ago
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 improved. It's no longer required.
# Erase data when torrent deleted (no need erasedata plugin on ruTorrent)
method.set_key = event.download.erased,delete_erased,"execute=rm,-rf,--,$d.data_path="
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 improved. It's no longer required.# Erase data when torrent deleted (no need erasedata plugin on ruTorrent) method.set_key = event.download.erased,delete_erased,"execute=rm,-rf,--,$d.data_path="
Thanks, works fine!
Would you recommend grabbing the latest .rtorrent.rc and remake any customizations?
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 docker container looking at the diagnostics.
I do plan to submit a pull request to adjust the send and receive buffers on rTorrent. We can improve throughput overriding the operating system values for the tcp rmem/wmem. This needs to go in .rtlocal.rc
, so it's not required to remake .rtorrent.rc
.
Support guidelines
I've found a bug and checked that ...
Description
Initially reported in the official rutorrent repo. But @stickz was kind enough to inform this apparently is a docker issue.
Copypasta report from there:
Please complete the following tasks.
Tell us about your environment
Web Browser: Tested on macOS 14.2.1 - Firefox 121.0.1 & Chrome 120.0.6099.234 ruTorrent: 4.2.9 PHP: PHP 8.2.7 OS: Debian 12 Tell us how you installed ruTorrent
Docker - https://github.com/crazy-max/docker-rtorrent-rutorrent/ Describe the bug
Right-click a torrent in list and choosing "Remove" will now delete all data. No prompt or warning. This all while rendering the remaining file still present but with 0b. This is what I assume is the same behavior that "Remove And... - Delete Data" should do.
Change in behavior that seems like a bug but am not sure if I missed some update where this behavior changed? If so - what is the option "Remove And... - Delete Data" supposed to do? Steps to reproduce
Expected behavior
Remove torrent from rutorrent (list) but keep all data intact.
Expected behaviour
Remove torrent from rutorrent (list) but keep all data intact.
Actual behaviour
Deleting data (but not files).
Steps to reproduce
Docker info
Docker Compose config
Logs
Additional info
thanks :)