fffe
fffe
... the filtering appears to work inconsistently. `rtcontrol is_complete=yes is_open=yes is_ignored=no tracker=\*trackerthatexists.net\* -q` displays a list of all torrents from that tracker, as expected. `rtcontrol is_complete=yes is_open=yes is_ignored=no tracker=\*nothingusesme.net\*,\*trackerthatexists.net\* -q`...
Okay, I had been missing the rtorrent config, but filtering on trackers is still breaking as described above.
Yeah, I screwed up. I didn't realize there were additional steps beyond just installing the python bits. > Try: rtcontrol is_complete=yes is_open=yes is_ignored=no [ tracker=\*nothingusesme.net\* OR tracker=\*trackerthatexists.net\* ] This throws...
I run rtorrent on a NAS (mid-level 12th gen i5, 64gb RAM, metadata on SSD, torrent data on an 8 spindle HDD array, gigabit WAN connection) I seed about 1000...
I'm still on 0.15.1 because of the crashes so I don't think I have advise_random yet. ``` pieces.preload.type.set=2 pieces.preload.min_size.set=50000 ``` As suggested by stickz in a different issue might have...
> `system.files.advise_random.hashing.set` is now available. It's commented out in 0.15.3 https://github.com/rakshasa/rtorrent/blob/v0.15.3/src/command_local.cc#L225-L226
> [@rakshasa](https://github.com/rakshasa) I'd request/recommend that you leave direct paging, as there are many cases where madvise likely isn't available in 2025. > > For example - On Linux with NFS/CIFS...
From 1.8.7 it only detects the newest release (currently 1.8.11) as an update if you tick the beta program box. ... of course, 1.8.11 isn't a beta release.
> It uses dns to redirect to the github hosted page, however dns redirects seemed to not like https for some reason. > > If someone has a solution let...
Three people. Also the folks in https://github.com/certbot/certbot/issues/1795 from way back when. My solution was just to patch it out when building a container: ``` # certbot python3 -m venv /opt/certbot/...