Arnaud Rebillout

Results 87 comments of Arnaud Rebillout

@stormi I'd be curious to know if/how you solved it for [XCP-ng](https://xcp-ng.org/). I've been looking at the same issue for Kali Linux. Quoting what you said at the time: >...

@stormi I'd like to improve the MR https://github.com/etix/mirrorbits/pull/147 so that it would work for RPM repos as well. As I said quickly above, the idea with this MR is to...

Ack, thanks very much for your detailed reply @lazka! > The only potential problem I see with serving existing files from outdated mirrors is that two DB syncs in a...

Something else I wanted to share in this discussion: the methodology (and scripts) I used to monitor the availability of some files. In short: - Configure mirrorbits for `OutputMode: auto`....

Clearly, there is something wrong with the `fiveMinSnapshot.db` file. It just grows forever, and not every 5 minutes, but all the time. ``` $ cd /home/rtorrent/.local/share/flood/db//history $ systemctl stop [email protected]...

@Jehan bouncing back on what you said: > First, it's not every request, but every range request. I think most requests are still non-range requests anyway. But once in a...

Running in production at http://cdimage.kali.org ! Sharing two screenshots, one from 9th of April (without this change), and one on the 10th, with the change. Same time of the day...

Tested and it doesn't work. The code added is good, however the issue is that when `checkIfModifiedSince` is called, we don't know yet the mod time of the file. The...

This one can be closed as https://github.com/etix/mirrorbits/pull/169 was merged