Pierre Alain

Results 36 comments of Pierre Alain

Not sure if that can help as it seems to take a long time to trigger the memory fault, but I tried to print memory usage, my modifications can be...

Hi, thanks for this report. If I understand correctly, openbsd's netvm must specifically set the netvm to "none" for mirage-fw. When I try to start mirage-fw with netvm set to...

hmm, I added some command line options to set the ip/gw/dns configuration if qubesDB does not provide anything (keys are missing), but it now fails to read with xenstore. The...

Hi, if that's easy to setup, can you try also adding breakpoints on `mem_init`, `block_init`, `net_init`, `mem_lock_heap`? `mem_init` prints the memory banner, so I expect it works correctly but `block_init`...

I'm really surprised that the `mem_init` breakpoint do not require a continue directive. I was expecting to have the "solo5" banner, then a break at the begining of `mem_init`, then...

I am very confused here as going step by step doesn't properly shows the "solo5" banner. So I think that the gdb error is occuring at some point and may...

Hi, I tried here (https://github.com/palainp/qubes-mirage-firewall/commit/6c040c654cd7dfc82d212a5443e2ab41fa31e625) to just delete the gui code and it compiles+runs fine so far. Could it be "that simple" (and doesn't currently require some special qvm-features invocation)...

Not sure if this can help but I noticed two more differences between the builds (none in the textual files in the _build directory, but the logs differs) : ```...

With the latest update, the command lines for creating the AppVM should be clearer. Can you try to recreate your firewall-vm with the new directives?

I think that grub2 boot with pvh will be correct, I tried some times ago with success on qubes 4.0 https://github.com/QubesOS/qubes-issues/issues/6162#issuecomment-938678401 I made some changes into qubes-mirage-firewall to have the...