Pierre Alain

Results 36 comments of Pierre Alain

Hi @hannesm, I think it's a good move (both for less code to maintain, and easier API updates)! I just searched for `org:mirage generic_stackv4` here in github (not sure if...

We now use a minimal debian image. We'll reopen this issue if we move back to alpine in future :)

I tried to compare what could be the differences between linux and qubes-mirage-fw. What surprised me the most is that linux shows a gigantic bandwidth with TCP and only a...

Hi, thanks for reporting this issue, I just configured sys-whonix and anon-whonix to try and reproduce. A lot of things have changed since your issue in mirage, but I can...

Thanks for your reply, I'm still a bit buzzled as to why it fails on the exact same package, and, for me, github doesn't filter Tor at all (as the...

I think the _exact same package_ failure is just a coincidence, I now had the following failure: ``` ... ↳ fetch monorepo rependencies in the duniverse folder ==> Using lockfile...

A very similar issue is reported by Viable2381 on https://forum.qubes-os.org/t/libxenlight-failed-unable-to-add-vif-devices/16958/1 but I am not yet able to reproduce it. @brendanhoar would you mind to test again with your 4.1 setup?

I wonder if, like we did in https://github.com/mirage/mirage-net-xen/commit/52d0109fa9117271551b7757d2d2413b57591ebb, it should be safer to wait for backend to be in initialised state (e.g: have something in `mirage-net-xen/lib/xenstore.ml`, plus a call in...

> `startup.c:16:1: warning: control reaches end of non-void function [-Wreturn-type]` Indeed the `solo5_app_main` (in `test/startup.c` and also `example/startup.c`) does not return anything (and probably never reach that point), `mirage/mirage-xen` returns...

EDIT: The following was due to a faulting linker script. This is now fixed with the latest release. Along with the solo5 PR (https://github.com/Solo5/solo5/pull/542), I tried to correctly use the...