Pierre Alain
Pierre Alain
Just in case there is still some pending warning and I don't really know how to fix them: ```Ocaml File "dispatcher.ml", line 92, characters 36-42: 92 | let create ~config...
Thank you @hannesm. I'm unsure why I tried with `?uplink`, now it's `~uplink` and it's still ok :) Regarding the `*.disconnect` they return `Lwt.return_unit` so now it's fixed.
Thank you @hannesm I also have the same hashsum so it's ok!
Hi thanks for the report, that is interresting! To notes, this log line is printed only when a packet arrives, when the free memory is less than 50%, after the...
Wow, this is very interesting, your work and analysis is amazing, thanks a lot for that! Free memory is calculated from total memory minus used memory (the used memory calculation...
Hi @xaki23 , thanks for this update. I can't be sure that this is related but it might. Would you mind to try another `memory_pressure` approach (https://github.com/palainp/qubes-mirage-firewall.git branch copy-packet). The...
Update: I managed to be OOMed: ``` [2023-03-21 08:24:46] 2023-03-21 07:24:46 -00:00: INF [memory_pressure] Memory usage: free 13MiB / 27MiB (46.43 %) [2023-03-21 08:24:56] 2023-03-21 07:24:56 -00:00: INF [memory_pressure] Memory...
It seems to be more complicated, I'm still facing OOM :( Don't bother with this code, I'll try on my side first.
I see this too, but it will work as expected (to validate, you can try to restrict to one domain and you won't be able to get traffic outside that...
Update: I probably checked the issue on an old mirage-firewall installation, but with the new installation procedure, we should run `qvm-features mirage-firewall qubes-firewall 1` which sets up the firewall property...